Skip to content

Commit a7805fc

Browse files
committed
[maven-release-plugin] prepare release 15.2.0.Beta2
1 parent ba57ed9 commit a7805fc

File tree

12 files changed

+17
-13
lines changed

12 files changed

+17
-13
lines changed

appclient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jboss.metadata</groupId>
55
<artifactId>jboss-as-parent-metadata</artifactId>
6-
<version>15.2.0.Beta2-SNAPSHOT</version>
6+
<version>15.2.0.Beta2</version>
77
</parent>
88

99
<artifactId>jboss-metadata-appclient</artifactId>

build-config/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@
2929
<groupId>org.jboss.metadata</groupId>
3030
<artifactId>metadata-build-config</artifactId>
3131
<name>Metadata Build Configuration</name>
32-
<version>15.2.0.Beta2-SNAPSHOT</version>
32+
<version>15.2.0.Beta2</version>
33+
34+
<scm>
35+
<tag>15.2.0.Beta2</tag>
36+
</scm>
3337
</project>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.jboss.metadata</groupId>
2929
<artifactId>jboss-as-parent-metadata</artifactId>
30-
<version>15.2.0.Beta2-SNAPSHOT</version>
30+
<version>15.2.0.Beta2</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333
<artifactId>jboss-metadata-common</artifactId>

ear/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.jboss.metadata</groupId>
2929
<artifactId>jboss-as-parent-metadata</artifactId>
30-
<version>15.2.0.Beta2-SNAPSHOT</version>
30+
<version>15.2.0.Beta2</version>
3131
</parent>
3232

3333
<artifactId>jboss-metadata-ear</artifactId>

ejb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jboss.metadata</groupId>
55
<artifactId>jboss-as-parent-metadata</artifactId>
6-
<version>15.2.0.Beta2-SNAPSHOT</version>
6+
<version>15.2.0.Beta2</version>
77
</parent>
88

99
<artifactId>jboss-metadata-ejb</artifactId>

permissions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.jboss.metadata</groupId>
2929
<artifactId>jboss-as-parent-metadata</artifactId>
30-
<version>15.2.0.Beta2-SNAPSHOT</version>
30+
<version>15.2.0.Beta2</version>
3131
</parent>
3232

3333
<artifactId>jboss-metadata-permissions</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<groupId>org.jboss.metadata</groupId>
3535
<artifactId>jboss-as-parent-metadata</artifactId>
36-
<version>15.2.0.Beta2-SNAPSHOT</version>
36+
<version>15.2.0.Beta2</version>
3737

3838
<name>JBoss Application Server: Metadata Aggregator</name>
3939
<description>JBoss Application Server: Metadata Aggregator</description>
@@ -410,7 +410,7 @@
410410
<connection>scm:git:git@github.com:jboss/metadata.git</connection>
411411
<url>scm:git:git@github.com:jboss/metadata.git</url>
412412
<developerConnection>scm:git:git@github.com:jboss/metadata.git</developerConnection>
413-
<tag>HEAD</tag>
413+
<tag>15.2.0.Beta2</tag>
414414
</scm>
415415

416416
</project>

source-transform/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.jboss.metadata</groupId>
2929
<artifactId>jboss-metadata-source-transform-parent</artifactId>
30-
<version>15.2.0.Beta2-SNAPSHOT</version>
30+
<version>15.2.0.Beta2</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333
<artifactId>jboss-metadata-common-jakarta</artifactId>

source-transform/ejb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.metadata</groupId>
66
<artifactId>jboss-metadata-source-transform-parent</artifactId>
7-
<version>15.2.0.Beta2-SNAPSHOT</version>
7+
<version>15.2.0.Beta2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

source-transform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.jboss.metadata</groupId>
2525
<artifactId>jboss-as-parent-metadata</artifactId>
26-
<version>15.2.0.Beta2-SNAPSHOT</version>
26+
<version>15.2.0.Beta2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)