Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
haumacher committed Jan 21, 2022
1 parent 84d3502 commit 43f2862
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.haumacher.games</groupId>
<artifactId>wizard-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>wizard-client</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>de.haumacher.games</groupId>
<artifactId>wizard-common</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.haumacher.games</groupId>
<artifactId>wizard-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>wizard-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>de.haumacher.games</groupId>
<artifactId>wizard-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>

<packaging>pom</packaging>

Expand All @@ -27,7 +27,7 @@
</dependencies>

<scm>
<tag>v1.0.2</tag>
<tag>v1.0.3</tag>
<url>https://github.com/haumacher/wizard-game</url>
<connection>scm:git:https://github.com/haumacher/wizard-game.git</connection>
<developerConnection>scm:git:https://github.com/haumacher/wizard-game.git</developerConnection>
Expand Down
4 changes: 2 additions & 2 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.haumacher.games</groupId>
<artifactId>wizard-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>wizard-server</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>de.haumacher.games</groupId>
<artifactId>wizard-common</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 43f2862

Please sign in to comment.