Skip to content

Commit a609516

Browse files
committed
Prepare for 3.0.0.Final release
Signed-off-by: James R. Perkins <jperkins@redhat.com>
1 parent 0d7ca3e commit a609516

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

message-dumper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.jboss.wildscribe</groupId>
99
<artifactId>wildscribe-parent</artifactId>
10-
<version>3.0.0.Final-SNAPSHOT</version>
10+
<version>3.0.0.Final</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>message-dumper</artifactId>

model-dumper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.jboss.wildscribe</groupId>
2727
<artifactId>wildscribe-parent</artifactId>
28-
<version>3.0.0.Final-SNAPSHOT</version>
28+
<version>3.0.0.Final</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>org.jboss.wildscribe</groupId>
3232
<artifactId>wildscribe-parent</artifactId>
33-
<version>3.0.0.Final-SNAPSHOT</version>
33+
<version>3.0.0.Final</version>
3434

3535
<name>Wildscribe</name>
3636
<description>

site-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.jboss.wildscribe</groupId>
2727
<artifactId>wildscribe-parent</artifactId>
28-
<version>3.0.0.Final-SNAPSHOT</version>
28+
<version>3.0.0.Final</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

wildscribe-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>wildscribe-parent</artifactId>
2323
<groupId>org.jboss.wildscribe</groupId>
24-
<version>3.0.0.Final-SNAPSHOT</version>
24+
<version>3.0.0.Final</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

0 commit comments

Comments
 (0)