Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mmtf-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abradle committed Aug 15, 2016
1 parent c98eb64 commit 0a7b320
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mmtf-api/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.rcsb</groupId>
<artifactId>mmtf</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>mmtf-api</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions mmtf-codec/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.rcsb</groupId>
<artifactId>mmtf</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>mmtf-codec</artifactId>
<packaging>jar</packaging>
Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>org.rcsb</groupId>
<artifactId>mmtf-api</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.rcsb</groupId>
<artifactId>mmtf-serialization</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down
2 changes: 1 addition & 1 deletion mmtf-serialization/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.rcsb</groupId>
<artifactId>mmtf</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>mmtf-serialization</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -13,7 +13,7 @@
<groupId>org.rcsb</groupId>
<artifactId>mmtf</artifactId>
<packaging>pom</packaging>
<version>0.2.3-SNAPSHOT</version>
<version>1.0.0</version>
<name>mmtf</name>
<description>MMTF is a compressed, fast and useful format for serving macromolecular data.
</description>
Expand Down Expand Up @@ -43,7 +43,7 @@
<developerConnection>scm:git:git@github.com:rcsb/mmtf-java.git</developerConnection>
<url>https://github.com/rcsb/mmtf-java</url>

<tag>HEAD</tag>
<tag>mmtf-1.0.0</tag>
</scm>
<build>
<pluginManagement>
Expand Down

0 comments on commit 0a7b320

Please sign in to comment.