Skip to content

Commit c66d9f3

Browse files
author
git
committed
[maven-release-plugin] prepare release 2.0.113
1 parent cf426aa commit c66d9f3

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.nbauma109</groupId>
55
<artifactId>jd-gui-duo-parent</artifactId>
6-
<version>2.0.113-SNAPSHOT</version>
6+
<version>2.0.113</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>jd-gui-duo-api</artifactId>

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.nbauma109</groupId>
55
<artifactId>jd-gui-duo-parent</artifactId>
6-
<version>2.0.113-SNAPSHOT</version>
6+
<version>2.0.113</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>jd-gui-duo-app</artifactId>

assembler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.nbauma109</groupId>
77
<artifactId>jd-gui-duo-parent</artifactId>
8-
<version>2.0.113-SNAPSHOT</version>
8+
<version>2.0.113</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.github.nbauma109</groupId>
44
<artifactId>jd-gui-duo-parent</artifactId>
5-
<version>2.0.113-SNAPSHOT</version>
5+
<version>2.0.113</version>
66
<packaging>pom</packaging>
77
<description>A 2-in-1 JAVA decompiler based on JD-CORE v0 and v1</description>
88
<inceptionYear>2021</inceptionYear>
@@ -20,7 +20,7 @@
2020
<connection>scm:git:https://github.com/nbauma109/jd-gui-duo.git</connection>
2121
<developerConnection>scm:git:ssh://git@github.com/nbauma109/jd-gui-duo.git</developerConnection>
2222
<url>https://github.com/nbauma109/jd-gui-duo</url>
23-
<tag>HEAD</tag>
23+
<tag>2.0.113</tag>
2424
</scm>
2525
<repositories>
2626
<repository>

services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.nbauma109</groupId>
55
<artifactId>jd-gui-duo-parent</artifactId>
6-
<version>2.0.113-SNAPSHOT</version>
6+
<version>2.0.113</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>jd-gui-duo-services</artifactId>

0 commit comments

Comments
 (0)