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

Commit 11912b3

Browse files
committed
Version 3.0.0.
1 parent 2764742 commit 11912b3

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.0.0] - 2019-11-15
910
### Added
10-
- Add dependency to `jcifs-ng` version `2.1.2`.
11+
- Add dependency to `jcifs-ng` version `2.1.3`.
1112
- Add LICENSE, README and CHANGELOG.
1213

1314
### Changed
@@ -22,3 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2223

2324
### Fixed
2425
- Socket connection timeout not used on connect.
26+
27+
[Unreleased]: https://github.com/skyghis/j-interop-ng/compare/3.0.0...HEAD
28+
[3.0.0]: https://github.com/skyghis/j-interop-ng/releases/tag/3.0.0

j-interop/pom.xml

+2-1
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.0.0-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<artifactId>j-interop-ng</artifactId>
@@ -16,6 +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>3.0.0</tag>
1920
</scm>
2021

2122
<dependencies>

j-interopdeps/pom.xml

+2-1
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.0.0-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<artifactId>j-interop-ng-deps</artifactId>
@@ -16,6 +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>3.0.0</tag>
1920
</scm>
2021

2122
<dependencies>

pom.xml

+11-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.0.0-SNAPSHOT</version>
7+
<version>3.0.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Pure Java - COM bridge - Parent</name>
@@ -24,6 +24,15 @@
2424
</license>
2525
</licenses>
2626

27+
<developers>
28+
<developer>
29+
<id>skyghis</id>
30+
<name>SkyghiS</name>
31+
<email>[email protected]</email>
32+
<url>https://github.com/skyghis</url>
33+
</developer>
34+
</developers>
35+
2736
<modules>
2837
<module>j-interop</module>
2938
<module>j-interopdeps</module>
@@ -32,7 +41,7 @@
3241
<scm>
3342
<connection>scm:git:https://github.com/skyghis/j-interop-ng.git</connection>
3443
<developerConnection>scm:git:[email protected]:skyghis/j-interop-ng.git</developerConnection>
35-
<tag></tag>
44+
<tag>3.0.0</tag>
3645
</scm>
3746
<distributionManagement>
3847
<snapshotRepository>

0 commit comments

Comments
 (0)