Skip to content

Commit b9e0ba0

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 491bbc3 commit b9e0ba0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<artifactId>swagger-parent</artifactId>
3131
<packaging>pom</packaging>
3232
<name>Swagger macro - Parent POM</name>
33-
<version>1.0</version>
33+
<version>1.1-SNAPSHOT</version>
3434
<properties>
3535
<xwiki.release.jira.skip>false</xwiki.release.jira.skip>
3636
<xwiki.issueManagement.jira.id>XSWAG</xwiki.issueManagement.jira.id>
@@ -44,7 +44,7 @@
4444
<connection>scm:git:git://github.com/xwiki-contrib/swagger.git</connection>
4545
<developerConnection>scm:git:[email protected]:xwiki-contrib/swagger.git</developerConnection>
4646
<url>https://github.com/xwiki-contrib/swagger/tree/master</url>
47-
<tag>swagger-parent-1.0</tag>
47+
<tag>HEAD</tag>
4848
</scm>
4949
<modules>
5050
<module>swagger-macro</module>

Diff for: swagger-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.xwiki.contrib.swagger</groupId>
2626
<artifactId>swagger-parent</artifactId>
27-
<version>1.0</version>
27+
<version>1.1-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>swagger-api</artifactId>
3030
<packaging>jar</packaging>

Diff for: swagger-macro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.xwiki.contrib.swagger</groupId>
2626
<artifactId>swagger-parent</artifactId>
27-
<version>1.0</version>
27+
<version>1.1-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>swagger-macro</artifactId>
3030
<packaging>xar</packaging>

0 commit comments

Comments
 (0)