Skip to content

Commit 11c366c

Browse files
committed
[maven-release-plugin] prepare release symmetry-2.2.1
1 parent b895aef commit 11c366c

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.1-SNAPSHOT</version>
6+
<version>2.2.1</version>
77
<packaging>pom</packaging>
88

99
<name>RCSB Symmetry</name>
@@ -52,7 +52,7 @@ into BioJava as they mature.</description>
5252
<connection>scm:git:[email protected]:rcsb/symmetry.git</connection>
5353
<developerConnection>scm:git:[email protected]:rcsb/symmetry.git</developerConnection>
5454
<url>https://github.com/rcsb/symmetry</url>
55-
<tag>HEAD</tag>
55+
<tag>symmetry-2.2.1</tag>
5656
</scm>
5757
<issueManagement>
5858
<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.1-SNAPSHOT</version>
6+
<version>2.2.1</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.1-SNAPSHOT</version>
5+
<version>2.2.1</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.1-SNAPSHOT</version>
25+
<version>2.2.1</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>junit</groupId>

0 commit comments

Comments
 (0)