Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v6
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Nov 26, 2024
1 parent 7b1632e commit 2051b26
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions oss-build-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dev.metaschema</groupId>
<artifactId>oss-maven</artifactId>
<version>6-SNAPSHOT</version>
<version>6</version>
</parent>

<artifactId>oss-build-support</artifactId>
Expand All @@ -25,7 +25,7 @@

<scm>
<url>${scm.url}/tree/develop/oss-build-support</url>
<tag>v4</tag>
<tag>v6</tag>
</scm>

<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions oss-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dev.metaschema</groupId>
<artifactId>oss-maven</artifactId>
<version>6-SNAPSHOT</version>
<version>6</version>
</parent>
<artifactId>oss-parent</artifactId>
<packaging>pom</packaging>
Expand All @@ -21,7 +21,7 @@

<scm>
<url>${scm.url}/tree/develop/oss-parent</url>
<tag>v4</tag>
<tag>v6</tag>
</scm>

<build>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>dev.metaschema</groupId>
<artifactId>oss-build-support</artifactId>
<version>6-SNAPSHOT</version>
<version>6</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>dev.metaschema</groupId>
<artifactId>oss-build-support</artifactId>
<version>6-SNAPSHOT</version>
<version>6</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>dev.metaschema</groupId>
<artifactId>oss-build-support</artifactId>
<version>6-SNAPSHOT</version>
<version>6</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down Expand Up @@ -214,7 +214,7 @@
<dependency>
<groupId>dev.metaschema</groupId>
<artifactId>oss-build-support</artifactId>
<version>6-SNAPSHOT</version>
<version>6</version>
</dependency>
</dependencies>
</plugin>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.metaschema</groupId>
<artifactId>oss-maven</artifactId>
<version>6-SNAPSHOT</version>
<version>6</version>
<packaging>pom</packaging>
<name>Build Root</name>
<description>A common build root for all Metaschema projects.</description>
Expand Down Expand Up @@ -87,7 +87,7 @@
<connection>scm:git:ssh://[email protected]/metaschema-framework/oss-maven.git</connection>
<developerConnection>
scm:git:ssh://[email protected]/metaschema-framework/oss-maven.git</developerConnection>
<tag>v4</tag>
<tag>v6</tag>
</scm>
<distributionManagement>
<repository>
Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>dev.metaschema</groupId>
<artifactId>oss-build-support</artifactId>
<version>6-SNAPSHOT</version>
<version>6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 2051b26

Please sign in to comment.