Skip to content

Commit

Permalink
Updated artifact ids for Lab 8
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuac committed Sep 24, 2018
1 parent 9ef9dd5 commit 3711f6a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions 8_REST_DSL/kibana/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.fuse</groupId>
<artifactId>camel-rest-dsl-demo</artifactId>
<groupId>com.redhat.gpte</groupId>
<artifactId>camel-lab-8</artifactId>
<version>1.0</version>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions 8_REST_DSL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>1.0</version>
</parent>

<groupId>org.jboss.fuse</groupId>
<groupId>com.redhat.gpte</groupId>
<artifactId>camel-lab-8</artifactId>
<version>1.0</version>

Expand All @@ -33,7 +33,7 @@
<version>${fabric8-bom.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependency>

<dependency>
<groupId>org.json</groupId>
Expand Down
8 changes: 4 additions & 4 deletions 8_REST_DSL/routing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.fuse</groupId>
<artifactId>camel-rest-dsl-demo</artifactId>
<groupId>com.redhat.gpte</groupId>
<artifactId>camel-lab-8</artifactId>
<version>1.0</version>
</parent>

Expand Down Expand Up @@ -38,8 +38,8 @@
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
</dependency>
</dependency>

<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 8_REST_DSL/script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.fuse</groupId>
<artifactId>camel-rest-dsl-demo</artifactId>
<groupId>com.redhat.gpte</groupId>
<artifactId>camel-lab-8</artifactId>
<version>1.0</version>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions 8_REST_DSL/security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>camel-rest-dsl-demo</artifactId>
<groupId>org.jboss.fuse</groupId>
<artifactId>camel-lab-8</artifactId>
<groupId>com.redhat.gpte</groupId>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -13,4 +13,4 @@

<name>RedHat GPTE Training :: Camel :: Lab :: 8 :: Security</name>

</project>
</project>
10 changes: 5 additions & 5 deletions 8_REST_DSL/swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>camel-rest-dsl-demo</artifactId>
<groupId>org.jboss.fuse</groupId>
<artifactId>camel-lab-8</artifactId>
<groupId>com.redhat.gpte</groupId>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -18,7 +18,7 @@
<jetty-version>9.2.3.v20140905</jetty-version>
<jetty.port>8000</jetty.port>
</properties>

<dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down Expand Up @@ -75,7 +75,7 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
</dependency>

<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -157,4 +157,4 @@
</build>


</project>
</project>

0 comments on commit 3711f6a

Please sign in to comment.