Skip to content

Commit d82d776

Browse files
committed
[maven-release-plugin] prepare release mmtf-1.0.11
1 parent adc7f7d commit d82d776

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

mmtf-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.rcsb</groupId>
55
<artifactId>mmtf</artifactId>
6-
<version>1.0.11-SNAPSHOT</version>
6+
<version>1.0.11</version>
77
</parent>
88
<artifactId>mmtf-api</artifactId>
99
<packaging>jar</packaging>

mmtf-codec/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.rcsb</groupId>
55
<artifactId>mmtf</artifactId>
6-
<version>1.0.11-SNAPSHOT</version>
6+
<version>1.0.11</version>
77
</parent>
88
<artifactId>mmtf-codec</artifactId>
99
<packaging>jar</packaging>
@@ -19,12 +19,12 @@
1919
<dependency>
2020
<groupId>org.rcsb</groupId>
2121
<artifactId>mmtf-api</artifactId>
22-
<version>1.0.11-SNAPSHOT</version>
22+
<version>1.0.11</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.rcsb</groupId>
2626
<artifactId>mmtf-serialization</artifactId>
27-
<version>1.0.11-SNAPSHOT</version>
27+
<version>1.0.11</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>commons-lang</groupId>

mmtf-serialization/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.rcsb</groupId>
55
<artifactId>mmtf</artifactId>
6-
<version>1.0.11-SNAPSHOT</version>
6+
<version>1.0.11</version>
77
</parent>
88
<artifactId>mmtf-serialization</artifactId>
99
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>org.rcsb</groupId>
1414
<artifactId>mmtf</artifactId>
1515
<packaging>pom</packaging>
16-
<version>1.0.11-SNAPSHOT</version>
16+
<version>1.0.11</version>
1717
<name>mmtf</name>
1818
<description>MMTF is a compressed, fast and useful format for serving macromolecular data.
1919
</description>
@@ -43,7 +43,7 @@
4343
<developerConnection>scm:git:git@github.com:rcsb/mmtf-java.git</developerConnection>
4444
<url>https://github.com/rcsb/mmtf-java</url>
4545

46-
<tag>HEAD</tag>
46+
<tag>mmtf-1.0.11</tag>
4747
</scm>
4848
<build>
4949
<pluginManagement>

0 commit comments

Comments
 (0)