Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohT committed Oct 26, 2021
1 parent f5710cd commit 1944fff
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.github.joht.alias</groupId>
<artifactId>alias-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>pom</packaging>

<name>alias</name>
Expand All @@ -20,9 +20,9 @@

<scm>
<connection>scm:git:git://github.com/JohT/alias.git</connection>
<developerConnection>scm:git:git@github.com:JohT/alias.git</developerConnection>
<developerConnection>scm:git:https://github.com/JohT/alias.git</developerConnection>
<url>https://github.com/JohT/alias</url>
<tag>HEAD</tag>
<tag>v1.1.2</tag>
</scm>

<!-- deploy and release configuration -->
Expand Down Expand Up @@ -51,6 +51,7 @@
</developers>

<properties>
<project.scm.id>GitHub</project.scm.id>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>

Expand Down
2 changes: 1 addition & 1 deletion type-alias-axon-serializer-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.joht.alias</groupId>
<artifactId>alias-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>type-alias-axon-serializer-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion type-alias-axon-serializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.joht.alias</groupId>
<artifactId>alias-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>type-alias-axon-serializer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion type-alias-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.joht.alias</groupId>
<artifactId>alias-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>type-alias-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion type-alias-jsonb-typereference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.joht.alias</groupId>
<artifactId>alias-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>
<artifactId>type-alias-jsonb-typereference</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion type-alias/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.joht.alias</groupId>
<artifactId>alias-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>type-alias</artifactId>
Expand Down

0 comments on commit 1944fff

Please sign in to comment.