Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed Mar 27, 2022
1 parent af34f41 commit 2fa2dbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<artifactId>libmobi-core</artifactId>
<packaging>jar</packaging>
<version>1.1-SNAPSHOT</version>
<version>1.0.1</version>

<parent>
<groupId>de.m3y.libmobi</groupId>
<artifactId>libmobi-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>de.m3y.libmobi</groupId>
<artifactId>libmobi-parent</artifactId>
<packaging>pom</packaging>
<version>1.1-SNAPSHOT</version>
<version>1.0.1</version>

<licenses>
<license>
Expand All @@ -30,7 +30,7 @@
<url>
[email protected]:marcelmay/lib-mobi
</url>
<tag>HEAD</tag>
<tag>release-1.0.1</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -182,12 +182,12 @@
<dependency>
<groupId>de.m3y.libmobi</groupId>
<artifactId>libmobi-core</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>de.m3y.libmobi</groupId>
<artifactId>libmobi-standalone</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<!-- JSON export -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<artifactId>libmobi-standalone</artifactId>
<packaging>jar</packaging>
<version>1.1-SNAPSHOT</version>
<version>1.0.1</version>

<parent>
<groupId>de.m3y.libmobi</groupId>
<artifactId>libmobi-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 2fa2dbc

Please sign in to comment.