Skip to content

Commit 42cd6b3

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 7147a3f commit 42cd6b3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

oss-build-support/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>dev.metaschema</groupId>
55
<artifactId>oss-maven</artifactId>
6-
<version>10</version>
6+
<version>11-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>oss-build-support</artifactId>
@@ -25,7 +25,7 @@
2525

2626
<scm>
2727
<url>${scm.url}/tree/develop/oss-build-support</url>
28-
<tag>v10</tag>
28+
<tag>v9</tag>
2929
</scm>
3030

3131
<dependencies>

oss-parent/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>dev.metaschema</groupId>
55
<artifactId>oss-maven</artifactId>
6-
<version>10</version>
6+
<version>11-SNAPSHOT</version>
77
</parent>
88
<artifactId>oss-parent</artifactId>
99
<packaging>pom</packaging>
@@ -21,7 +21,7 @@
2121

2222
<scm>
2323
<url>${scm.url}/tree/develop/oss-parent</url>
24-
<tag>v10</tag>
24+
<tag>v9</tag>
2525
</scm>
2626

2727
<build>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>dev.metaschema</groupId>
5555
<artifactId>oss-build-support</artifactId>
56-
<version>10</version>
56+
<version>11-SNAPSHOT</version>
5757
</dependency>
5858
</dependencies>
5959
</plugin>
@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>dev.metaschema</groupId>
117117
<artifactId>oss-build-support</artifactId>
118-
<version>10</version>
118+
<version>11-SNAPSHOT</version>
119119
</dependency>
120120
</dependencies>
121121
</plugin>
@@ -153,7 +153,7 @@
153153
<dependency>
154154
<groupId>dev.metaschema</groupId>
155155
<artifactId>oss-build-support</artifactId>
156-
<version>10</version>
156+
<version>11-SNAPSHOT</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>com.puppycrawl.tools</groupId>
@@ -227,7 +227,7 @@
227227
<dependency>
228228
<groupId>dev.metaschema</groupId>
229229
<artifactId>oss-build-support</artifactId>
230-
<version>10</version>
230+
<version>11-SNAPSHOT</version>
231231
</dependency>
232232
</dependencies>
233233
</plugin>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>dev.metaschema</groupId>
44
<artifactId>oss-maven</artifactId>
5-
<version>10</version>
5+
<version>11-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<name>Build Root</name>
88
<description>A common build root for all Metaschema projects.</description>
@@ -92,7 +92,7 @@
9292
<connection>scm:git:ssh://git@github.com/metaschema-framework/oss-maven.git</connection>
9393
<developerConnection>
9494
scm:git:ssh://git@github.com/metaschema-framework/oss-maven.git</developerConnection>
95-
<tag>v10</tag>
95+
<tag>v9</tag>
9696
</scm>
9797
<distributionManagement>
9898
<repository>
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>dev.metaschema</groupId>
142142
<artifactId>oss-build-support</artifactId>
143-
<version>10</version>
143+
<version>11-SNAPSHOT</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>junit</groupId>

0 commit comments

Comments
 (0)