Skip to content

Commit d1dd193

Browse files
committed
[maven-release-plugin] prepare release 1.1.0.Beta1
1 parent 426ba3b commit d1dd193

File tree

31 files changed

+65
-102
lines changed

31 files changed

+65
-102
lines changed

arquillian/weld-ee-container/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
43

54
<!-- Parent -->
65
<parent>
@@ -18,7 +17,7 @@
1817
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
1918
<name>Arquillian Container Weld EE Embedded 1.1.x (Weld Dev Fork)</name>
2019
<description>Weld EE 1.1.x Embedded Container integration for the Arquillian Project</description>
21-
<version>1.1.0-SNAPSHOT</version>
20+
<version>1.1.0.Beta1</version>
2221

2322

2423
<!-- Properties -->

bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.jboss.weld</groupId>
44
<artifactId>weld-core-bom</artifactId>
55
<packaging>pom</packaging>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0.Beta1</version>
77

88
<parent>
99
<groupId>org.jboss.weld</groupId>

bundles/osgi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>weld-core-parent</artifactId>
1818
<groupId>org.jboss.weld</groupId>
19-
<version>1.1.0-SNAPSHOT</version>
19+
<version>1.1.0.Beta1</version>
2020
<relativePath>../../parent/pom.xml</relativePath>
2121
</parent>
2222
<modelVersion>4.0.0</modelVersion>

docs/reference/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.jboss.weld.reference-guide</groupId>
66
<artifactId>weld-reference-guide</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0.Beta1</version>
88
<packaging>jdocbook</packaging>
99
<name>Weld Reference Guide</name>
1010
<url>http://www.seamframework.org/Weld</url>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.jboss.weld</groupId>
2121
<artifactId>weld-core-parent</artifactId>
22-
<version>1.1.0-SNAPSHOT</version>
22+
<version>1.1.0.Beta1</version>
2323
<relativePath>../../parent/pom.xml</relativePath>
2424
</parent>
2525

environments/se/build/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0.Beta1</version>
77
<relativePath>../../../parent/pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

environments/se/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0.Beta1</version>
77
<relativePath>../../../parent/pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

environments/servlet/build/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-servlet-parent</artifactId>
55
<groupId>org.jboss.weld.servlet</groupId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0.Beta1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.jboss.weld.servlet</groupId>

environments/servlet/core/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
43
<parent>
54
<artifactId>weld-servlet-parent</artifactId>
65
<groupId>org.jboss.weld.servlet</groupId>
7-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0.Beta1</version>
87
<relativePath>../pom.xml</relativePath>
98
</parent>
109
<modelVersion>4.0.0</modelVersion>
1110
<groupId>org.jboss.weld.servlet</groupId>
1211
<artifactId>weld-servlet-core</artifactId>
13-
<version>1.1.0-SNAPSHOT</version>
12+
<version>1.1.0.Beta1</version>
1413
<packaging>jar</packaging>
1514
<name>Weld Servlet Core</name>
1615
<url>http://www.seamframework.org/Weld</url>

environments/servlet/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>org.jboss.weld.servlet</groupId>
54
<artifactId>weld-servlet-parent</artifactId>
65
<name>Weld Servlet Parent</name>
76
<packaging>pom</packaging>
8-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0.Beta1</version>
98

109
<parent>
1110
<groupId>org.jboss.weld</groupId>
1211
<artifactId>weld-core-parent</artifactId>
1312
<relativePath>../../parent/pom.xml</relativePath>
14-
<version>1.1.0-SNAPSHOT</version>
13+
<version>1.1.0.Beta1</version>
1514
</parent>
1615

1716
<modules>

environments/servlet/tests/base/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
43
<parent>
54
<artifactId>weld-servlet-parent</artifactId>
65
<groupId>org.jboss.weld.servlet</groupId>
7-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0.Beta1</version>
87
<relativePath>../../pom.xml</relativePath>
98
</parent>
109
<modelVersion>4.0.0</modelVersion>

environments/servlet/tests/jetty/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
43
<parent>
54
<artifactId>weld-servlet-parent</artifactId>
65
<groupId>org.jboss.weld.servlet</groupId>
7-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0.Beta1</version>
87
<relativePath>../../pom.xml</relativePath>
98
</parent>
109
<modelVersion>4.0.0</modelVersion>

environments/servlet/tests/tomcat/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
43
<parent>
54
<artifactId>weld-servlet-parent</artifactId>
65
<groupId>org.jboss.weld.servlet</groupId>
7-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0.Beta1</version>
87
<relativePath>../../pom.xml</relativePath>
98
</parent>
109
<modelVersion>4.0.0</modelVersion>

examples/jsf/login/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.jboss.weld.examples</groupId>
87
<artifactId>weld-examples-parent</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0.Beta1</version>
109
<relativePath>../../pom.xml</relativePath>
1110
</parent>
1211

examples/jsf/numberguess/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.weld.examples</groupId>
77
<artifactId>weld-examples-parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0.Beta1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

examples/jsf/pastecode/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.jboss.weld.examples</groupId>
87
<artifactId>weld-examples-parent</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0.Beta1</version>
109
<relativePath>../../pom.xml</relativePath>
1110
</parent>
1211

@@ -211,12 +210,12 @@
211210
<tasks>
212211
<fail message="JBOSS_HOME must be set">
213212
<condition>
214-
<not><isset property="env.JBOSS_HOME"/></not>
213+
<not><isset property="env.JBOSS_HOME" /></not>
215214
</condition>
216215
</fail>
217216
<copy file="${basedir}/weld-pastecode-ds.xml" todir="${env.JBOSS_HOME}/server/default/deploy" />
218217
<!-- waiting for datasource to be ready-->
219-
<sleep seconds="6"/>
218+
<sleep seconds="6" />
220219
</tasks>
221220
</configuration>
222221
</execution>

examples/jsf/permalink/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.weld.examples</groupId>
77
<artifactId>weld-examples-parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0.Beta1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

examples/jsf/translator/ear/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
77
<artifactId>weld-jsf-translator-parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0.Beta1</version>
99
</parent>
1010

1111
<groupId>org.jboss.weld.examples.jsf.translator</groupId>

examples/jsf/translator/ejb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
77
<artifactId>weld-jsf-translator-parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0.Beta1</version>
99
</parent>
1010

1111
<groupId>org.jboss.weld.examples.jsf.translator</groupId>

examples/jsf/translator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.weld.examples</groupId>
66
<artifactId>weld-examples-parent</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0.Beta1</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<groupId>org.jboss.weld.examples.jsf.translator</groupId>

examples/jsf/translator/war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
77
<artifactId>weld-jsf-translator-parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0.Beta1</version>
99
</parent>
1010

1111
<groupId>org.jboss.weld.examples.jsf.translator</groupId>

examples/pom.xml

+18-43
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.jboss.weld</groupId>
76
<artifactId>weld-core-parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0.Beta1</version>
98
<relativePath>../parent/pom.xml</relativePath>
109
</parent>
1110
<groupId>org.jboss.weld.examples</groupId>
@@ -418,12 +417,8 @@
418417
<phase>post-integration-test</phase>
419418
<configuration>
420419
<tasks>
421-
<echo taskname="selenium-shutdown"
422-
message="DGF Errors during shutdown are expected" />
423-
<get taskname="selenium-shutdown"
424-
src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer"
425-
ignoreerrors="true"
426-
dest="${selenium.log.dir}/selenium.stop.msg" />
420+
<echo taskname="selenium-shutdown" message="DGF Errors during shutdown are expected" />
421+
<get taskname="selenium-shutdown" src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer" ignoreerrors="true" dest="${selenium.log.dir}/selenium.stop.msg" />
427422
</tasks>
428423
</configuration>
429424
<goals>
@@ -631,18 +626,11 @@
631626
<phase>pre-integration-test</phase>
632627
<configuration>
633628
<tasks>
634-
<property name="url.to.wait"
635-
value="http://localhost:8180/${project.build.finalName}" />
636-
<copy
637-
file="${project.build.directory}/${project.build.finalName}.${project.packaging}"
638-
toDir="${jboss.master.configuration}/farm" />
639-
<echo
640-
message="Waiting for application at ${url.to.wait}" />
641-
<waitfor
642-
maxwait="${application.deploy.timeout}"
643-
maxwaitunit="second">
644-
<http url="${url.to.wait}"
645-
errorsBeginAt="404" />
629+
<property name="url.to.wait" value="http://localhost:8180/${project.build.finalName}" />
630+
<copy file="${project.build.directory}/${project.build.finalName}.${project.packaging}" toDir="${jboss.master.configuration}/farm" />
631+
<echo message="Waiting for application at ${url.to.wait}" />
632+
<waitfor maxwait="${application.deploy.timeout}" maxwaitunit="second">
633+
<http url="${url.to.wait}" errorsBeginAt="404" />
646634
</waitfor>
647635
</tasks>
648636
</configuration>
@@ -658,14 +646,9 @@
658646
<configuration>
659647
<tasks>
660648
<echo message="Undeploying application." />
661-
<delete
662-
file="${jboss.master.configuration}/farm/${project.build.finalName}.${project.packaging}" />
663-
<get taskname="selenium-shutdown"
664-
src="http://${selenium.host}:${selenium.port}/selenium-server/driver/?cmd=shutDownSeleniumServer"
665-
ignoreerrors="true"
666-
dest="${selenium.log.dir}/selenium.stop.msg" />
667-
<echo taskname="selenium-shutdown"
668-
message="DGF Errors during shutdown are expected." />
649+
<delete file="${jboss.master.configuration}/farm/${project.build.finalName}.${project.packaging}" />
650+
<get taskname="selenium-shutdown" src="http://${selenium.host}:${selenium.port}/selenium-server/driver/?cmd=shutDownSeleniumServer" ignoreerrors="true" dest="${selenium.log.dir}/selenium.stop.msg" />
651+
<echo taskname="selenium-shutdown" message="DGF Errors during shutdown are expected." />
669652
</tasks>
670653
</configuration>
671654
<goals>
@@ -686,10 +669,10 @@
686669
<ftest.suite.xml>tomcat6x.xml</ftest.suite.xml>
687670
<!-- Before starting Tomcat, add the following line to conf/tomcat-users.xml to allow
688671
the Cargo plugin to access the manager application, then start Tomcat:
689-
<user username="admin" password="" roles="manager"/>
672+
<user username="admin" password="" roles="manager" />
690673
-->
691674
<tomcat.username>admin</tomcat.username>
692-
<tomcat.password></tomcat.password>
675+
<tomcat.password />
693676
</properties>
694677

695678
<dependencies>
@@ -921,12 +904,8 @@
921904
<phase>post-integration-test</phase>
922905
<configuration>
923906
<tasks>
924-
<echo taskname="selenium-shutdown"
925-
message="DGF Errors during shutdown are expected" />
926-
<get taskname="selenium-shutdown"
927-
src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer"
928-
ignoreerrors="true"
929-
dest="${selenium.log.dir}/selenium.stop.msg" />
907+
<echo taskname="selenium-shutdown" message="DGF Errors during shutdown are expected" />
908+
<get taskname="selenium-shutdown" src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer" ignoreerrors="true" dest="${selenium.log.dir}/selenium.stop.msg" />
930909
</tasks>
931910
</configuration>
932911
<goals>
@@ -1166,12 +1145,8 @@
11661145
<phase>post-integration-test</phase>
11671146
<configuration>
11681147
<tasks>
1169-
<echo taskname="selenium-shutdown"
1170-
message="DGF Errors during shutdown are expected" />
1171-
<get taskname="selenium-shutdown"
1172-
src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer"
1173-
ignoreerrors="true"
1174-
dest="${selenium.log.dir}/selenium.stop.msg" />
1148+
<echo taskname="selenium-shutdown" message="DGF Errors during shutdown are expected" />
1149+
<get taskname="selenium-shutdown" src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer" ignoreerrors="true" dest="${selenium.log.dir}/selenium.stop.msg" />
11751150
</tasks>
11761151
</configuration>
11771152
<goals>

examples/se/hello-world/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-examples-parent</artifactId>
55
<groupId>org.jboss.weld.examples</groupId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0.Beta1</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

examples/se/numberguess/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-examples-parent</artifactId>
55
<groupId>org.jboss.weld.examples</groupId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0.Beta1</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)