Skip to content

Commit

Permalink
Next development iteration v2.1.2-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielis committed Apr 17, 2024
1 parent bf81e5a commit 279a757
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# The short X.Y version.
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.1.1'
release = '2.1.2-SNAPSHOT'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion phenol-analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.monarchinitiative.phenol</groupId>
<artifactId>phenol</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>phenol-analysis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phenol-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.monarchinitiative.phenol</groupId>
<artifactId>phenol</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>phenol-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phenol-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.monarchinitiative.phenol</groupId>
<artifactId>phenol</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>phenol-cli</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

@CommandLine.Command(name = "phenol demo",
mixinStandardHelpOptions = true,
version = "2.0.5",
version = "2.1.2-SNAPSHOT",
description = "phenol demo programs")
public class Main implements Callable<Integer> {
private static final Logger LOGGER = LoggerFactory.getLogger(Main.class);
Expand Down
2 changes: 1 addition & 1 deletion phenol-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.monarchinitiative.phenol</groupId>
<artifactId>phenol</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>phenol-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phenol-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.monarchinitiative.phenol</groupId>
<artifactId>phenol</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>phenol-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.monarchinitiative.phenol</groupId>
<artifactId>phenol</artifactId>
<packaging>pom</packaging>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>

<name>Phenol</name>

Expand Down

0 comments on commit 279a757

Please sign in to comment.