Skip to content

Commit

Permalink
Update Maven dependencies in ejb-remote quickstart to use new WildFly…
Browse files Browse the repository at this point in the history
… co-ordinates
  • Loading branch information
jaikiran committed May 17, 2013
1 parent d1bb238 commit 455ef7e
Show file tree
Hide file tree
Showing 19 changed files with 58 additions and 58 deletions.
8 changes: 4 additions & 4 deletions cluster-ha-singleton/pom.xml
Expand Up @@ -50,7 +50,7 @@

<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down Expand Up @@ -95,9 +95,9 @@
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-ejb-client-bom</artifactId>
<version>${version.jboss.as}</version>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ejb-client-bom</artifactId>
<version>${version.wildfly}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions cluster-ha-singleton/service/pom.xml
Expand Up @@ -61,8 +61,8 @@
<!-- Import JBoss AS Clustering Singleton, to allow us to create
a singleton service -->
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-clustering-singleton</artifactId>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-singleton</artifactId>
</dependency>
</dependencies>

Expand Down
12 changes: 6 additions & 6 deletions deltaspike-helloworld-jms/pom.xml
Expand Up @@ -54,7 +54,7 @@
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down Expand Up @@ -90,9 +90,9 @@
</dependency>

<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-jms-client-bom</artifactId>
<version>${version.jboss.as}</version>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-jms-client-bom</artifactId>
<version>${version.wildfly}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -103,8 +103,8 @@
<dependencies>

<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-jms-client-bom</artifactId>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-jms-client-bom</artifactId>
<type>pom</type>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions ejb-asynchronous/client/pom.xml
Expand Up @@ -58,9 +58,9 @@
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-ejb-client-bom</artifactId>
<version>${version.jboss.as}</version>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ejb-client-bom</artifactId>
<version>${version.wildfly}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -116,7 +116,7 @@

<!-- The client needs JBoss remoting to access the server -->
<dependency>
<groupId>org.jboss.remoting3</groupId>
<groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
<scope>runtime</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions ejb-asynchronous/pom.xml
Expand Up @@ -50,7 +50,7 @@
<!-- JBoss dependency versions -->
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down Expand Up @@ -95,9 +95,9 @@
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-ejb-client-bom</artifactId>
<version>${version.jboss.as}</version>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ejb-client-bom</artifactId>
<version>${version.wildfly}</version>
<scope>runtime</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion ejb-in-ear/pom.xml
Expand Up @@ -51,7 +51,7 @@

<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down
10 changes: 5 additions & 5 deletions ejb-remote/client/pom.xml
Expand Up @@ -46,7 +46,7 @@

<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down Expand Up @@ -89,9 +89,9 @@
</dependency>

<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-ejb-client-bom</artifactId>
<version>${version.jboss.as}</version>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ejb-client-bom</artifactId>
<version>${version.wildfly}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -147,7 +147,7 @@

<!-- The client needs JBoss remoting to access the server -->
<dependency>
<groupId>org.jboss.remoting3</groupId>
<groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
<scope>runtime</scope>
</dependency>
Expand Down
12 changes: 6 additions & 6 deletions ejb-security-interceptors/pom.xml
Expand Up @@ -46,7 +46,7 @@

<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down Expand Up @@ -86,9 +86,9 @@
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-ejb-client-bom</artifactId>
<version>${version.jboss.as}</version>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ejb-client-bom</artifactId>
<version>${version.wildfly}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -98,8 +98,8 @@
<dependencies>

<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-security</artifactId>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-security</artifactId>
</dependency>

<!-- Import the CDI API, we use provided scope as the API is included in
Expand Down
12 changes: 6 additions & 6 deletions ejb-security-plus/pom.xml
Expand Up @@ -46,7 +46,7 @@

<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down Expand Up @@ -86,9 +86,9 @@
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-ejb-client-bom</artifactId>
<version>${version.jboss.as}</version>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ejb-client-bom</artifactId>
<version>${version.wildfly}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -98,8 +98,8 @@
<dependencies>

<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-security</artifactId>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-security</artifactId>
</dependency>

<!-- Import the CDI API, we use provided scope as the API is included in
Expand Down
8 changes: 4 additions & 4 deletions ejb-security/pom.xml
Expand Up @@ -45,7 +45,7 @@

<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down Expand Up @@ -83,9 +83,9 @@
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-ejb-client-bom</artifactId>
<version>${version.jboss.as}</version>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ejb-client-bom</artifactId>
<version>${version.wildfly}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion ejb-throws-exception/pom.xml
Expand Up @@ -54,7 +54,7 @@
<!-- JBoss dependency versions -->
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>

<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
Expand Down
8 changes: 4 additions & 4 deletions helloworld-jms/pom.xml
Expand Up @@ -45,7 +45,7 @@

<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand All @@ -64,9 +64,9 @@

<dependencies>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-jms-client-bom</artifactId>
<version>${version.jboss.as}</version>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-jms-client-bom</artifactId>
<version>${version.wildfly}</version>
<type>pom</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hibernate4/pom.xml
Expand Up @@ -52,7 +52,7 @@
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down
2 changes: 1 addition & 1 deletion jta-crash-rec/pom.xml
Expand Up @@ -45,7 +45,7 @@

<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down
2 changes: 1 addition & 1 deletion kitchensink-ear/pom.xml
Expand Up @@ -57,7 +57,7 @@
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down
2 changes: 1 addition & 1 deletion kitchensink-ml-ear/pom.xml
Expand Up @@ -57,7 +57,7 @@
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down
4 changes: 2 additions & 2 deletions shopping-cart/client/pom.xml
Expand Up @@ -49,8 +49,8 @@
client API isn't directly used in this example. We just need it in our runtime
classpath -->
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-ejb-client-bom</artifactId>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ejb-client-bom</artifactId>
<scope>runtime</scope>
<type>pom</type>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions shopping-cart/pom.xml
Expand Up @@ -57,7 +57,7 @@

<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down Expand Up @@ -105,9 +105,9 @@

<!-- We need the EJB Client -->
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-ejb-client-bom</artifactId>
<version>${version.jboss.as}</version>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ejb-client-bom</artifactId>
<version>${version.wildfly}</version>
<type>pom</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tasks/pom.xml
Expand Up @@ -54,7 +54,7 @@
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->

<version.jboss.as>7.2.0.Final</version.jboss.as>
<version.wildfly>8.0.0.Alpha1-SNAPSHOT</version.wildfly>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 7.2.0.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down

0 comments on commit 455ef7e

Please sign in to comment.