Skip to content

Commit

Permalink
Next development iteration 2.0.3-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielis committed May 6, 2024
1 parent 22bf5f2 commit 0c74b2e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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.2'
release = u'2.0.3-SNAPSHOT'

# 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.2</version>
<version>2.0.3-SNAPSHOT</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.2</version>
<version>2.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

public static final String VERSION = "lirical v2.0.2";
public static final String VERSION = "lirical v2.0.3-SNAPSHOT";
public static final int WIDTH = 120;
public static final String FOOTER = "\nSee the full documentation at https://thejacksonlaboratory.github.io/LIRICAL/stable";

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.2</version>
<version>2.0.3-SNAPSHOT</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.2</version>
<version>2.0.3-SNAPSHOT</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.2</version>
<version>2.0.3-SNAPSHOT</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.2</version>
<version>2.0.3-SNAPSHOT</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.2</version>
<version>2.0.3-SNAPSHOT</version>
<modules>
<module>lirical-core</module>
<module>lirical-io</module>
Expand Down

0 comments on commit 0c74b2e

Please sign in to comment.