Skip to content

Commit 360c6ea

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 71caf93 commit 360c6ea

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

commons/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.deftdevs</groupId>
77
<artifactId>bootstrapi-parent</artifactId>
8-
<version>0.12.1</version>
8+
<version>0.12.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>bootstrapi-commons</artifactId>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:https://github.com/deftdevs/bootstrapi.git</connection>
2828
<developerConnection>scm:git:https://github.com/deftdevs/bootstrapi.git</developerConnection>
2929
<url>https://github.com/deftdevs/bootstrapi</url>
30-
<tag>v0.12.1</tag>
30+
<tag>HEAD</tag>
3131
</scm>
3232

3333
<developers>

confluence/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.deftdevs</groupId>
99
<artifactId>bootstrapi-parent</artifactId>
10-
<version>0.12.1</version>
10+
<version>0.12.2-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>bootstrapi-confluence-plugin</artifactId>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:https://github.com/deftdevs/bootstrapi.git</connection>
3030
<developerConnection>scm:git:https://github.com/deftdevs/bootstrapi.git</developerConnection>
3131
<url>https://github.com/deftdevs/bootstrapi</url>
32-
<tag>v0.12.1</tag>
32+
<tag>HEAD</tag>
3333
</scm>
3434

3535
<developers>

crowd/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.deftdevs</groupId>
99
<artifactId>bootstrapi-parent</artifactId>
10-
<version>0.12.1</version>
10+
<version>0.12.2-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>bootstrapi-crowd-plugin</artifactId>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:https://github.com/deftdevs/bootstrapi.git</connection>
3030
<developerConnection>scm:git:https://github.com/deftdevs/bootstrapi.git</developerConnection>
3131
<url>https://github.com/deftdevs/bootstrapi</url>
32-
<tag>v0.12.1</tag>
32+
<tag>HEAD</tag>
3333
</scm>
3434

3535
<developers>

jira/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.deftdevs</groupId>
88
<artifactId>bootstrapi-parent</artifactId>
9-
<version>0.12.1</version>
9+
<version>0.12.2-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>bootstrapi-jira-plugin</artifactId>
@@ -28,7 +28,7 @@
2828
<connection>scm:git:https://github.com/deftdevs/bootstrapi.git</connection>
2929
<developerConnection>scm:git:https://github.com/deftdevs/bootstrapi.git</developerConnection>
3030
<url>https://github.com/deftdevs/bootstrapi</url>
31-
<tag>v0.12.1</tag>
31+
<tag>HEAD</tag>
3232
</scm>
3333

3434
<developers>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.deftdevs</groupId>
77
<artifactId>bootstrapi-parent</artifactId>
8-
<version>0.12.1</version>
8+
<version>0.12.2-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>BootstrAPI parent POM</name>
@@ -41,7 +41,7 @@
4141
<connection>scm:git:https://github.com/deftdevs/bootstrapi.git</connection>
4242
<developerConnection>scm:git:https://github.com/deftdevs/bootstrapi.git</developerConnection>
4343
<url>https://github.com/deftdevs/bootstrapi</url>
44-
<tag>v0.12.1</tag>
44+
<tag>HEAD</tag>
4545
</scm>
4646

4747
<developers>

0 commit comments

Comments
 (0)