Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed May 25, 2024
1 parent 71cd8da commit 44adb1b
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion gsea-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.biopax.paxtools</groupId>
<artifactId>paxtools</artifactId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion json-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>paxtools</artifactId>
<groupId>org.biopax.paxtools</groupId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
</parent>
<artifactId>json-converter</artifactId>
<name>BioPAX JSON-LD</name>
Expand Down
2 changes: 1 addition & 1 deletion normalizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>paxtools</artifactId>
<groupId>org.biopax.paxtools</groupId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
</parent>

<url>https://biopax.github.io/Paxtools</url>
Expand Down
2 changes: 1 addition & 1 deletion pattern/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.biopax.paxtools</groupId>
<artifactId>paxtools</artifactId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
</parent>

<artifactId>pattern</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion paxtools-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>paxtools</artifactId>
<groupId>org.biopax.paxtools</groupId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
</parent>
<artifactId>paxtools-console</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion paxtools-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.biopax.paxtools</groupId>
<artifactId>paxtools</artifactId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
</parent>

<artifactId>paxtools-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion paxtools-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>paxtools</artifactId>
<groupId>org.biopax.paxtools</groupId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion paxtools-trove/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.biopax.paxtools</groupId>
<artifactId>paxtools</artifactId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
</parent>

<artifactId>paxtools-trove</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.biopax.paxtools</groupId>
<artifactId>paxtools</artifactId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>

<name>Paxtools</name>

Expand Down Expand Up @@ -183,7 +183,7 @@
<connection>scm:git:git://github.com/BioPAX/Paxtools.git</connection>
<developerConnection>scm:git:[email protected]:BioPAX/Paxtools.git</developerConnection>
<url>https://github.com/BioPAX/Paxtools/tree/master</url>
<tag>v6.0.0</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion psimi-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.biopax.paxtools</groupId>
<artifactId>paxtools</artifactId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
</parent>
<artifactId>psimi-converter</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion sbgn-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>paxtools</artifactId>
<groupId>org.biopax.paxtools</groupId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
</parent>

<artifactId>sbgn-converter</artifactId>
Expand Down

0 comments on commit 44adb1b

Please sign in to comment.