Skip to content

Commit

Permalink
Bumped version to 2.6.0-pre.1
Browse files Browse the repository at this point in the history
James Wood authored and James Wood committed Feb 16, 2024
1 parent 6a61fc8 commit b88ba96
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion cws-adaptation-engine/pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<parent>
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
<artifactId>common-workflow-service</artifactId>
<version>2.5.0</version><!-- update this each CWS release -->
<version>2.6.0-pre.1</version><!-- update this each CWS release -->
</parent>
<artifactId>cws-adaptation-engine</artifactId>

2 changes: 1 addition & 1 deletion cws-adaptation/pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<parent>
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
<artifactId>common-workflow-service</artifactId>
<version>2.5.0</version><!-- update this each CWS release -->
<version>2.6.0-pre.1</version><!-- update this each CWS release -->
</parent>
<artifactId>cws-adaptation</artifactId>

2 changes: 1 addition & 1 deletion cws-core/pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<parent>
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
<artifactId>common-workflow-service</artifactId>
<version>2.5.0</version><!-- update this each CWS release -->
<version>2.6.0-pre.1</version><!-- update this each CWS release -->
</parent>
<artifactId>cws-core</artifactId>

2 changes: 1 addition & 1 deletion cws-engine-service/pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<parent>
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
<artifactId>common-workflow-service</artifactId>
<version>2.5.0</version><!-- update this each CWS release -->
<version>2.6.0-pre.1</version><!-- update this each CWS release -->
</parent>
<artifactId>cws-engine-service</artifactId>

2 changes: 1 addition & 1 deletion cws-engine/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
<artifactId>common-workflow-service</artifactId>
<version>2.5.0</version><!-- update this each CWS release -->
<version>2.6.0-pre.1</version><!-- update this each CWS release -->
</parent>
<artifactId>cws-engine</artifactId>

2 changes: 1 addition & 1 deletion cws-installer/pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<parent>
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
<artifactId>common-workflow-service</artifactId>
<version>2.5.0</version><!-- update this each CWS release -->
<version>2.6.0-pre.1</version><!-- update this each CWS release -->
</parent>
<artifactId>cws-installer</artifactId>

2 changes: 1 addition & 1 deletion cws-service/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
<artifactId>common-workflow-service</artifactId>
<version>2.5.0</version><!-- update this each CWS release -->
<version>2.6.0-pre.1</version><!-- update this each CWS release -->
</parent>
<artifactId>cws-service</artifactId>

2 changes: 1 addition & 1 deletion cws-tasks/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
<artifactId>common-workflow-service</artifactId>
<version>2.5.0</version><!-- update this each CWS release -->
<version>2.6.0-pre.1</version><!-- update this each CWS release -->
</parent>
<artifactId>cws-tasks</artifactId>

2 changes: 1 addition & 1 deletion cws-test/pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<parent>
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
<artifactId>common-workflow-service</artifactId>
<version>2.5.0</version><!-- update this each CWS release -->
<version>2.6.0-pre.1</version><!-- update this each CWS release -->
</parent>
<artifactId>cws-test</artifactId>

2 changes: 1 addition & 1 deletion cws-ui/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
<artifactId>common-workflow-service</artifactId>
<version>2.5.0</version><!-- update this each CWS release -->
<version>2.6.0-pre.1</version><!-- update this each CWS release -->
</parent>

<artifactId>cws-ui</artifactId>
4 changes: 2 additions & 2 deletions install/docker/console-db-es-ls-kibana/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@ services:
labels:
com.example.service: "cws-server"
com.example.description: "Common Workflow Service"
image: nasa-ammos/common-workflow-service:2.5.0 # update this each CWS release
image: nasa-ammos/common-workflow-service:2.6.0-pre.1 # update this each CWS release
depends_on:
- db
- es
@@ -128,7 +128,7 @@ services:
labels:
com.example.service: "cws-worker1"
com.example.description: "Common Workflow Service"
image: nasa-ammos/common-workflow-service:2.5.0 # update this each CWS release
image: nasa-ammos/common-workflow-service:2.6.0-pre.1 # update this each CWS release
depends_on:
- db
- es
2 changes: 1 addition & 1 deletion install/docker/cws-image/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

ver='2.5.0' # update this each CWS release
ver='2.6.0-pre.1' # update this each CWS release

# Rebuild cws tar-ball
ROOT=$(pwd)
2 changes: 1 addition & 1 deletion install/docker/worker-ls/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ services:
labels:
com.example.service: "cws-worker2"
com.example.description: "Common Workflow Service"
image: nasa-ammos/common-workflow-service:2.5.0 # update this each CWS release
image: nasa-ammos/common-workflow-service:2.6.0-pre.1 # update this each CWS release
#depends_on:
# - logstash
hostname: cws-worker2
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
<artifactId>common-workflow-service</artifactId>
<version>2.5.0</version> <!-- update this each CWS release -->
<version>2.6.0-pre.1</version> <!-- update this each CWS release -->
<packaging>pom</packaging>
<name>cws</name>
<description>CWS</description>
2 changes: 1 addition & 1 deletion utils.sh
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
# Shell utility functions and environment settings used throughout CWS setup scripts

# Update versions as necessary
export CWS_VER='2.5.0' # update this each CWS release
export CWS_VER='2.6.0-pre.1' # update this each CWS release
export CAMUNDA_VER='7.20.0'
export TOMCAT_VER='9.0.75'
export LOGSTASH_VER='8.8.0'

0 comments on commit b88ba96

Please sign in to comment.