Skip to content

Commit dd3b379

Browse files
committed
Updated to wildfly 8.0.0.CR1.
1 parent 93516fd commit dd3b379

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

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.Beta1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</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.Beta1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</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.Beta1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</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.Beta1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</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.Beta1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
1010
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1111
</configuration>
1212
</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.Beta1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
1010
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1111
</configuration>
1212
</container>

concurrency/managedexecutor/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.Beta1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
1010
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1111
</configuration>
1212
</container>

el/standalone/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.Beta1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
1010
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1111
</configuration>
1212
</container>

extra/nosql/hibernate-ogm/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.Beta1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
1010
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1111
</configuration>
1212
</container>

jaxrs/jaxrs-endpoint/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.Beta1}</property>
9+
<property name="jbossHome">${serverRoot:target/wildfly-8.0.0.CR1}</property>
1010
<property name="serverConfig">${serverProfile:standalone-full.xml}</property>
1111
</configuration>
1212
</container>

0 commit comments

Comments
 (0)