Skip to content

Commit

Permalink
push version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CGuether committed Jan 21, 2022
1 parent 544a6ad commit 654bcf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c8y-ttn-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.cumulocity</groupId>
<artifactId>c8y-lora</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>

<artifactId>c8y-ttn-integration</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.cumulocity</groupId>
<artifactId>c8y-lora</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<name>c8y-lora-parent</name>
Expand All @@ -16,6 +16,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<spring-boot-dependencies.version>2.2.4.RELEASE</spring-boot-dependencies.version>

<c8y.version>1011.0.0</c8y.version>
Expand Down

0 comments on commit 654bcf4

Please sign in to comment.