Skip to content

Commit e5d01f5

Browse files
Stefan WitschelStefan Witschel
authored andcommitted
Fixing wrong version in pom.xml
1 parent 828b07a commit e5d01f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mqtt-mapping-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<groupId>com.nsn.cumulocity.clients-java</groupId>
137137
<artifactId>microservice-package-maven-plugin</artifactId>
138138
<!-- <version>1015.334.0</version> -->
139-
<version>1017.187.0</version>
139+
<version>1016.0.214</version>
140140
<executions>
141141
<execution>
142142
<id>package</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939
<revision>3.1.0-SNAPSHOT</revision>
4040
<!-- <c8y.version>1016.0.117</c8y.version> -->
41-
<c8y.version>1017.187.0</c8y.version>
41+
<c8y.version>1016.0.214</c8y.version>
4242
<lombok.version>1.18.24</lombok.version>
4343
<maven.compiler.source>11</maven.compiler.source>
4444
<maven.compiler.target>11</maven.compiler.target>

0 commit comments

Comments
 (0)