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
pmuir committed Jan 13, 2011
1 parent d3c6548 commit e25e3e2
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 23 deletions.
2 changes: 1 addition & 1 deletion arquillian/weld-ee-container/pom.xml
Expand Up @@ -17,7 +17,7 @@
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<name>Arquillian Container Weld EE Embedded 1.1.x (Weld Dev Fork)</name>
<description>Weld EE 1.1.x Embedded Container integration for the Arquillian Project</description>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>


<!-- Properties -->
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-bom</artifactId>
<packaging>pom</packaging>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>

<parent>
<groupId>org.jboss.weld</groupId>
Expand Down
3 changes: 2 additions & 1 deletion bundles/osgi/pom.xml
Expand Up @@ -16,13 +16,14 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>org.jboss.weld</groupId>
<artifactId>weld-osgi-bundle</artifactId>
<version>1.1.0.Final</version>
<name>Weld OSGi Bundle</name>
<description>Weld runtime packaged as an OSGi bundle</description>

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion environments/se/build/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion environments/se/core/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion environments/servlet/build/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-servlet-parent</artifactId>
<groupId>org.jboss.weld.servlet</groupId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.weld.servlet</groupId>
Expand Down
4 changes: 2 additions & 2 deletions environments/servlet/core/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>weld-servlet-parent</artifactId>
<groupId>org.jboss.weld.servlet</groupId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.weld.servlet</groupId>
<artifactId>weld-servlet-core</artifactId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Weld Servlet Core</name>
<url>http://www.seamframework.org/Weld</url>
Expand Down
4 changes: 2 additions & 2 deletions environments/servlet/pom.xml
Expand Up @@ -4,13 +4,13 @@
<artifactId>weld-servlet-parent</artifactId>
<name>Weld Servlet Parent</name>
<packaging>pom</packaging>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>

<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<relativePath>../../parent/pom.xml</relativePath>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion environments/servlet/tests/base/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-servlet-parent</artifactId>
<groupId>org.jboss.weld.servlet</groupId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion environments/servlet/tests/jetty/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-servlet-parent</artifactId>
<groupId>org.jboss.weld.servlet</groupId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion environments/servlet/tests/tomcat/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-servlet-parent</artifactId>
<groupId>org.jboss.weld.servlet</groupId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
3 changes: 2 additions & 1 deletion examples/pom.xml
Expand Up @@ -4,11 +4,12 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>1.1.0.Final</version>
<packaging>pom</packaging>
<name>Weld Examples</name>

Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion inject-tck-runner/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jboss-tck-runner/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-bom</artifactId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-build-aggregator</artifactId>
<packaging>pom</packaging>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>

<parent>
<groupId>org.jboss.weld</groupId>
Expand Down
2 changes: 1 addition & 1 deletion porting-package/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tests-arquillian/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.1.0.Final</version>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit e25e3e2

Please sign in to comment.