Skip to content

Commit 9466b53

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 51cf2b3 commit 9466b53

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.hawt.ai</groupId>
77
<artifactId>hawtio-ai-plugin-parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>hawtio-ai-plugin-test-app</artifactId>

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.hawt.ai</groupId>
77
<artifactId>hawtio-ai-plugin-parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>hawtio-ai-plugin</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.hawt.ai</groupId>
66
<artifactId>hawtio-ai-plugin-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.1.0</version>
8+
<version>0.2-SNAPSHOT</version>
99
<name>${project.artifactId}</name>
1010

1111
<licenses>
@@ -20,7 +20,7 @@
2020
<connection>scm:git:git@github.com:hawtio/hawtio-ai-plugin.git</connection>
2121
<developerConnection>scm:git:git@github.com:hawtio/hawtio-ai-plugin.git</developerConnection>
2222
<url>git@github.com:hawtio/hawtio-ai-plugin.git</url>
23-
<tag>hawtio-ai-plugin-0.1.0</tag>
23+
<tag>HEAD</tag>
2424
</scm>
2525

2626
<properties>

0 commit comments

Comments
 (0)