Skip to content

Commit

Permalink
Update POM Version to 2.0.0-250
Browse files Browse the repository at this point in the history
  • Loading branch information
Build Machine committed Dec 12, 2018
1 parent f621d58 commit d24b787
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow-aggregator</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-250</version>
<packaging>pom</packaging>

<name>Worker-Workflow</name>
Expand Down Expand Up @@ -95,12 +95,12 @@
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>workflow-to-js-transformer</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-250</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow-constants</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-250</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion worker-workflow-constants/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>worker-workflow-aggregator</artifactId>
<groupId>com.github.cafdataprocessing</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-250</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion worker-workflow-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow-aggregator</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-250</version>
</parent>

<artifactId>worker-workflow-container</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion worker-workflow-spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow-aggregator</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-250</version>
</parent>

<artifactId>worker-workflow-spec</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions worker-workflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow-aggregator</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-250</version>
</parent>

<artifactId>worker-workflow</artifactId>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow-spec</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-250</version>
</dependency>
<!-- Test dependencies -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions workflow-to-js-transformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow-aggregator</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-250</version>
</parent>

<artifactId>workflow-to-js-transformer</artifactId>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow-spec</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-250</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit d24b787

Please sign in to comment.