Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Commit 320a0e0

Browse files
[maven-release-plugin] prepare release 2.3.0
1 parent 1f59335 commit 320a0e0

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.wildfly.extras.patch</groupId>
2020
<artifactId>fuse-patch</artifactId>
21-
<version>2.3.0-SNAPSHOT</version>
21+
<version>2.3.0</version>
2222
</parent>
2323

2424
<name>Fuse Patch :: Config</name>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.wildfly.extras.patch</groupId>
3030
<artifactId>fuse-patch</artifactId>
31-
<version>2.3.0-SNAPSHOT</version>
31+
<version>2.3.0</version>
3232
</parent>
3333

3434
<name>Fuse Patch :: Core</name>

distro/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.wildfly.extras.patch</groupId>
2525
<artifactId>fuse-patch</artifactId>
26-
<version>2.3.0-SNAPSHOT</version>
26+
<version>2.3.0</version>
2727
</parent>
2828

2929
<name>Fuse Patch :: Distro</name>

distro/standalone/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.wildfly.extras.patch</groupId>
2525
<artifactId>fuse-patch-distro</artifactId>
26-
<version>2.3.0-SNAPSHOT</version>
26+
<version>2.3.0</version>
2727
</parent>
2828

2929
<name>Fuse Patch :: Distro :: Standalone</name>

distro/wildfly/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.wildfly.extras.patch</groupId>
2525
<artifactId>fuse-patch-distro</artifactId>
26-
<version>2.3.0-SNAPSHOT</version>
26+
<version>2.3.0</version>
2727
</parent>
2828

2929
<name>Fuse Patch :: Distro :: WildFly</name>

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.wildfly.extras.patch</groupId>
2626
<artifactId>fuse-patch</artifactId>
27-
<version>2.3.0-SNAPSHOT</version>
27+
<version>2.3.0</version>
2828
</parent>
2929

3030
<name>Fuse Patch :: Docs</name>

feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.wildfly.extras.patch</groupId>
2020
<artifactId>fuse-patch</artifactId>
21-
<version>2.3.0-SNAPSHOT</version>
21+
<version>2.3.0</version>
2222
</parent>
2323

2424
<name>Fuse Patch :: Feature Pack</name>

installer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>org.wildfly.extras.patch</groupId>
4040
<artifactId>fuse-patch</artifactId>
41-
<version>2.3.0-SNAPSHOT</version>
41+
<version>2.3.0</version>
4242
</parent>
4343

4444
<name>Fuse Patch :: Installer</name>

itests/jaxws/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.wildfly.extras.patch</groupId>
2525
<artifactId>fuse-patch-itests</artifactId>
26-
<version>2.3.0-SNAPSHOT</version>
26+
<version>2.3.0</version>
2727
</parent>
2828

2929
<name>Fuse Patch :: Integration Tests :: JaxWS</name>

itests/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.wildfly.extras.patch</groupId>
2525
<artifactId>fuse-patch</artifactId>
26-
<version>2.3.0-SNAPSHOT</version>
26+
<version>2.3.0</version>
2727
</parent>
2828

2929
<name>Fuse Patch :: Integration Tests</name>

0 commit comments

Comments
 (0)