Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohT committed Jul 21, 2021
1 parent 5ab268c commit 74cd25f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
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>io.github.joht.alias</groupId>
<artifactId>alias-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>pom</packaging>

<name>alias</name>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:git://github.com/JohT/alias.git</connection>
<developerConnection>scm:git:[email protected]:JohT/alias.git</developerConnection>
<url>https://github.com/JohT/alias</url>
<tag>HEAD</tag>
<tag>v1.1.1</tag>
</scm>

<!-- deploy and release configuration -->
Expand Down
8 changes: 3 additions & 5 deletions type-alias-axon-serializer-integration-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<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">
<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>

<parent>
<groupId>io.github.joht.alias</groupId>
<artifactId>alias-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>type-alias-axon-serializer-integration-test</artifactId>
Expand Down Expand Up @@ -262,7 +260,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
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.1-SNAPSHOT</version>
<version>1.1.1</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.1-SNAPSHOT</version>
<version>1.1.1</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.1-SNAPSHOT</version>
<version>1.1.1</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.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

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

0 comments on commit 74cd25f

Please sign in to comment.