This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Commit 11912b3 1 parent 2764742 commit 11912b3 Copy full SHA for 11912b3
File tree 4 files changed +20
-5
lines changed
4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.0.0] - 2019-11-15
9
10
### Added
10
- - Add dependency to ` jcifs-ng ` version ` 2.1.2 ` .
11
+ - Add dependency to ` jcifs-ng ` version ` 2.1.3 ` .
11
12
- Add LICENSE, README and CHANGELOG.
12
13
13
14
### Changed
@@ -22,3 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
23
23
24
### Fixed
24
25
- 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
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.skyghis</groupId >
7
7
<artifactId >j-interop-ng-parent</artifactId >
8
- <version >3.0.0-SNAPSHOT </version >
8
+ <version >3.0.0</version >
9
9
</parent >
10
10
11
11
<artifactId >j-interop-ng</artifactId >
16
16
<scm >
17
17
<connection >scm:git:https://github.com/skyghis/j-interop-ng.git</connection >
18
18
<
developerConnection >scm:git:
[email protected] :skyghis/j-interop-ng.git</
developerConnection >
19
+ <tag >3.0.0</tag >
19
20
</scm >
20
21
21
22
<dependencies >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.skyghis</groupId >
7
7
<artifactId >j-interop-ng-parent</artifactId >
8
- <version >3.0.0-SNAPSHOT </version >
8
+ <version >3.0.0</version >
9
9
</parent >
10
10
11
11
<artifactId >j-interop-ng-deps</artifactId >
16
16
<scm >
17
17
<connection >scm:git:https://github.com/skyghis/j-interop-ng.git</connection >
18
18
<
developerConnection >scm:git:
[email protected] :skyghis/j-interop-ng.git</
developerConnection >
19
+ <tag >3.0.0</tag >
19
20
</scm >
20
21
21
22
<dependencies >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.github.skyghis</groupId >
6
6
<artifactId >j-interop-ng-parent</artifactId >
7
- <version >3.0.0-SNAPSHOT </version >
7
+ <version >3.0.0</version >
8
8
<packaging >pom</packaging >
9
9
10
10
<name >Pure Java - COM bridge - Parent</name >
24
24
</license >
25
25
</licenses >
26
26
27
+ <developers >
28
+ <developer >
29
+ <id >skyghis</id >
30
+ <name >SkyghiS</name >
31
+
32
+ <url >https://github.com/skyghis</url >
33
+ </developer >
34
+ </developers >
35
+
27
36
<modules >
28
37
<module >j-interop</module >
29
38
<module >j-interopdeps</module >
32
41
<scm >
33
42
<connection >scm:git:https://github.com/skyghis/j-interop-ng.git</connection >
34
43
<
developerConnection >scm:git:
[email protected] :skyghis/j-interop-ng.git</
developerConnection >
35
- <tag ></tag >
44
+ <tag >3.0.0 </tag >
36
45
</scm >
37
46
<distributionManagement >
38
47
<snapshotRepository >
You can’t perform that action at this time.
0 commit comments