Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Adjust to the new, little, yellow, different, artifactIds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmcwhirter committed Dec 23, 2015
1 parent e5c91a0 commit e07cb29
Show file tree
Hide file tree
Showing 52 changed files with 93 additions and 99 deletions.
2 changes: 1 addition & 1 deletion base/pom.xml
Expand Up @@ -10,7 +10,7 @@

<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>wildfly-swarm-examples-parent</artifactId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Alpha6-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion camel/camel-war/pom.xml
Expand Up @@ -56,7 +56,7 @@

<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-undertow</artifactId>
<artifactId>undertow</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion camel/pom.xml
Expand Up @@ -10,7 +10,7 @@

<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>wildfly-swarm-examples-parent</artifactId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Alpha6-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions datasource/datasource-deployment/pom.xml
Expand Up @@ -52,12 +52,12 @@
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs</artifactId>
<artifactId>jaxrs</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-datasources</artifactId>
<artifactId>datasources</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions datasource/datasource-subsystem/pom.xml
Expand Up @@ -62,12 +62,12 @@
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs</artifactId>
<artifactId>jaxrs</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-datasources</artifactId>
<artifactId>datasources</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion datasource/pom.xml
Expand Up @@ -10,7 +10,7 @@

<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>wildfly-swarm-examples-parent</artifactId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Alpha6-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-jaxrs/pom.xml
Expand Up @@ -24,7 +24,7 @@
<dependencies>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs-weld</artifactId>
<artifactId>jaxrs-weld</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Expand Up @@ -10,7 +10,7 @@

<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>wildfly-swarm-examples-parent</artifactId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Alpha6-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
Expand Down
3 changes: 1 addition & 2 deletions jaxrs/contract-based-testing/jaxrs-consumer/pom.xml
Expand Up @@ -29,7 +29,6 @@
<artifactId>maven-war-plugin</artifactId>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<packagingExcludes>WEB-INF/lib/wildfly-swarm-*.jar</packagingExcludes>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -57,7 +56,7 @@
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs</artifactId>
<artifactId>jaxrs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions jaxrs/contract-based-testing/jaxrs-provider/pom.xml
Expand Up @@ -29,7 +29,6 @@
<artifactId>maven-war-plugin</artifactId>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<packagingExcludes>WEB-INF/lib/wildfly-swarm-*.jar</packagingExcludes>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -84,7 +83,7 @@
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs</artifactId>
<artifactId>jaxrs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/jaxrs-cdi/pom.xml
Expand Up @@ -57,7 +57,7 @@
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs-weld</artifactId>
<artifactId>jaxrs-weld</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/jaxrs-shrinkwrap/pom.xml
Expand Up @@ -52,7 +52,7 @@
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs</artifactId>
<artifactId>jaxrs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions jaxrs/jaxrs-war/pom.xml
Expand Up @@ -29,7 +29,6 @@
<artifactId>maven-war-plugin</artifactId>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<packagingExcludes>WEB-INF/lib/wildfly-swarm-*.jar</packagingExcludes>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -57,7 +56,7 @@
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs</artifactId>
<artifactId>jaxrs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/pom.xml
Expand Up @@ -10,7 +10,7 @@

<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>wildfly-swarm-examples-parent</artifactId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Alpha6-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/scala/pom.xml
Expand Up @@ -61,7 +61,7 @@
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs</artifactId>
<artifactId>jaxrs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
11 changes: 5 additions & 6 deletions jaxws/pom.xml
Expand Up @@ -10,7 +10,7 @@

<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>wildfly-swarm-examples-parent</artifactId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Alpha6-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
Expand All @@ -29,7 +29,6 @@
<artifactId>maven-war-plugin</artifactId>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<packagingExcludes>WEB-INF/lib/wildfly-swarm-*.jar</packagingExcludes>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -57,19 +56,19 @@
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-undertow</artifactId>
<artifactId>undertow</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-security</artifactId>
<artifactId>security</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-webservices</artifactId>
<artifactId>webservices</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions jpa-jaxrs-cdi/jpa-jaxrs-cdi-shrinkwrap/pom.xml
Expand Up @@ -52,12 +52,12 @@
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs-weld</artifactId>
<artifactId>jaxrs-weld</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jpa</artifactId>
<artifactId>jpa</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions jpa-jaxrs-cdi/jpa-jaxrs-cdi-war/pom.xml
Expand Up @@ -57,12 +57,12 @@
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs-weld</artifactId>
<artifactId>jaxrs-weld</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jpa</artifactId>
<artifactId>jpa</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jpa-jaxrs-cdi/pom.xml
Expand Up @@ -10,7 +10,7 @@

<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>wildfly-swarm-examples-parent</artifactId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Alpha6-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions jpa/jpa-shrinkwrap/pom.xml
Expand Up @@ -52,12 +52,12 @@
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-undertow</artifactId>
<artifactId>undertow</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jpa</artifactId>
<artifactId>jpa</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions jpa/jpa-war/pom.xml
Expand Up @@ -57,12 +57,12 @@
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-undertow</artifactId>
<artifactId>undertow</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jpa</artifactId>
<artifactId>jpa</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jpa/pom.xml
Expand Up @@ -10,7 +10,7 @@

<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>wildfly-swarm-examples-parent</artifactId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Alpha6-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions jsf/jsf-shrinkwrap/pom.xml
Expand Up @@ -52,12 +52,12 @@
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jsf</artifactId>
<artifactId>jsf</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-weld</artifactId>
<artifactId>weld</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>
</dependencies>
Expand Down
5 changes: 2 additions & 3 deletions jsf/jsf-war/pom.xml
Expand Up @@ -29,7 +29,6 @@
<artifactId>maven-war-plugin</artifactId>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<packagingExcludes>WEB-INF/lib/wildfly-swarm-*.jar</packagingExcludes>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -57,12 +56,12 @@
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jsf</artifactId>
<artifactId>jsf</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-weld</artifactId>
<artifactId>weld</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jsf/pom.xml
Expand Up @@ -10,7 +10,7 @@

<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>wildfly-swarm-examples-parent</artifactId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Alpha6-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
Expand Down
12 changes: 6 additions & 6 deletions kitchensink-html5-mobile/pom.xml
Expand Up @@ -10,12 +10,12 @@

<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>wildfly-swarm-examples-parent</artifactId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Alpha6-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<artifactId>wildfly-swarm-example-kitchensink-html5-mobile</artifactId>
<artifactId>example-kitchensink-html5-mobile</artifactId>
<name>WildFly Swarm Examples: Kitchensink HTML5/Mobile</name>
<description> Java EE HTML5 mobile web application for use on WildFly, that was converted from the WildFly Quickstart</description>

Expand Down Expand Up @@ -50,21 +50,21 @@
<!-- Import the Servlet API -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs-weld</artifactId>
<artifactId>jaxrs-weld</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>

<!-- Import the JPA API -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jpa</artifactId>
<artifactId>jpa</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>

<!-- Import the EJB API -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-ejb</artifactId>
<artifactId>ejb</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>

Expand All @@ -73,7 +73,7 @@
<!-- Import the Hibernate Validator API -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-hibernate-validator</artifactId>
<artifactId>hibernate-validator</artifactId>
<version>${version.wildfly-swarm}</version>
</dependency>

Expand Down

0 comments on commit e07cb29

Please sign in to comment.