Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Nov 24, 2021
1 parent 4e04fe3 commit 3c36b48
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api-bom</artifactId>
<packaging>pom</packaging>
<version>5.0.Beta2</version>
<version>5.0-SNAPSHOT</version>

<name>Weld APIs BOM</name>

Expand Down Expand Up @@ -54,7 +54,7 @@
<connection>scm:git:git@github.com:weld/api.git</connection>
<developerConnection>scm:git:git@github.com:weld/api.git</developerConnection>
<url>scm:git:git@github.com:weld/api.git</url>
<tag>5.0.Beta2</tag>
<tag>HEAD</tag>
</scm>

<profiles>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>weld-api-parent</artifactId>
<packaging>pom</packaging>
<version>5.0.Beta2</version>
<version>5.0-SNAPSHOT</version>

<parent>
<groupId>org.jboss.weld</groupId>
Expand Down Expand Up @@ -208,7 +208,7 @@
<connection>scm:git:git@github.com:weld/api.git</connection>
<developerConnection>scm:git:git@github.com:weld/api.git</developerConnection>
<url>scm:git:git@github.com:weld/api.git</url>
<tag>5.0.Beta2</tag>
<tag>HEAD</tag>
</scm>

<!-- Needed to download org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.0-jboss-2 -->
Expand Down
2 changes: 1 addition & 1 deletion weld-spi/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>weld-api-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>5.0.Beta2</version>
<version>5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion weld/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>weld-api-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>5.0.Beta2</version>
<version>5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 3c36b48

Please sign in to comment.