Skip to content

Commit efb9ee5

Browse files
committed
Update arquillian.xml CR1 references to Final
1 parent 6a77801 commit efb9ee5

File tree

23 files changed

+30
-30
lines changed

23 files changed

+30
-30
lines changed

cdi/alternatives-priority/src/test/resources/arquillian.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<container qualifier="test" default="true">
1010
<configuration>
11-
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
11+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.Final}</property>
1212
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1313
</configuration>
1414
</container>

cdi/alternatives/src/test/resources/arquillian.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<container qualifier="test" default="true">
88
<configuration>
9-
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.Final}</property>
1010
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1111
</configuration>
1212
</container>

cdi/bean-discovery-all/src/test/resources/arquillian.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<container qualifier="test" default="true">
88
<configuration>
9-
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.Final}</property>
1010
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1111
</configuration>
1212
</container>

cdi/bean-discovery-annotated/src/test/resources/arquillian.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<container qualifier="test" default="true">
88
<configuration>
9-
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.Final}</property>
1010
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1111
</configuration>
1212
</container>

cdi/bean-discovery-none/src/test/resources/arquillian.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<container qualifier="test" default="true">
88
<configuration>
9-
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.Final}</property>
1010
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1111
</configuration>
1212
</container>

cdi/beansxml-noversion/src/test/resources/arquillian.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<container qualifier="test" default="true">
88
<configuration>
9-
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.Final}</property>
1010
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1111
</configuration>
1212
</container>

cdi/events/src/test/resources/arquillian.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<container qualifier="test" default="true">
1010
<configuration>
11-
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
11+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.Final}</property>
1212
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1313
</configuration>
1414
</container>

cdi/interceptors-priority/src/test/resources/arquillian.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<container qualifier="test" default="true">
1010
<configuration>
11-
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
11+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.Final}</property>
1212
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1313
</configuration>
1414
</container>

cdi/interceptors/src/test/resources/arquillian.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<container qualifier="test" default="true">
1010
<configuration>
11-
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
11+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.Final}</property>
1212
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1313
</configuration>
1414
</container>

cdi/nobeans-xml/src/test/resources/arquillian.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<container qualifier="test" default="true">
88
<configuration>
9-
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.Final}</property>
1010
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1111
</configuration>
1212
</container>

0 commit comments

Comments
 (0)