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 Feb 15, 2022
1 parent 714213e commit 52e741f
Show file tree
Hide file tree
Showing 41 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions bom/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-bom</artifactId>
<packaging>pom</packaging>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>

<name>Weld Core BOM</name>

Expand Down Expand Up @@ -126,7 +126,7 @@
<connection>scm:git:git@github.com:weld/core.git</connection>
<developerConnection>scm:git:git@github.com:weld/core.git</developerConnection>
<url>scm:git:git@github.com:weld/core.git</url>
<tag>3.1.9.Final</tag>
<tag>HEAD</tag>
</scm>

<profiles>
Expand Down
4 changes: 2 additions & 2 deletions bundles/osgi/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -362,7 +362,7 @@
<connection>scm:git:git@github.com:weld/core.git</connection>
<developerConnection>scm:git:git@github.com:weld/core.git</developerConnection>
<url>scm:git:git@github.com:weld/core.git</url>
<tag>3.1.9.Final</tag>
<tag>3.0.0-SNAPSHOT</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions docs/reference/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.jboss.weld.reference-guide</groupId>
<artifactId>weld-reference-guide</artifactId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Weld Reference Guide</name>
<url>http://weld.cdi-spec.org</url>
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion environments/common/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion environments/se/build/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-se-parent</artifactId>
<groupId>org.jboss.weld.se</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion environments/se/core/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-se-parent</artifactId>
<groupId>org.jboss.weld.se</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion environments/se/pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion environments/se/tests/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-se-parent</artifactId>
<groupId>org.jboss.weld.se</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion environments/servlet/build/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-servlet-parent</artifactId>
<groupId>org.jboss.weld.servlet</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.weld.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion environments/servlet/core/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-servlet-parent</artifactId>
<groupId>org.jboss.weld.servlet</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion environments/servlet/pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion environments/servlet/tests/base/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-servlet-parent</artifactId>
<groupId>org.jboss.weld.servlet</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion environments/servlet/tests/jetty/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-servlet-parent</artifactId>
<groupId>org.jboss.weld.servlet</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion environments/servlet/tests/tomcat/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-servlet-parent</artifactId>
<groupId>org.jboss.weld.servlet</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/login/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/numberguess/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/pastecode/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/translator/ear/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
</parent>

<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/translator/ejb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
</parent>

<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/translator/ftest/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
</parent>

<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/translator/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/translator/war/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
</parent>

<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Weld Examples</name>

Expand Down
2 changes: 1 addition & 1 deletion examples/se/groovy-numberguess/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-examples-parent</artifactId>
<groupId>org.jboss.weld.examples</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/se/numberguess/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-examples-parent</artifactId>
<groupId>org.jboss.weld.examples</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion inject-tck-runner/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions jboss-as/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<properties>
<!-- We have to explicitly state the project version. We cannot use ${project.version}
as the release plugin won't deal with double evaluation -->
<weld.update.version>3.1.9.Final</weld.update.version>
<weld.update.version>3.1.10-SNAPSHOT</weld.update.version>
<cdi.tck.version>${cdi.tck-2-0.version}</cdi.tck.version>

<!--Plugin versions-->
Expand Down
2 changes: 1 addition & 1 deletion jboss-tck-runner/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/ejb/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/jsf/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/jta/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/web/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>weld-core-parent</artifactId>
<packaging>pom</packaging>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>

<name>Weld Parent</name>

Expand Down Expand Up @@ -548,7 +548,7 @@
<connection>scm:git:git@github.com:weld/core.git</connection>
<developerConnection>scm:git:git@github.com:weld/core.git</developerConnection>
<url>scm:git:git@github.com:weld/core.git</url>
<tag>3.1.9.Final</tag>
<tag>3.0.0-SNAPSHOT</tag>
</scm>


Expand Down
2 changes: 1 addition & 1 deletion porting-package/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion probe/core/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-probe-parent</artifactId>
<groupId>org.jboss.weld.probe</groupId>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion probe/pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>3.1.9.Final</version>
<version>3.1.10-SNAPSHOT</version>
</parent>

<description>Weld's inspection and debugging support</description>
Expand Down

0 comments on commit 52e741f

Please sign in to comment.