Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.6.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
alesj authored and stuartwdouglas committed Apr 3, 2012
1 parent 8ebdfc5 commit b50eb1b
Show file tree
Hide file tree
Showing 33 changed files with 50 additions and 57 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.6-SNAPSHOT</version>
<version>1.1.6.Final</version>

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

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

<groupId>org.jboss.weld</groupId>
<artifactId>weld-build-config</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.Final</version>

<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
5 changes: 2 additions & 3 deletions examples/jsf/login/pom.xml
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<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>

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

Expand Down
5 changes: 2 additions & 3 deletions examples/jsf/numberguess/pom.xml
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<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>

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

Expand Down
5 changes: 2 additions & 3 deletions examples/jsf/pastecode/pom.xml
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<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>

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

Expand Down
7 changes: 3 additions & 4 deletions examples/jsf/permalink/pom.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

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

Expand Down Expand Up @@ -413,7 +412,7 @@
<artifactId>maven-antrun-plugin</artifactId>
<configuration>
<tasks>
<touch file="${webapp.directory}/WEB-INF/web.xml"/>
<touch file="${webapp.directory}/WEB-INF/web.xml" />
</tasks>
</configuration>
<!-- Hooking an execution to a phase is more correct, but slower -->
Expand Down
5 changes: 2 additions & 3 deletions examples/jsf/translator/ear/pom.xml
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<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>

<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.Final</version>
</parent>

<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
11 changes: 5 additions & 6 deletions examples/pom.xml
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.jboss.weld.examples</groupId>
Expand Down Expand Up @@ -108,7 +107,7 @@
<!-- Testing deps -->
<selenium.java.client.version>1.0.1</selenium.java.client.version>
<ant.junit.version>1.6.2</ant.junit.version>
<ftest.version.discriminator/>
<ftest.version.discriminator />
<selenium.browser>*firefoxproxy</selenium.browser>
<selenium.browser.url>http://localhost:8080</selenium.browser.url>
<selenium.server.port>14444</selenium.server.port>
Expand All @@ -123,14 +122,14 @@
<ftest.resources.directory>src/ftest/resources</ftest.resources.directory>
<!-- richfaces-selenium -->
<browserSessionReuse>true</browserSessionReuse>
<cargo.jvmargs.additional/>
<cargo.jvmargs.additional />
<cargo.timeout.deploy>120000</cargo.timeout.deploy>
<context.host>localhost</context.host>
<context.root>http://${context.host}:8080/</context.root>
<context.path>/${project.build.finalName}/</context.path>
<context.deploy.path>${context.path}</context.deploy.path>
<jboss.master.configuration>${env.JBOSS_HOME}/server/all</jboss.master.configuration>
<deployable.location/>
<deployable.location />
<deployable.type>war</deployable.type>
<method>*</method>
<selenium.maximize>false</selenium.maximize>
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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.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.6-SNAPSHOT</version>
<version>1.1.6.Final</version>
<relativePath>../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.6-SNAPSHOT</version>
<version>1.1.6.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
@@ -1,10 +1,9 @@
<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-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6.Final</version>

<name>Weld Parent</name>

Expand Down Expand Up @@ -518,7 +517,7 @@
<configLocation>weld-checkstyle/checkstyle.xml</configLocation>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<useFile/>
<useFile />
</configuration>
<dependencies>
<dependency>
Expand Down Expand Up @@ -557,7 +556,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<execute />
</action>
</pluginExecution>
</pluginExecutions>
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.6-SNAPSHOT</version>
<version>1.1.6.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit b50eb1b

Please sign in to comment.