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
Quang Hong Nguyen committed Jul 4, 2011
1 parent 3616f1f commit 4ffbf1d
Show file tree
Hide file tree
Showing 45 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion component/bbcode/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.component</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.component.bbcode</artifactId>
<name>eXo KS BBCode processing</name>
Expand Down
2 changes: 1 addition & 1 deletion component/common/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.component</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.component.common</artifactId>
<name>eXo KS Common components</name>
Expand Down
2 changes: 1 addition & 1 deletion component/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>ks</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.component</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion component/rendering/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.component</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.component.rendering</artifactId>
<name>eXo KS Rendering</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/cometd-ksdemo/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.demo</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.demo.cometd-war</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demo/config/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.demo</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.demo.config</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demo/ear/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.demo</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.demo.ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>ks</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.demo</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demo/rest-ksdemo/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.demo</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.demo.rest-ksdemo</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demo/war/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.demo</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.demo.webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>ks</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.docs</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion docs/refguide/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.docs</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>

<artifactId>exo.ks.docs.refguide</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/common/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.eXoApplication</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication.common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/faq/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.eXoApplication</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication.faq</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/faq/service/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.eXoApplication.faq</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication.faq.service</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/faq/webapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.eXoApplication.faq</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication.faq.webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/forum/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.eXoApplication</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication.forum</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/forum/service/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.eXoApplication.forum</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication.forum.service</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/forum/webapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.eXoApplication.forum</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication.forum.webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/poll/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.eXoApplication</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication.poll</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/poll/service/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.eXoApplication.poll</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication.poll.service</artifactId>
<name>eXo KS Poll Service</name>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/poll/webapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.eXoApplication.poll</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication.poll.webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>ks</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/wiki/assembly/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.eXoApplication.wiki</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication.wiki.assembly</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/wiki/ear/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.eXoApplication.wiki</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication.wiki.ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/wiki/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.eXoApplication</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication.wiki</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/wiki/service/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.eXoApplication.wiki</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication.wiki.service</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eXoApplication/wiki/webapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.eXoApplication.wiki</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.eXoApplication.wiki.webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ext/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>ks</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.ext</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ext/social-integration/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.ext</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.ext.social-integration</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion extension/config/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.extension</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.extension.config</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion extension/ear/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.extension</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.extension.ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>ks</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.extension</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion extension/webapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.extension</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.extension.webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion packaging/module/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.packaging</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>ks.packaging.module</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion packaging/pkg/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.packaging</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.packaging.assembly</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion packaging/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>ks</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.ks.packaging</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion packaging/product/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.ks.packaging</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>portal.packaging.product</artifactId>
<packaging>pom</packaging>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -8,15 +8,15 @@
</parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>ks</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo Knowledge Suite</name>
<description>eXo Knowledge Suite (KS) is a suite of collaborative applications oriented to knowledge management. It not only holds on-line discussions and posts user generated content but also answers the most frequently asked questions about sites/services.</description>
<url>http://wiki.exoplatform.org/xwiki/bin/view/KS/</url>
<scm>
<connection>scm:svn:http://svn.exoplatform.org/projects/ks/tags/2.2.0-GA</connection>
<developerConnection>scm:svn:http://svn.exoplatform.org/projects/ks/tags/2.2.0-GA</developerConnection>
<url>http://fisheye.exoplatform.org/browse/ks/tags/2.2.0-GA</url>
<connection>scm:svn:http://svn.exoplatform.org/projects/ks/trunk</connection>
<developerConnection>scm:svn:http://svn.exoplatform.org/projects/ks/trunk</developerConnection>
<url>http://fisheye.exoplatform.org/browse/ks</url>
</scm>
<issueManagement>
<system>jira</system>
Expand Down
2 changes: 1 addition & 1 deletion server/jboss/patch-ear/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>ks</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>exo.ks.server.jboss.patch-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/tomcat/patch/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>ks</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>exo.ks.server.tomcat.patch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>ks</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>exo.platform.testsuite</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/selenium/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.ks</groupId>
<artifactId>exo.platform.testsuite</artifactId>
<version>2.2.0-GA</version>
<version>2.3.0-SNAPSHOT</version>
</parent>

<artifactId>selenium</artifactId>
Expand Down

0 comments on commit 4ffbf1d

Please sign in to comment.