Skip to content

Commit

Permalink
Upgraded java-chassis version to 1.0.0 and cut the version
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJiang committed Aug 2, 2018
1 parent fb6a65c commit 5aa7ec1
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions beekeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>company</artifactId>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -85,7 +85,7 @@
<mixin>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<artifactId>docker-build-config</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</mixin>
</mixins>
</configuration>
Expand Down
8 changes: 4 additions & 4 deletions coverage-aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>company</artifactId>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -47,17 +47,17 @@
<dependency>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<artifactId>worker-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<artifactId>beekeeper-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<artifactId>manager-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
</dependencies>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion docker-build-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>company</artifactId>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion docker-run-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>company</artifactId>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions doorman/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>company</artifactId>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -123,7 +123,7 @@
<mixin>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<artifactId>docker-build-config</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</mixin>
</mixins>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/beekeeper-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>integration-tests</artifactId>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -79,7 +79,7 @@
<mixin>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<artifactId>docker-run-config</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</mixin>
</mixins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/manager-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>integration-tests</artifactId>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>company</artifactId>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions integration-tests/worker-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>integration-tests</artifactId>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -75,7 +75,7 @@
<mixin>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<artifactId>docker-run-config</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</mixin>
</mixins>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>company</artifactId>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -127,7 +127,7 @@
<mixin>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<artifactId>docker-build-config</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</mixin>
</mixins>
</configuration>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.apache.servicecomb.workshop.demo</groupId>
<artifactId>company</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<modules>
<module>manager</module>
Expand Down Expand Up @@ -52,7 +52,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<pact.version>3.2.13</pact.version>
<java-chassis.version>1.0.0-m2</java-chassis.version>
<java-chassis.version>1.0.0</java-chassis.version>
<cse.version>2.1.14</cse.version>
</properties>

Expand All @@ -75,22 +75,22 @@
<dependency>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<artifactId>worker</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<artifactId>doorman</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<artifactId>beekeeper</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<artifactId>manager</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
4 changes: 2 additions & 2 deletions worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>company</artifactId>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -85,7 +85,7 @@
<mixin>
<groupId>org.apache.servicecomb.workshop.demo</groupId>
<artifactId>docker-build-config</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</mixin>
</mixins>
</configuration>
Expand Down

0 comments on commit 5aa7ec1

Please sign in to comment.