Skip to content

Commit f1d3dff

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent ccc4bf8 commit f1d3dff

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

opsin-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>opsin</artifactId>
55
<groupId>uk.ac.cam.ch.opsin</groupId>
6-
<version>2.9.0</version>
6+
<version>3.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>opsin-cli</artifactId>
99
<name>OPSIN Command Line interface</name>

opsin-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>opsin</artifactId>
55
<groupId>uk.ac.cam.ch.opsin</groupId>
6-
<version>2.9.0</version>
6+
<version>3.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>opsin-core</artifactId>
99
<name>OPSIN Core</name>

opsin-inchi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>opsin</artifactId>
55
<groupId>uk.ac.cam.ch.opsin</groupId>
6-
<version>2.9.0</version>
6+
<version>3.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>opsin-inchi</artifactId>
99
<name>OPSIN InChI Support</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>uk.ac.cam.ch.opsin</groupId>
44
<artifactId>opsin</artifactId>
5-
<version>2.9.0</version>
5+
<version>3.0-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<name>OPSIN</name>
88
<description>Open Parser for Systematic IUPAC Nomenclature</description>
@@ -21,7 +21,7 @@
2121
<developerConnection>
2222
scm:git:https://github.com/dan2097/opsin
2323
</developerConnection>
24-
<tag>opsin-2.9.0</tag>
24+
<tag>HEAD</tag>
2525
</scm>
2626
<developers>
2727
<developer>

0 commit comments

Comments
 (0)