Skip to content

Commit

Permalink
Bump to v2.0.0-RC2.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Danis <[email protected]>
  • Loading branch information
ielis committed Apr 7, 2023
1 parent bfcfef7 commit 3c35574
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ v2.0.0 (TBD)
- Prune and split codebase into several Maven modules
- Enhance HTML report, add `JSON` output format
- Add ``prioritize`` command for running LIRICAL entirely from CLI
- Change the YAML input format
- Add support for phenopacket schema ``v2``
- Host documentation and API docs on github.io

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = u'2.0'
# The full version, including alpha/beta/rc tags.
release = u'2.0.0-RC2-SNAPSHOT'
release = u'2.0.0-RC2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion lirical-background/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>LIRICAL</artifactId>
<groupId>org.monarchinitiative.lirical</groupId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lirical-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>LIRICAL</artifactId>
<groupId>org.monarchinitiative.lirical</groupId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
footer = Main.FOOTER)
public class Main implements Callable<Integer> {

public static final String VERSION = "lirical v2.0.0-RC1";
public static final String VERSION = "lirical v2.0.0-RC2";
public static final int WIDTH = 120;
public static final String FOOTER = "\nSee the full documentation at https://lirical.readthedocs.io/en/master";
public static final String FOOTER = "\nSee the full documentation at https://thejacksonlaboratory.github.io/LIRICAL/stable";

private static final CommandLine.Help.ColorScheme COLOR_SCHEME = new CommandLine.Help.ColorScheme.Builder()
.commands(bold, fg_blue, underline)
Expand Down
2 changes: 1 addition & 1 deletion lirical-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>LIRICAL</artifactId>
<groupId>org.monarchinitiative.lirical</groupId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lirical-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>LIRICAL</artifactId>
<groupId>org.monarchinitiative.lirical</groupId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lirical-exomiser-db-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>LIRICAL</artifactId>
<groupId>org.monarchinitiative.lirical</groupId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lirical-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>LIRICAL</artifactId>
<groupId>org.monarchinitiative.lirical</groupId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.monarchinitiative.lirical</groupId>
<artifactId>LIRICAL</artifactId>
<packaging>pom</packaging>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
<modules>
<module>lirical-core</module>
<module>lirical-io</module>
Expand Down

0 comments on commit 3c35574

Please sign in to comment.