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
andygibson committed Mar 28, 2011
1 parent 1e52cf1 commit e899c67
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions beancontainer/api/pom.xml
Expand Up @@ -4,12 +4,12 @@
<artifactId>beancontainer-api</artifactId>
<packaging>jar</packaging>
<name>BeanContainer API</name>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>

<parent>
<groupId>org.cdisource</groupId>
<artifactId>cdisource-parent</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions beancontainer/jndi-impl/pom.xml
Expand Up @@ -3,12 +3,12 @@
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-jndi-impl</artifactId>
<packaging>jar</packaging>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>

<parent>
<groupId>org.cdisource</groupId>
<artifactId>cdisource-parent</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-api</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-test</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<type>jar</type>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions beancontainer/openwebbeans-impl/pom.xml
Expand Up @@ -3,12 +3,12 @@
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-openwebbeans-impl</artifactId>
<packaging>jar</packaging>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>

<parent>
<groupId>org.cdisource</groupId>
<artifactId>cdisource-parent</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-api</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.openwebbeans</groupId>
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-test</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<type>jar</type>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions beancontainer/resin-impl/pom.xml
Expand Up @@ -3,12 +3,12 @@
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-resin-impl</artifactId>
<packaging>jar</packaging>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>

<parent>
<groupId>org.cdisource</groupId>
<artifactId>cdisource-parent</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-api</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand All @@ -67,7 +67,7 @@
<dependency>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-test</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<type>jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions beancontainer/testing/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.cdisource</groupId>
<artifactId>cdisource-parent</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-test</artifactId>
<name>Beancontainer testing harness</name>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-api</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions beancontainer/weld-impl/pom.xml
Expand Up @@ -3,12 +3,12 @@
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-weld-impl</artifactId>
<packaging>jar</packaging>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>

<parent>
<groupId>org.cdisource</groupId>
<artifactId>cdisource-parent</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-api</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-test</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<type>jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.cdisource</groupId>
<artifactId>cdisource-parent</artifactId>
<packaging>pom</packaging>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>

<parent>
<groupId>org.sonatype.oss</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,12 +3,12 @@
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>cdisource-build-aggregator</artifactId>
<packaging>pom</packaging>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>

<parent>
<groupId>org.cdisource</groupId>
<artifactId>cdisource-parent</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<relativePath>parent</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions testing/junit/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.cdisource</groupId>
<artifactId>cdisource-parent</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<groupId>org.cdisource.testing</groupId>
<artifactId>cdisource-testing-junit</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<name>CDISource JUnit Test Runner</name>
<description>Project providing support for testing with CDI and Junit</description>
<dependencies>
Expand All @@ -23,14 +23,14 @@
<dependency>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-api</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-weld-impl</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<type>jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions web/pom.xml
Expand Up @@ -3,18 +3,18 @@
<parent>
<groupId>org.cdisource</groupId>
<artifactId>cdisource-parent</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.cdisource.web</groupId>
<artifactId>cdisource-web</artifactId>
<name>CDISource Web components</name>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-api</artifactId>
<version>0.9-Beta1</version>
<version>0.9-Beta2-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit e899c67

Please sign in to comment.