Skip to content

Commit 245eb2a

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent b5b535c commit 245eb2a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

gbif-metadata-common/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</groupId>
77
<artifactId>gbif-metadata-profile</artifactId>
8-
<version>2.9</version>
8+
<version>2.10-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>gbif-metadata-common</artifactId>

gbif-metadata-profile-dc/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</groupId>
77
<artifactId>gbif-metadata-profile</artifactId>
8-
<version>2.9</version>
8+
<version>2.10-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>gbif-metadata-profile-dc</artifactId>

gbif-metadata-profile-eml/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</groupId>
77
<artifactId>gbif-metadata-profile</artifactId>
8-
<version>2.9</version>
8+
<version>2.10-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>gbif-metadata-profile-eml</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>gbif-metadata-profile</artifactId>
12-
<version>2.9</version>
12+
<version>2.10-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<name>GBIF Common :: Metadata profile</name>
@@ -49,7 +49,7 @@
4949
<connection>scm:git:git@github.com:gbif/${project.artifactId}.git</connection>
5050
<url>https://github.com/gbif/${project.artifactId}</url>
5151
<developerConnection>scm:git:git@github.com:gbif/${project.artifactId}.git</developerConnection>
52-
<tag>gbif-metadata-profile-2.9</tag>
52+
<tag>HEAD</tag>
5353
</scm>
5454

5555
<repositories>

0 commit comments

Comments
 (0)