File tree 5 files changed +13
-13
lines changed
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ SPDX-License-Identifier: CC0-1.0
16
16
<parent >
17
17
<groupId >com.illposed.osc</groupId >
18
18
<artifactId >javaosc-parent</artifactId >
19
- <version >0.9 </version >
19
+ <version >0.10-SNAPSHOT </version >
20
20
<relativePath >../parent</relativePath >
21
21
</parent >
22
22
23
23
<artifactId >javaosc-core</artifactId >
24
- <version >0.9 </version >
24
+ <version >0.10-SNAPSHOT </version >
25
25
26
26
<packaging >bundle</packaging >
27
27
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ SPDX-License-Identifier: CC0-1.0
15
15
<parent >
16
16
<groupId >com.illposed.osc</groupId >
17
17
<artifactId >javaosc-parent</artifactId >
18
- <version >0.9 </version >
18
+ <version >0.10-SNAPSHOT </version >
19
19
<relativePath >../parent</relativePath >
20
20
</parent >
21
21
22
22
<artifactId >javaosc-java-se-addons</artifactId >
23
- <version >0.9 </version >
23
+ <version >0.10-SNAPSHOT </version >
24
24
25
25
<packaging >bundle</packaging >
26
26
@@ -90,7 +90,7 @@ SPDX-License-Identifier: CC0-1.0
90
90
<dependency >
91
91
<groupId >com.illposed.osc</groupId >
92
92
<artifactId >javaosc-core</artifactId >
93
- <version >0.9 </version >
93
+ <version >0.10-SNAPSHOT </version >
94
94
</dependency >
95
95
96
96
<dependency >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SPDX-License-Identifier: CC0-1.0
24
24
25
25
<groupId >com.illposed.osc</groupId >
26
26
<artifactId >javaosc-parent</artifactId >
27
- <version >0.9 </version >
27
+ <version >0.10-SNAPSHOT </version >
28
28
29
29
<packaging >pom</packaging >
30
30
@@ -46,7 +46,7 @@ SPDX-License-Identifier: CC0-1.0
46
46
<connection >scm:git:git://github.com/hoijui/JavaOSC</connection >
47
47
<developerConnection >scm:git:git@github.com:hoijui/JavaOSC.git</developerConnection >
48
48
<url >http://github.com/hoijui/JavaOSC</url >
49
- <tag >javaosc-0.9 </tag >
49
+ <tag >HEAD </tag >
50
50
</scm >
51
51
52
52
<licenses >
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ SPDX-License-Identifier: CC0-1.0
14
14
<parent >
15
15
<groupId >com.illposed.osc</groupId >
16
16
<artifactId >javaosc-parent</artifactId >
17
- <version >0.9 </version >
17
+ <version >0.10-SNAPSHOT </version >
18
18
<relativePath >../parent</relativePath >
19
19
</parent >
20
20
21
21
<artifactId >javaosc-ui</artifactId >
22
- <version >0.9 </version >
22
+ <version >0.10-SNAPSHOT </version >
23
23
24
24
<packaging >jar</packaging >
25
25
@@ -81,7 +81,7 @@ SPDX-License-Identifier: CC0-1.0
81
81
<dependency >
82
82
<groupId >com.illposed.osc</groupId >
83
83
<artifactId >javaosc-core</artifactId >
84
- <version >0.9 </version >
84
+ <version >0.10-SNAPSHOT </version >
85
85
</dependency >
86
86
<dependency >
87
87
<groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ SPDX-License-Identifier: CC0-1.0
15
15
<parent >
16
16
<groupId >com.illposed.osc</groupId >
17
17
<artifactId >javaosc-parent</artifactId >
18
- <version >0.9 </version >
18
+ <version >0.10-SNAPSHOT </version >
19
19
<relativePath >modules/parent</relativePath >
20
20
</parent >
21
21
22
22
<artifactId >javaosc</artifactId >
23
- <version >0.9 </version >
23
+ <version >0.10-SNAPSHOT </version >
24
24
25
25
<packaging >pom</packaging >
26
26
@@ -31,7 +31,7 @@ SPDX-License-Identifier: CC0-1.0
31
31
<connection >scm:git:git://github.com/hoijui/JavaOSC</connection >
32
32
<developerConnection >scm:git:git@github.com:hoijui/JavaOSC.git</developerConnection >
33
33
<url >http://github.com/hoijui/JavaOSC</url >
34
- <tag >javaosc-0.9 </tag >
34
+ <tag >HEAD </tag >
35
35
</scm >
36
36
37
37
<modules >
You can’t perform that action at this time.
0 commit comments