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
acotiuga committed Aug 19, 2019
1 parent 932844a commit ec8c063
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>com.xwiki.xpoll</groupId>
<artifactId>application-xpoll-test</artifactId>
<version>1.10.7</version>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>application-xpoll-test-pageobjects</artifactId>
<name>XPoll Application - Tests - Page Objects</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.xwiki.xpoll</groupId>
<artifactId>application-xpoll-test</artifactId>
<version>1.10.7</version>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>application-xpoll-test-tests</artifactId>
<name>XPoll Application - Tests - Functional Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion application-xpoll-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.xwiki.xpoll</groupId>
<artifactId>application-xpoll</artifactId>
<version>1.10.7</version>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>application-xpoll-test</artifactId>
<name>XPoll Application - Tests - Parent POM</name>
Expand Down
2 changes: 1 addition & 1 deletion application-xpoll-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.xwiki.xpoll</groupId>
<artifactId>application-xpoll</artifactId>
<version>1.10.7</version>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>application-xpoll-ui</artifactId>
<packaging>xar</packaging>
Expand Down
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>com.xwiki.xpoll</groupId>
<artifactId>application-xpoll</artifactId>
<version>1.10.7</version>
<version>2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>XPoll Application (Pro) Parent POM</name>
<description>XWiki Simple Poll Application - Doodle like</description>
Expand All @@ -44,7 +44,7 @@
<connection>scm:git:git://github.com/xwikisas/application-xpoll.git</connection>
<developerConnection>scm:git:git@github.com:xwikisas/application-xpoll.git</developerConnection>
<url>https://github.com/xwikisas/application-xpoll/tree/master</url>
<tag>application-xpoll-1.10.7</tag>
<tag>HEAD</tag>
</scm>
<modules>
<module>application-xpoll-ui</module>
Expand Down

0 comments on commit ec8c063

Please sign in to comment.