Skip to content

Commit 5a3b773

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9f5b8a5 commit 5a3b773

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<parent>
2323
<groupId>com.xwiki.googleapps</groupId>
2424
<artifactId>application-googleapps-parent</artifactId>
25-
<version>3.2.2</version>
25+
<version>3.2.3-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>application-googleapps-api</artifactId>
28-
<version>3.2.2</version>
28+
<version>3.2.3-SNAPSHOT</version>
2929
<packaging>jar</packaging>
3030
<name>Google Apps Integration (API)</name>
3131
<description>This is the XWiki-API part of the Google Apps which allows to connect Google Apps to XWiki.</description>
@@ -39,7 +39,7 @@
3939
<connection>scm:git:git://github.com/xwikisas/application-googleapps.git</connection>
4040
<developerConnection>scm:git:git@github.com:xwikisas/application-googleapps.git</developerConnection>
4141
<url>https://github.com/xwikisas/application-googleapps</url>
42-
<tag>application-googleapps-parent-3.2.2</tag>
42+
<tag>HEAD</tag>
4343
</scm>
4444
<build>
4545
<plugins>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<groupId>com.xwiki.googleapps</groupId>
2828
<artifactId>application-googleapps-parent</artifactId>
29-
<version>3.2.2</version>
29+
<version>3.2.3-SNAPSHOT</version>
3030
<packaging>pom</packaging>
3131
<name>Google Apps Integration (pro) parent POM</name>
3232
<description>Log in to XWiki using your Google account. Import Google Apps documents as attachments. Edit XWiki attachments in Google Apps. The app can be purchased individually or part of the XWiki Pro package. Try it free.</description>
@@ -41,7 +41,7 @@
4141
<connection>scm:git:git://github.com/xwikisas/application-googleapps.git</connection>
4242
<developerConnection>scm:git:git@github.com:xwikisas/application-googleapps.git</developerConnection>
4343
<url>https://github.com/xwikisas/application-googleapps/tree/master</url>
44-
<tag>application-googleapps-parent-3.2.2</tag>
44+
<tag>HEAD</tag>
4545
</scm>
4646
<modules>
4747
<module>api</module>

ui/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
<parent>
2323
<groupId>com.xwiki.googleapps</groupId>
2424
<artifactId>application-googleapps-parent</artifactId>
25-
<version>3.2.2</version>
25+
<version>3.2.3-SNAPSHOT</version>
2626
</parent>
2727
<groupId>com.xwiki.googleapps</groupId>
2828
<artifactId>application-googleapps</artifactId>
29-
<version>3.2.2</version>
29+
<version>3.2.3-SNAPSHOT</version>
3030
<packaging>xar</packaging>
3131
<scm>
3232
<connection>scm:git:git://github.com/xwikisas/application-googleapps.git</connection>
3333
<developerConnection>scm:git:git@github.com:xwikisas/application-googleapps.git</developerConnection>
3434
<url>https://github.com/xwikisas/application-googleapps/tree/master</url>
35-
<tag>application-googleapps-parent-3.2.2</tag>
35+
<tag>HEAD</tag>
3636
</scm>
3737
<name>Google Apps Integration</name>
3838
<description>Log in to XWiki using your Google account. Import Google Apps documents as attachments. Edit XWiki

0 commit comments

Comments
 (0)