Skip to content

Commit a74c445

Browse files
committed
[maven-release-plugin] prepare release symmetry-2.3.0
1 parent 37d77a3 commit a74c445

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.biojava</groupId>
55
<artifactId>symmetry</artifactId>
6-
<version>2.2.3-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
<packaging>pom</packaging>
88

99
<name>RCSB Symmetry</name>
@@ -37,7 +37,7 @@ into BioJava as they mature.</description>
3737
<connection>scm:git:[email protected]:rcsb/symmetry.git</connection>
3838
<developerConnection>scm:git:[email protected]:rcsb/symmetry.git</developerConnection>
3939
<url>https://github.com/rcsb/symmetry</url>
40-
<tag>HEAD</tag>
40+
<tag>symmetry-2.3.0</tag>
4141
</scm>
4242
<issueManagement>
4343
<url>https://github.com/rcsb/symmetry/issues</url>

symmetry-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.biojava</groupId>
55
<artifactId>symmetry</artifactId>
6-
<version>2.2.3-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>symmetry-core</artifactId>

symmetry-tools/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.biojava</groupId>
44
<artifactId>symmetry</artifactId>
5-
<version>2.2.3-SNAPSHOT</version>
5+
<version>2.3.0</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.biojava</groupId>
2424
<artifactId>symmetry-core</artifactId>
25-
<version>2.2.3-SNAPSHOT</version>
25+
<version>2.3.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>junit</groupId>

0 commit comments

Comments
 (0)