Skip to content

Commit ccc4408

Browse files
committed
dev-rename-dtvf: removed snapshot flag from stack version
1 parent 50d0096 commit ccc4408

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Deploy/stacks/dynamic/stack-clients/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.8'
22
services:
33
stack-client:
4-
image: docker.cmclinnovations.com/stack-client${IMAGE_SUFFIX}:1.14.2-dev-rename-dtvf-SNAPSHOT
4+
image: docker.cmclinnovations.com/stack-client${IMAGE_SUFFIX}:1.14.2
55
secrets:
66
- blazegraph_password
77
- postgis_password

Deploy/stacks/dynamic/stack-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.cmclinnovations</groupId>
99
<artifactId>stack-clients</artifactId>
10-
<version>1.14.2-dev-rename-dtvf-SNAPSHOT</version>
10+
<version>1.14.2</version>
1111

1212
<name>Stack Clients</name>
1313
<url>https://www.cmclinnovations.com</url>

Deploy/stacks/dynamic/stack-data-uploader/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.8'
22
services:
33
stack-data-uploader:
4-
image: docker.cmclinnovations.com/stack-data-uploader${IMAGE_SUFFIX}:1.14.2-dev-rename-dtvf-SNAPSHOT
4+
image: docker.cmclinnovations.com/stack-data-uploader${IMAGE_SUFFIX}:1.14.2
55
secrets:
66
- blazegraph_password
77
- postgis_password

Deploy/stacks/dynamic/stack-data-uploader/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.cmclinnovations</groupId>
99
<artifactId>stack-data-uploader</artifactId>
10-
<version>1.14.2-dev-rename-dtvf-SNAPSHOT</version>
10+
<version>1.14.2</version>
1111

1212
<name>Stack Data Uploader</name>
1313
<url>https://www.cmclinnovations.com</url>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.cmclinnovations</groupId>
3131
<artifactId>stack-clients</artifactId>
32-
<version>1.14.2-dev-rename-dtvf-SNAPSHOT</version>
32+
<version>1.14.2</version>
3333
</dependency>
3434

3535
<dependency>

Deploy/stacks/dynamic/stack-manager/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.8'
22
services:
33
stack-manager:
4-
image: docker.cmclinnovations.com/stack-manager${IMAGE_SUFFIX}:1.14.2-dev-rename-dtvf-SNAPSHOT
4+
image: docker.cmclinnovations.com/stack-manager${IMAGE_SUFFIX}:1.14.2
55
environment:
66
EXTERNAL_PORT: "${EXTERNAL_PORT-3838}"
77
STACK_BASE_DIR: "${STACK_BASE_DIR-}"

Deploy/stacks/dynamic/stack-manager/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.cmclinnovations</groupId>
99
<artifactId>stack-manager</artifactId>
10-
<version>1.14.2-dev-rename-dtvf-SNAPSHOT</version>
10+
<version>1.14.2</version>
1111

1212
<name>Stack Manager</name>
1313
<url>https://www.cmclinnovations.com</url>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.cmclinnovations</groupId>
3131
<artifactId>stack-clients</artifactId>
32-
<version>1.14.2-dev-rename-dtvf-SNAPSHOT</version>
32+
<version>1.14.2</version>
3333
</dependency>
3434

3535
<dependency>

0 commit comments

Comments
 (0)