Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars committed Nov 15, 2020
1 parent 1ff0cb3 commit 807359a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion codebase/datamanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>de.lgblaumeiser</groupId>
<artifactId>ptm</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
8 changes: 6 additions & 2 deletions codebase/ptm_backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>de.lgblaumeiser</groupId>
<artifactId>ptm_backend</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
<packaging>jar</packaging>

<name>PTM Backend</name>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>de.lgblaumeiser</groupId>
<artifactId>datamanager</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -133,4 +133,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>release-1.6</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions codebase/ptm_cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>de.lgblaumeiser</groupId>
<artifactId>ptm</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.lgblaumeiser</groupId>
<artifactId>datamanager</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>de.lgblaumeiser</groupId>
<artifactId>ptm</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -20,6 +20,7 @@
</properties>
<scm>
<developerConnection>scm:git:https://github.com/lgblaumeiser/ProjectTimeManager.git</developerConnection>
<tag>release-1.6</tag>
</scm>
<build>
<plugins>
Expand Down

0 comments on commit 807359a

Please sign in to comment.