Skip to content

Commit dfcd5e5

Browse files
committed
Updates POM & .env for 1.2.0 release
Signed-off-by: Frank Schnicke <[email protected]>
1 parent d343102 commit dfcd5e5

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

basyx.components/basyx.components.docker/basyx.components.AASServer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.eclipse.basyx</groupId>
99
<artifactId>basyx.components.docker</artifactId>
10-
<version>1.2.0-SNAPSHOT</version>
10+
<version>1.2.0</version>
1111
</parent>
1212

1313
<artifactId>basyx.components.AASServer</artifactId>
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>org.eclipse.basyx</groupId>
118118
<artifactId>basyx.components.registry</artifactId>
119-
<version>1.2.0-SNAPSHOT</version>
119+
<version>1.2.0</version>
120120
<scope>test</scope>
121121
</dependency>
122122
</dependencies>

basyx.components/basyx.components.docker/basyx.components.AASServer/src/test/resources/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ BASYX_IMAGE_NAME=eclipsebasyx/aas-server
2828
# ##################
2929
# The image tag of the image that is build for this component
3030

31-
BASYX_IMAGE_TAG=1.2.0-SNAPSHOT
31+
BASYX_IMAGE_TAG=1.2.0
3232

3333
# ##################
3434
# Container Name

basyx.components/basyx.components.docker/basyx.components.registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.eclipse.basyx</groupId>
88
<artifactId>basyx.components.docker</artifactId>
9-
<version>1.2.0-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
</parent>
1111

1212
<artifactId>basyx.components.registry</artifactId>

basyx.components/basyx.components.docker/basyx.components.registry/src/test/resources/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ BASYX_IMAGE_NAME=eclipsebasyx/aas-registry
2828
# ##################
2929
# The image tag of the image that is build for this component
3030

31-
BASYX_IMAGE_TAG=1.2.0-SNAPSHOT
31+
BASYX_IMAGE_TAG=1.2.0
3232

3333
# ##################
3434
# Container Name

basyx.components/basyx.components.docker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.eclipse.basyx</groupId>
99
<artifactId>basyx.components</artifactId>
10-
<version>1.2.0-SNAPSHOT</version>
10+
<version>1.2.0</version>
1111
</parent>
1212

1313
<artifactId>basyx.components.docker</artifactId>
@@ -223,7 +223,7 @@
223223
<dependency>
224224
<groupId>org.eclipse.basyx</groupId>
225225
<artifactId>basyx.components.lib</artifactId>
226-
<version>1.2.0-SNAPSHOT</version>
226+
<version>1.2.0</version>
227227
</dependency>
228228
</dependencies>
229229

basyx.components/basyx.components.lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.eclipse.basyx</groupId>
88
<artifactId>basyx.components</artifactId>
9-
<version>1.2.0-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
</parent>
1111

1212
<artifactId>basyx.components.lib</artifactId>

basyx.components/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.eclipse.basyx</groupId>
77
<artifactId>basyx.components</artifactId>
8-
<version>1.2.0-SNAPSHOT</version>
8+
<version>1.2.0</version>
99
<name>BaSyx Components</name>
1010
<description>BaSyx Off-the-Shelf Components</description>
1111
<url>https://www.eclipse.org/basyx/</url>
@@ -271,14 +271,14 @@
271271
<dependency>
272272
<groupId>org.eclipse.basyx</groupId>
273273
<artifactId>basyx.sdk</artifactId>
274-
<version>1.2.0-SNAPSHOT</version>
274+
<version>1.2.0</version>
275275
</dependency>
276276

277277
<!-- BaSyx SDK tests -->
278278
<dependency>
279279
<groupId>org.eclipse.basyx</groupId>
280280
<artifactId>basyx.sdk</artifactId>
281-
<version>1.2.0-SNAPSHOT</version>
281+
<version>1.2.0</version>
282282
<classifier>tests</classifier>
283283
<scope>test</scope>
284284
</dependency>

0 commit comments

Comments
 (0)