Skip to content

Commit 8c1438f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 74255b3 commit 8c1438f

File tree

38 files changed

+44
-44
lines changed

38 files changed

+44
-44
lines changed

bom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.jboss.weld</groupId>
55
<artifactId>weld-core-bom</artifactId>
66
<packaging>pom</packaging>
7-
<version>6.0.0.Alpha1</version>
7+
<version>6.0.0-SNAPSHOT</version>
88

99
<name>Weld Core BOM</name>
1010

@@ -126,7 +126,7 @@
126126
<connection>scm:git:[email protected]:weld/core.git</connection>
127127
<developerConnection>scm:git:[email protected]:weld/core.git</developerConnection>
128128
<url>scm:git:[email protected]:weld/core.git</url>
129-
<tag>6.0.0.Alpha1</tag>
129+
<tag>HEAD</tag>
130130
</scm>
131131

132132
<profiles>

bundles/osgi/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -362,7 +362,7 @@
362362
<connection>scm:git:[email protected]:weld/core.git</connection>
363363
<developerConnection>scm:git:[email protected]:weld/core.git</developerConnection>
364364
<url>scm:git:[email protected]:weld/core.git</url>
365-
<tag>6.0.0.Alpha1</tag>
365+
<tag>5.0.0-SNAPSHOT</tag>
366366
</scm>
367367

368368
</project>

docs/reference/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.jboss.weld.reference-guide</groupId>
66
<artifactId>weld-reference-guide</artifactId>
7-
<version>6.0.0.Alpha1</version>
7+
<version>6.0.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Weld Reference Guide</name>
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.jboss.weld</groupId>
2323
<artifactId>weld-core-parent</artifactId>
24-
<version>6.0.0.Alpha1</version>
24+
<version>6.0.0-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

environments/common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

environments/se/build/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-se-parent</artifactId>
55
<groupId>org.jboss.weld.se</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

environments/se/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-se-parent</artifactId>
55
<groupId>org.jboss.weld.se</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

environments/se/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>org.jboss.weld</groupId>
1111
<artifactId>weld-core-parent</artifactId>
1212
<relativePath>../../pom.xml</relativePath>
13-
<version>6.0.0.Alpha1</version>
13+
<version>6.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<modules>

environments/se/tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-se-parent</artifactId>
55
<groupId>org.jboss.weld.se</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

environments/servlet/build/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-servlet-parent</artifactId>
55
<groupId>org.jboss.weld.servlet</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.jboss.weld.servlet</groupId>

environments/servlet/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-servlet-parent</artifactId>
55
<groupId>org.jboss.weld.servlet</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

environments/servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>org.jboss.weld</groupId>
1111
<artifactId>weld-core-parent</artifactId>
1212
<relativePath>../../pom.xml</relativePath>
13-
<version>6.0.0.Alpha1</version>
13+
<version>6.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<modules>

environments/servlet/tests/base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-servlet-parent</artifactId>
55
<groupId>org.jboss.weld.servlet</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

environments/servlet/tests/tomcat/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-servlet-parent</artifactId>
55
<groupId>org.jboss.weld.servlet</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

examples/jsf/login/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.weld.examples</groupId>
77
<artifactId>weld-examples-parent</artifactId>
8-
<version>6.0.0.Alpha1</version>
8+
<version>6.0.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

examples/jsf/numberguess/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.weld.examples</groupId>
77
<artifactId>weld-examples-parent</artifactId>
8-
<version>6.0.0.Alpha1</version>
8+
<version>6.0.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

examples/jsf/translator/ear/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
77
<artifactId>weld-jsf-translator-parent</artifactId>
8-
<version>6.0.0.Alpha1</version>
8+
<version>6.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.jboss.weld.examples.jsf.translator</groupId>

examples/jsf/translator/ejb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
77
<artifactId>weld-jsf-translator-parent</artifactId>
8-
<version>6.0.0.Alpha1</version>
8+
<version>6.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.jboss.weld.examples.jsf.translator</groupId>

examples/jsf/translator/ftest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
77
<artifactId>weld-jsf-translator-parent</artifactId>
8-
<version>6.0.0.Alpha1</version>
8+
<version>6.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.jboss.weld.examples.jsf.translator</groupId>

examples/jsf/translator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.weld.examples</groupId>
66
<artifactId>weld-examples-parent</artifactId>
7-
<version>6.0.0.Alpha1</version>
7+
<version>6.0.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<groupId>org.jboss.weld.examples.jsf.translator</groupId>

examples/jsf/translator/war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
77
<artifactId>weld-jsf-translator-parent</artifactId>
8-
<version>6.0.0.Alpha1</version>
8+
<version>6.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.jboss.weld.examples.jsf.translator</groupId>

examples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>org.jboss.weld</groupId>
66
<artifactId>weld-core-parent</artifactId>
7-
<version>6.0.0.Alpha1</version>
7+
<version>6.0.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>org.jboss.weld.examples</groupId>
1111
<artifactId>weld-examples-parent</artifactId>
12-
<version>6.0.0.Alpha1</version>
12+
<version>6.0.0-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>Weld Examples</name>
1515

examples/se/groovy-numberguess/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-examples-parent</artifactId>
55
<groupId>org.jboss.weld.examples</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

examples/se/numberguess/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-examples-parent</artifactId>
55
<groupId>org.jboss.weld.examples</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

impl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

inject-tck-runner/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

jboss-as/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.jboss.weld</groupId>
1010
<artifactId>weld-core-parent</artifactId>
11-
<version>6.0.0.Alpha1</version>
11+
<version>6.0.0-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -30,7 +30,7 @@
3030
<properties>
3131
<!-- We have to explicitly state the project version. We cannot use ${project.version}
3232
as the release plugin won't deal with double evaluation -->
33-
<weld.update.version>6.0.0.Alpha1</weld.update.version>
33+
<weld.update.version>6.0.0-SNAPSHOT</weld.update.version>
3434
<!-- These are *NOT* automatically updated and should be reviewed if the relevant profile is to be used -->
3535
<cdi.update.version>4.1.0.Alpha1</cdi.update.version>
3636
<interceptors.update.version>2.2.0-RC1</interceptors.update.version>

jboss-tck-runner/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

lang-model-tck/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

modules/ejb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/jsf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/jta/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>weld-core-parent</artifactId>
55
<packaging>pom</packaging>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77

88
<name>Weld Parent</name>
99

@@ -523,7 +523,7 @@
523523
<connection>scm:git:[email protected]:weld/core.git</connection>
524524
<developerConnection>scm:git:[email protected]:weld/core.git</developerConnection>
525525
<url>scm:git:[email protected]:weld/core.git</url>
526-
<tag>6.0.0.Alpha1</tag>
526+
<tag>5.0.0-SNAPSHOT</tag>
527527
</scm>
528528

529529

porting-package/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

tests-arquillian/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

tests-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

weld-lite-extension-translator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>weld-core-parent</artifactId>
55
<groupId>org.jboss.weld</groupId>
6-
<version>6.0.0.Alpha1</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)