Skip to content

Commit cdbae4d

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 08c00c3 commit cdbae4d

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

modules/core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ SPDX-License-Identifier: CC0-1.0
1616
<parent>
1717
<groupId>com.illposed.osc</groupId>
1818
<artifactId>javaosc-parent</artifactId>
19-
<version>0.9</version>
19+
<version>0.10-SNAPSHOT</version>
2020
<relativePath>../parent</relativePath>
2121
</parent>
2222

2323
<artifactId>javaosc-core</artifactId>
24-
<version>0.9</version>
24+
<version>0.10-SNAPSHOT</version>
2525

2626
<packaging>bundle</packaging>
2727

modules/java-se-addons/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ SPDX-License-Identifier: CC0-1.0
1515
<parent>
1616
<groupId>com.illposed.osc</groupId>
1717
<artifactId>javaosc-parent</artifactId>
18-
<version>0.9</version>
18+
<version>0.10-SNAPSHOT</version>
1919
<relativePath>../parent</relativePath>
2020
</parent>
2121

2222
<artifactId>javaosc-java-se-addons</artifactId>
23-
<version>0.9</version>
23+
<version>0.10-SNAPSHOT</version>
2424

2525
<packaging>bundle</packaging>
2626

@@ -90,7 +90,7 @@ SPDX-License-Identifier: CC0-1.0
9090
<dependency>
9191
<groupId>com.illposed.osc</groupId>
9292
<artifactId>javaosc-core</artifactId>
93-
<version>0.9</version>
93+
<version>0.10-SNAPSHOT</version>
9494
</dependency>
9595

9696
<dependency>

modules/parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SPDX-License-Identifier: CC0-1.0
2424

2525
<groupId>com.illposed.osc</groupId>
2626
<artifactId>javaosc-parent</artifactId>
27-
<version>0.9</version>
27+
<version>0.10-SNAPSHOT</version>
2828

2929
<packaging>pom</packaging>
3030

@@ -46,7 +46,7 @@ SPDX-License-Identifier: CC0-1.0
4646
<connection>scm:git:git://github.com/hoijui/JavaOSC</connection>
4747
<developerConnection>scm:git:git@github.com:hoijui/JavaOSC.git</developerConnection>
4848
<url>http://github.com/hoijui/JavaOSC</url>
49-
<tag>javaosc-0.9</tag>
49+
<tag>HEAD</tag>
5050
</scm>
5151

5252
<licenses>

modules/ui/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ SPDX-License-Identifier: CC0-1.0
1414
<parent>
1515
<groupId>com.illposed.osc</groupId>
1616
<artifactId>javaosc-parent</artifactId>
17-
<version>0.9</version>
17+
<version>0.10-SNAPSHOT</version>
1818
<relativePath>../parent</relativePath>
1919
</parent>
2020

2121
<artifactId>javaosc-ui</artifactId>
22-
<version>0.9</version>
22+
<version>0.10-SNAPSHOT</version>
2323

2424
<packaging>jar</packaging>
2525

@@ -81,7 +81,7 @@ SPDX-License-Identifier: CC0-1.0
8181
<dependency>
8282
<groupId>com.illposed.osc</groupId>
8383
<artifactId>javaosc-core</artifactId>
84-
<version>0.9</version>
84+
<version>0.10-SNAPSHOT</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.apache.logging.log4j</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ SPDX-License-Identifier: CC0-1.0
1515
<parent>
1616
<groupId>com.illposed.osc</groupId>
1717
<artifactId>javaosc-parent</artifactId>
18-
<version>0.9</version>
18+
<version>0.10-SNAPSHOT</version>
1919
<relativePath>modules/parent</relativePath>
2020
</parent>
2121

2222
<artifactId>javaosc</artifactId>
23-
<version>0.9</version>
23+
<version>0.10-SNAPSHOT</version>
2424

2525
<packaging>pom</packaging>
2626

@@ -31,7 +31,7 @@ SPDX-License-Identifier: CC0-1.0
3131
<connection>scm:git:git://github.com/hoijui/JavaOSC</connection>
3232
<developerConnection>scm:git:git@github.com:hoijui/JavaOSC.git</developerConnection>
3333
<url>http://github.com/hoijui/JavaOSC</url>
34-
<tag>javaosc-0.9</tag>
34+
<tag>HEAD</tag>
3535
</scm>
3636

3737
<modules>

0 commit comments

Comments
 (0)