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
Farcasut committed Feb 7, 2025
1 parent b1f71a7 commit 38e27d2
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 @@
<groupId>com.xwiki.commons</groupId>
<artifactId>xwiki-pro-commons</artifactId>
<packaging>pom</packaging>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<name>XWiki Pro commons - Parent POM</name>
<description>XWiki Pro Commons is a shared repository for reusable components, utilities, and resources used in developing XWiki Pro apps.</description>
<properties>
Expand All @@ -43,7 +43,7 @@
<connection>scm:git:git://github.com/xwikisas/xwiki-pro-commons.git</connection>
<developerConnection>scm:git:[email protected]:xwikisas/xwiki-pro-commons.git</developerConnection>
<url>https://github.com/xwikisas/xwiki-pro-commons/tree/master</url>
<tag>xwiki-pro-commons-1.0.4</tag>
<tag>HEAD</tag>
</scm>
<modules>
<module>xwiki-pro-commons-pickers</module>
Expand Down
2 changes: 1 addition & 1 deletion xwiki-pro-commons-pickers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.xwiki.commons</groupId>
<artifactId>xwiki-pro-commons</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<artifactId>xwiki-pro-commons-pickers</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.xwiki.commons</groupId>
<artifactId>xwiki-pro-commons-pickers</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<artifactId>xwiki-pro-commons-pickers-api</artifactId>
<name>XWiki Pro Commons Pickers - API</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.xwiki.commons</groupId>
<artifactId>xwiki-pro-commons-pickers</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<artifactId>xwiki-pro-commons-pickers-ui</artifactId>
<name>XWiki Pro Commons Pickers - UI</name>
Expand Down

0 comments on commit 38e27d2

Please sign in to comment.