Skip to content

Commit 1d929cc

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 3af9f73 commit 1d929cc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.incenp</groupId>
66
<artifactId>linkml-java</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.2.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>linkml-core</artifactId>
1010

ext/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.incenp</groupId>
66
<artifactId>linkml-java</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.2.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>linkml-ext</artifactId>
1010

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>org.incenp</groupId>
44
<artifactId>linkml-java</artifactId>
5-
<version>0.2.0</version>
5+
<version>0.2.1-SNAPSHOT</version>
66
<packaging>pom</packaging>
77

88
<name>LinkML-Java</name>
@@ -30,7 +30,7 @@
3030
<connection>scm:git:https://github.com/gouttegd/linkml-java.git</connection>
3131
<developerConnection>scm:git:ssh://git@github.com/gouttegd/linkml-java.git</developerConnection>
3232
<url>https://github.com/gouttegd/linkml-java</url>
33-
<tag>linkml-java-0.2.0</tag>
33+
<tag>HEAD</tag>
3434
</scm>
3535

3636
<issueManagement>

0 commit comments

Comments
 (0)