Skip to content

Commit

Permalink
[maven-release-plugin] prepare release symmetry-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbliven committed Jan 9, 2019
1 parent 465129d commit 0bf6e4c
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.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>

<name>RCSB Symmetry</name>
Expand Down Expand Up @@ -52,7 +52,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.1.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.0.1-SNAPSHOT</version>
<version>2.1.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.0.1-SNAPSHOT</version>
<version>2.1.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.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 0bf6e4c

Please sign in to comment.