Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
raphj committed Feb 12, 2025
1 parent bb7d228 commit bbf06d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</parent>
<groupId>org.xwiki.contrib.urlmapping</groupId>
<artifactId>url-mapping</artifactId>
<version>0.0.5</version>
<version>0.0.6-SNAPSHOT</version>
<name>URL Mapping - Parent POM</name>
<description>Parent POM for URL Mapping modules</description>
<packaging>pom</packaging>
Expand All @@ -43,7 +43,7 @@
<connection>scm:git:git://github.com/xwiki-contrib/url-mapping.git</connection>
<developerConnection>scm:git:[email protected]:xwiki-contrib/url-mapping.git</developerConnection>
<url>https://github.com/xwiki-contrib/url-mapping/tree/master</url>
<tag>url-mapping-0.0.5</tag>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion url-mapping-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.urlmapping</groupId>
<artifactId>url-mapping</artifactId>
<version>0.0.5</version>
<version>0.0.6-SNAPSHOT</version>
</parent>
<artifactId>url-mapping-api</artifactId>
<name>URL Mapping - API</name>
Expand Down
2 changes: 1 addition & 1 deletion url-mapping-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.urlmapping</groupId>
<artifactId>url-mapping</artifactId>
<version>0.0.5</version>
<version>0.0.6-SNAPSHOT</version>
</parent>
<artifactId>url-mapping-default</artifactId>
<name>URL Mapping</name>
Expand Down
2 changes: 1 addition & 1 deletion url-mapping-suggestions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.urlmapping</groupId>
<artifactId>url-mapping</artifactId>
<version>0.0.5</version>
<version>0.0.6-SNAPSHOT</version>
</parent>
<artifactId>url-mapping-suggestions</artifactId>
<name>URL Mapping - Suggestions</name>
Expand Down

0 comments on commit bbf06d1

Please sign in to comment.