Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.16.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Sep 23, 2013
1 parent 75e8d88 commit 29562c6
Show file tree
Hide file tree
Showing 34 changed files with 56 additions and 66 deletions.
4 changes: 2 additions & 2 deletions bom/pom.xml
Expand Up @@ -3,12 +3,12 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-bom</artifactId>
<packaging>pom</packaging>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>

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

Expand Down
2 changes: 1 addition & 1 deletion build-config/pom.xml
Expand Up @@ -26,7 +26,7 @@

<groupId>org.jboss.weld</groupId>
<artifactId>weld-build-config</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<name>Weld: Build Configuration</name>

<build>
Expand Down
2 changes: 1 addition & 1 deletion bundles/osgi/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.jboss.weld.reference-guide</groupId>
<artifactId>weld-reference-guide</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<packaging>jdocbook</packaging>
<name>Weld Reference Guide</name>
<url>http://www.seamframework.org/Weld</url>
Expand All @@ -19,7 +19,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../../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.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../../../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.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../../../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.16-SNAPSHOT</version>
<version>1.1.16.Final</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.16-SNAPSHOT</version>
<version>1.1.16.Final</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.16-SNAPSHOT</version>
<version>1.1.16.Final</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.16-SNAPSHOT</version>
<version>1.1.16.Final</version>

<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</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.16-SNAPSHOT</version>
<version>1.1.16.Final</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.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion environments/servlet/tests/jetty7/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-servlet-parent</artifactId>
<groupId>org.jboss.weld.servlet</groupId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</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.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion environments/servlet/tests/tomcat7/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-servlet-parent</artifactId>
<groupId>org.jboss.weld.servlet</groupId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/login/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/numberguess/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/pastecode/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/permalink/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/translator/ear/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
</parent>

<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/translator/ejb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
</parent>

<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/translator/ftest/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
</parent>

<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/translator/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/translator/war/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
</parent>

<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.jboss.weld.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/se/hello-world/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-examples-parent</artifactId>
<groupId>org.jboss.weld.examples</groupId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/se/numberguess/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-examples-parent</artifactId>
<groupId>org.jboss.weld.examples</groupId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
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.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../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.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
48 changes: 19 additions & 29 deletions jboss-as/jboss-as-7/pom.xml
@@ -1,15 +1,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-jboss-as7-updater</artifactId>
<packaging>pom</packaging>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>

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

Expand Down Expand Up @@ -75,55 +74,46 @@
</goals>
<configuration>
<tasks>
<property file="${basedir}/local.build.properties"/>
<property file="${basedir}/build.properties"/>
<property name="jboss.home" value="${env.JBOSS_HOME}"/>
<property file="${basedir}/local.build.properties" />
<property file="${basedir}/build.properties" />
<property name="jboss.home" value="${env.JBOSS_HOME}" />

<available file="${jboss.home}/modules/system" property="module.dir" value="${jboss.home}/modules/system/layers/base/org/jboss/weld" />
<!-- The older versions of JBoss AS used this location for modules -->
<property name="module.dir" value="${jboss.home}/modules/org/jboss/weld"/>
<property name="module.dir" value="${jboss.home}/modules/org/jboss/weld" />

<delete>
<fileset dir="${module.dir}/core/main" includes="*.jar"/>
<fileset dir="${module.dir}/spi/main" includes="*.jar"/>
<fileset dir="${module.dir}/api/main" includes="*.jar"/>
<fileset dir="${module.dir}/core/main" includes="*.index"/>
<fileset dir="${module.dir}/spi/main" includes="*.index"/>
<fileset dir="${module.dir}/api/main" includes="*.index"/>
<fileset dir="${module.dir}/core/main" includes="*.jar" />
<fileset dir="${module.dir}/spi/main" includes="*.jar" />
<fileset dir="${module.dir}/api/main" includes="*.jar" />
<fileset dir="${module.dir}/core/main" includes="*.index" />
<fileset dir="${module.dir}/spi/main" includes="*.index" />
<fileset dir="${module.dir}/api/main" includes="*.index" />
</delete>

<copy todir="${module.dir}/core/main" overwrite="true">
<fileset dir="target/dependency/lib">
<include name="weld-core.jar"/>
<include name="weld-core.jar" />
</fileset>
</copy>

<replaceregexp file="${module.dir}/core/main/module.xml"
match="path=&quot;.*?&quot;"
replace="path=&quot;weld-core.jar&quot;"
byline="true"/>
<replaceregexp file="${module.dir}/core/main/module.xml" match="path=&quot;.*?&quot;" replace="path=&quot;weld-core.jar&quot;" byline="true" />

<copy todir="${module.dir}/spi/main" overwrite="true">
<fileset dir="target/dependency/lib">
<include name="weld-spi.jar"/>
<include name="weld-spi.jar" />
</fileset>
</copy>

<replaceregexp file="${module.dir}/spi/main/module.xml"
match="path=&quot;.*?&quot;"
replace="path=&quot;weld-spi.jar&quot;"
byline="true"/>
<replaceregexp file="${module.dir}/spi/main/module.xml" match="path=&quot;.*?&quot;" replace="path=&quot;weld-spi.jar&quot;" byline="true" />

<copy todir="${module.dir}/api/main" overwrite="true">
<fileset dir="target/dependency/lib">
<include name="weld-api.jar"/>
<include name="weld-api.jar" />
</fileset>
</copy>

<replaceregexp file="${module.dir}/api/main/module.xml"
match="path=&quot;.*?&quot;"
replace="path=&quot;weld-api.jar&quot;"
byline="true"/>
<replaceregexp file="${module.dir}/api/main/module.xml" match="path=&quot;.*?&quot;" replace="path=&quot;weld-api.jar&quot;" byline="true" />

</tasks>
</configuration>
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.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.16.Final</version>

<name>Weld Parent</name>

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.16-SNAPSHOT</version>
<version>1.1.16.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 29562c6

Please sign in to comment.