Skip to content

Commit bf9dc88

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent c384075 commit bf9dc88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

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

44
<groupId>com.jgeppert.struts2.bootstrap</groupId>
55
<artifactId>bootstrap</artifactId>
6-
<version>6.0.1</version>
6+
<version>6.0.2-SNAPSHOT</version>
77

88
<packaging>pom</packaging>
99
<name>Struts2 Bootstrap Plugin Parent Module</name>
@@ -19,7 +19,7 @@
1919
<connection>scm:git:[email protected]:struts-community-plugins/struts2-bootstrap.git</connection>
2020
<developerConnection>scm:git:[email protected]:struts-community-plugins/struts2-bootstrap.git</developerConnection>
2121
<url>https://github.com/struts-community-plugins/struts2-bootstrap/</url>
22-
<tag>6.0.1</tag>
22+
<tag>HEAD</tag>
2323
</scm>
2424

2525
<developers>

struts2-bootstrap-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>com.jgeppert.struts2.bootstrap</groupId>
77
<artifactId>bootstrap</artifactId>
8-
<version>6.0.1</version>
8+
<version>6.0.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>struts2-bootstrap-plugin</artifactId>

struts2-bootstrap-showcase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.jgeppert.struts2.bootstrap</groupId>
77
<artifactId>bootstrap</artifactId>
8-
<version>6.0.1</version>
8+
<version>6.0.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>struts2-bootstrap-showcase</artifactId>

0 commit comments

Comments
 (0)