File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
basyx.components.AASServer
basyx.components.registry Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments