Skip to content

Commit 758bd91

Browse files
committed
rest-api-agent: Removed version qualifiers.
1 parent a1601c5 commit 758bd91

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

stack-clients/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
stack-client:
3-
image: ghcr.io/theworldavatar/stack-client${IMAGE_SUFFIX}:1.50.0-rest-api-agent-SNAPSHOT
3+
image: ghcr.io/theworldavatar/stack-client${IMAGE_SUFFIX}:1.50.0
44
secrets:
55
- blazegraph_password
66
- postgis_password

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.50.0-rest-api-agent-SNAPSHOT</version>
10+
<version>1.50.0</version>
1111

1212
<name>Stack Clients</name>
1313
<url>https://theworldavatar.io</url>

stack-data-uploader/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
stack-data-uploader:
3-
image: ghcr.io/theworldavatar/stack-data-uploader${IMAGE_SUFFIX}:1.50.0-rest-api-agent-SNAPSHOT
3+
image: ghcr.io/theworldavatar/stack-data-uploader${IMAGE_SUFFIX}:1.50.0
44
secrets:
55
- blazegraph_password
66
- postgis_password

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.50.0-rest-api-agent-SNAPSHOT</version>
10+
<version>1.50.0</version>
1111

1212
<name>Stack Data Uploader</name>
1313
<url>https://theworldavatar.io</url>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.cmclinnovations</groupId>
4040
<artifactId>stack-clients</artifactId>
41-
<version>1.50.0-rest-api-agent-SNAPSHOT</version>
41+
<version>1.50.0</version>
4242
</dependency>
4343

4444
<dependency>

stack-manager/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
stack-manager:
3-
image: ghcr.io/theworldavatar/stack-manager${IMAGE_SUFFIX}:1.50.0-rest-api-agent-SNAPSHOT
3+
image: ghcr.io/theworldavatar/stack-manager${IMAGE_SUFFIX}:1.50.0
44
environment:
55
EXTERNAL_PORT: "${EXTERNAL_PORT-3838}"
66
STACK_BASE_DIR: "${STACK_BASE_DIR}"

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.50.0-rest-api-agent-SNAPSHOT</version>
10+
<version>1.50.0</version>
1111

1212
<name>Stack Manager</name>
1313
<url>https://theworldavatar.io</url>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.cmclinnovations</groupId>
4040
<artifactId>stack-clients</artifactId>
41-
<version>1.50.0-rest-api-agent-SNAPSHOT</version>
41+
<version>1.50.0</version>
4242
</dependency>
4343

4444
<dependency>

0 commit comments

Comments
 (0)