Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 7e9ffb4

Browse files
committed
[maven-release-plugin] prepare release 3.5.0
1 parent 9ec9170 commit 7e9ffb4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

j-interop/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.skyghis</groupId>
77
<artifactId>j-interop-ng-parent</artifactId>
8-
<version>3.5.0-SNAPSHOT</version>
8+
<version>3.5.0</version>
99
</parent>
1010

1111
<artifactId>j-interop-ng</artifactId>
@@ -16,7 +16,7 @@
1616
<scm>
1717
<connection>scm:git:https://github.com/skyghis/j-interop-ng.git</connection>
1818
<developerConnection>scm:git:[email protected]:skyghis/j-interop-ng.git</developerConnection>
19-
<tag></tag>
19+
<tag>3.5.0</tag>
2020
</scm>
2121

2222
<dependencies>

j-interopdeps/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.skyghis</groupId>
77
<artifactId>j-interop-ng-parent</artifactId>
8-
<version>3.5.0-SNAPSHOT</version>
8+
<version>3.5.0</version>
99
</parent>
1010

1111
<artifactId>j-interop-ng-deps</artifactId>
@@ -16,7 +16,7 @@
1616
<scm>
1717
<connection>scm:git:https://github.com/skyghis/j-interop-ng.git</connection>
1818
<developerConnection>scm:git:[email protected]:skyghis/j-interop-ng.git</developerConnection>
19-
<tag></tag>
19+
<tag>3.5.0</tag>
2020
</scm>
2121

2222
<dependencies>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.skyghis</groupId>
66
<artifactId>j-interop-ng-parent</artifactId>
7-
<version>3.5.0-SNAPSHOT</version>
7+
<version>3.5.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Pure Java - COM bridge - Parent</name>
@@ -42,7 +42,7 @@
4242
<url>https://github.com/skyghis/j-interop-ng</url>
4343
<connection>scm:git:https://github.com/skyghis/j-interop-ng.git</connection>
4444
<developerConnection>scm:git:[email protected]:skyghis/j-interop-ng.git</developerConnection>
45-
<tag></tag>
45+
<tag>3.5.0</tag>
4646
</scm>
4747
<issueManagement>
4848
<url>https://github.com/skyghis/j-interop-ng/issues</url>

0 commit comments

Comments
 (0)