Skip to content

Commit c7da037

Browse files
James WoodJames Wood
authored andcommitted
Bump version to 2.7.0
1 parent 7534a9d commit c7da037

File tree

16 files changed

+24
-27
lines changed

16 files changed

+24
-27
lines changed

cws-adaptation-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
55
<artifactId>common-workflow-service</artifactId>
6-
<version>2.6.0</version><!-- update this each CWS release -->
6+
<version>2.7.0</version><!-- update this each CWS release -->
77
</parent>
88
<artifactId>cws-adaptation-engine</artifactId>
99

cws-adaptation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
55
<artifactId>common-workflow-service</artifactId>
6-
<version>2.6.0</version><!-- update this each CWS release -->
6+
<version>2.7.0</version><!-- update this each CWS release -->
77
</parent>
88
<artifactId>cws-adaptation</artifactId>
99

cws-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
55
<artifactId>common-workflow-service</artifactId>
6-
<version>2.6.0</version><!-- update this each CWS release -->
6+
<version>2.7.0</version><!-- update this each CWS release -->
77
</parent>
88
<artifactId>cws-core</artifactId>
99

cws-engine-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
55
<artifactId>common-workflow-service</artifactId>
6-
<version>2.6.0</version><!-- update this each CWS release -->
6+
<version>2.7.0</version><!-- update this each CWS release -->
77
</parent>
88
<artifactId>cws-engine-service</artifactId>
99

cws-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
66
<artifactId>common-workflow-service</artifactId>
7-
<version>2.6.0</version><!-- update this each CWS release -->
7+
<version>2.7.0</version><!-- update this each CWS release -->
88
</parent>
99
<artifactId>cws-engine</artifactId>
1010

cws-installer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
55
<artifactId>common-workflow-service</artifactId>
6-
<version>2.6.0</version><!-- update this each CWS release -->
6+
<version>2.7.0</version><!-- update this each CWS release -->
77
</parent>
88
<artifactId>cws-installer</artifactId>
99

cws-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
66
<artifactId>common-workflow-service</artifactId>
7-
<version>2.6.0</version><!-- update this each CWS release -->
7+
<version>2.7.0</version><!-- update this each CWS release -->
88
</parent>
99
<artifactId>cws-service</artifactId>
1010

cws-service/src/main/java/jpl/cws/controller/SwaggerConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private ApiInfo apiInfo() {
3131
return new ApiInfoBuilder()
3232
.title("CWS API")
3333
.description("Documentation of the endpoints used by CWS. Once authenticated, requests can be made to these endpoints.\nTo authenticate, right click on this page --> Inspect --> Click the 'Application' tab --> Select the URL under the Cookies tab on the left --> Copy the value of the cwsToken cookie.")
34-
.version("2.6.0")
34+
.version("2.7.0") // update this each CWS release
3535
.license("Apache 2.0")
3636
.licenseUrl("https://github.com/NASA-AMMOS/common-workflow-service?tab=Apache-2.0-1-ov-file")
3737
.build();

cws-tasks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
66
<artifactId>common-workflow-service</artifactId>
7-
<version>2.6.0</version><!-- update this each CWS release -->
7+
<version>2.7.0</version><!-- update this each CWS release -->
88
</parent>
99
<artifactId>cws-tasks</artifactId>
1010

cws-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
55
<artifactId>common-workflow-service</artifactId>
6-
<version>2.6.0</version><!-- update this each CWS release -->
6+
<version>2.7.0</version><!-- update this each CWS release -->
77
</parent>
88
<artifactId>cws-test</artifactId>
99

0 commit comments

Comments
 (0)