Skip to content

Commit 499ef0d

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8ff4e27 commit 499ef0d

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>vocabulary-parent</artifactId>
55
<groupId>org.gbif.vocabulary</groupId>
6-
<version>2.0.0</version>
6+
<version>2.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.gbif.vocabulary</groupId>
77
<artifactId>vocabulary-parent</artifactId>
8-
<version>2.0.0</version>
8+
<version>2.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>core</artifactId>

model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.gbif.vocabulary</groupId>
77
<artifactId>vocabulary-parent</artifactId>
8-
<version>2.0.0</version>
8+
<version>2.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>model</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>org.gbif.vocabulary</groupId>
1212
<artifactId>vocabulary-parent</artifactId>
1313
<packaging>pom</packaging>
14-
<version>2.0.0</version>
14+
<version>2.0.1-SNAPSHOT</version>
1515

1616
<modules>
1717
<module>core</module>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:[email protected]:gbif/vocabulary.git</connection>
3030
<url>https://github.com/gbif/vocabulary</url>
3131
<developerConnection>scm:git:[email protected]:gbif/vocabulary.git</developerConnection>
32-
<tag>vocabulary-parent-2.0.0</tag>
32+
<tag>HEAD</tag>
3333
</scm>
3434

3535
<repositories>

tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>vocabulary-parent</artifactId>
55
<groupId>org.gbif.vocabulary</groupId>
6-
<version>2.0.0</version>
6+
<version>2.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

vocabulary-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>vocabulary-parent</artifactId>
55
<groupId>org.gbif.vocabulary</groupId>
6-
<version>2.0.0</version>
6+
<version>2.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

vocabulary-importer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>org.gbif.vocabulary</groupId>
55
<artifactId>vocabulary-parent</artifactId>
6-
<version>2.0.0</version>
6+
<version>2.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>vocabulary-importer</artifactId>
11-
<version>2.0.0</version>
11+
<version>2.0.1-SNAPSHOT</version>
1212

1313
<properties>
1414
<main.basedir>${project.parent.basedir}</main.basedir>

vocabulary-lookup/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>vocabulary-parent</artifactId>
55
<groupId>org.gbif.vocabulary</groupId>
6-
<version>2.0.0</version>
6+
<version>2.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

vocabulary-rest-ws-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>vocabulary-parent</artifactId>
55
<groupId>org.gbif.vocabulary</groupId>
6-
<version>2.0.0</version>
6+
<version>2.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

vocabulary-rest-ws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.gbif.vocabulary</groupId>
77
<artifactId>vocabulary-parent</artifactId>
8-
<version>2.0.0</version>
8+
<version>2.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>vocabulary-rest-ws</artifactId>

0 commit comments

Comments
 (0)