Skip to content

Commit

Permalink
[maven-release-plugin] prepare release symmetry-2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbliven committed Sep 11, 2024
1 parent 37d77a3 commit a74c445
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.biojava</groupId>
<artifactId>symmetry</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>pom</packaging>

<name>RCSB Symmetry</name>
Expand Down Expand Up @@ -37,7 +37,7 @@ into BioJava as they mature.</description>
<connection>scm:git:[email protected]:rcsb/symmetry.git</connection>
<developerConnection>scm:git:[email protected]:rcsb/symmetry.git</developerConnection>
<url>https://github.com/rcsb/symmetry</url>
<tag>HEAD</tag>
<tag>symmetry-2.3.0</tag>
</scm>
<issueManagement>
<url>https://github.com/rcsb/symmetry/issues</url>
Expand Down
2 changes: 1 addition & 1 deletion symmetry-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.biojava</groupId>
<artifactId>symmetry</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>symmetry-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions symmetry-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.biojava</groupId>
<artifactId>symmetry</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.biojava</groupId>
<artifactId>symmetry-core</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit a74c445

Please sign in to comment.