Skip to content

Commit

Permalink
[maven-release-plugin] prepare release application-forum-2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmortagne committed Feb 24, 2023
1 parent 7da630c commit c4c0379
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.forum</groupId>
<artifactId>application-forum-test</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<artifactId>application-forum-test-pageobjects</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.forum</groupId>
<artifactId>application-forum-test</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<artifactId>application-forum-test-tests</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion application-forum-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.forum</groupId>
<artifactId>application-forum</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<artifactId>application-forum-test</artifactId>
<name>Forum Application - Tests - Parent POM</name>
Expand Down
4 changes: 2 additions & 2 deletions application-forum-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.forum</groupId>
<artifactId>application-forum</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<artifactId>application-forum-ui</artifactId>
<packaging>xar</packaging>
Expand Down Expand Up @@ -74,6 +74,6 @@
"/application-forum-ui" to the parent module url... -->
<scm>
<url>https://github.com/xwiki-contrib/application-forum</url>
<tag>HEAD</tag>
<tag>application-forum-2.3.1</tag>
</scm>
</project>
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.forum</groupId>
<artifactId>application-forum</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<packaging>pom</packaging>
<name>Forum Application - Parent POM</name>
<description>Forum application with multiple forums, topics, answers, comments, supporting Wysiwyg and Votes</description>
Expand Down Expand Up @@ -94,7 +94,7 @@
<connection>scm:git:git://github.com/xwiki-contrib/application-forum.git</connection>
<developerConnection>scm:git:git@github.com:xwiki-contrib/application-forum.git</developerConnection>
<url>https://github.com/xwiki-contrib/application-forum/tree/master</url>
<tag>HEAD</tag>
<tag>application-forum-2.3.1</tag>
</scm>
<modules>
<module>application-forum-ui</module>
Expand Down

0 comments on commit c4c0379

Please sign in to comment.