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
tmortagne committed Feb 29, 2024
1 parent 9c18fb2 commit 71f56b6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib</groupId>
<artifactId>application-faq-test</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</parent>
<artifactId>application-faq-test-pageobjects</artifactId>
<name>FAQ - Tests - Page Objects</name>
Expand Down
2 changes: 1 addition & 1 deletion application-faq-test/application-faq-test-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib</groupId>
<artifactId>application-faq-test</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</parent>
<artifactId>application-faq-test-tests</artifactId>
<name>FAQ - Tests - Functional Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion application-faq-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib</groupId>
<artifactId>application-faq</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</parent>
<artifactId>application-faq-test</artifactId>
<name>FAQ - Tests - Parent POM</name>
Expand Down
2 changes: 1 addition & 1 deletion application-faq-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib</groupId>
<artifactId>application-faq</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</parent>
<artifactId>application-faq-ui</artifactId>
<name>FAQ - UI</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
<version>8.4-11</version>
</parent>
<artifactId>application-faq</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
<name>FAQ - Parent POM</name>
<packaging>pom</packaging>
<description>Questions and answers for frequently asked questions</description>
<scm>
<connection>scm:git:git://github.com/xwiki-contrib/application-faq.git</connection>
<developerConnection>scm:git:[email protected]:xwiki-contrib/application-faq.git</developerConnection>
<url>https://github.com/xwiki-contrib/application-faq</url>
<tag>application-faq-8.4.1</tag>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit 71f56b6

Please sign in to comment.