Skip to content

Commit

Permalink
#1303 Set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSchumacherCapgemini committed Dec 17, 2020
1 parent 4024437 commit 397b255
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cobigen-cli/class-loader-agent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>class-loader-agent</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0</version>
<name>Class loader agent</name>
<description>Class loader agent for CobiGen CLI</description>

Expand Down
2 changes: 1 addition & 1 deletion cobigen-cli/cli/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>cli</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0</version>
<name>cobigen-cli</name>
<description>Command Line Interface for CobiGen</description>

Expand Down
2 changes: 1 addition & 1 deletion cobigen-cli/cli/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>cli</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0</version>
<name>cobigen-cli</name>

<properties>
Expand Down

0 comments on commit 397b255

Please sign in to comment.