Skip to content

Commit 4b4f874

Browse files
committed
Release 2.3.23.ayg
1 parent b110916 commit 4b4f874

File tree

191 files changed

+193
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+193
-193
lines changed

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.jboss.seam</groupId>
55
<artifactId>bom</artifactId>
66
<name>Seam 2 Bill Of Materials </name>
7-
<version>2.3.23-SNAPSHOT</version>
7+
<version>2.3.23.ayg</version>
88
<packaging>pom</packaging>
99

1010
<licenses>
@@ -42,7 +42,7 @@
4242
<properties>
4343

4444
<!-- Version string properties for integrations-->
45-
<version.seam>2.3.23-SNAPSHOT</version.seam>
45+
<version.seam>2.3.23.ayg</version.seam>
4646
<version.wicket>1.4.14</version.wicket>
4747
<version.drools>5.3.3.Final</version.drools><!-- Needed for Seam2 compatibility -->
4848
<version.mvel2>2.1.9.Final</version.mvel2> <!-- needed for drools 5.3.3 (do not use 2.2) -->

distribution/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.seam</groupId>
66
<artifactId>jboss-seam-parent</artifactId>
7-
<version>2.3.23-SNAPSHOT</version>
7+
<version>2.3.23.ayg</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

examples/blog/blog-ear/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>blog</artifactId>
66
<groupId>org.jboss.seam.examples</groupId>
7-
<version>2.3.23-SNAPSHOT</version>
7+
<version>2.3.23.ayg</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

examples/blog/blog-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.seam.examples</groupId>
66
<artifactId>blog</artifactId>
7-
<version>2.3.23-SNAPSHOT</version>
7+
<version>2.3.23.ayg</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

examples/blog/blog-ftest/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.seam.examples</groupId>
66
<artifactId>blog</artifactId>
7-
<version>2.3.23-SNAPSHOT</version>
7+
<version>2.3.23.ayg</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

examples/blog/blog-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>blog</artifactId>
77
<groupId>org.jboss.seam.examples</groupId>
8-
<version>2.3.23-SNAPSHOT</version>
8+
<version>2.3.23.ayg</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

examples/blog/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.jboss.seam.examples</groupId>
66
<artifactId>blog</artifactId>
7-
<version>2.3.23-SNAPSHOT</version>
7+
<version>2.3.23.ayg</version>
88
<packaging>pom</packaging>
99
<name>Blog Example (EE6)</name>
1010

examples/booking/booking-ear/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.seam.examples</groupId>
66
<artifactId>booking</artifactId>
7-
<version>2.3.23-SNAPSHOT</version>
7+
<version>2.3.23.ayg</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

examples/booking/booking-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.seam.examples</groupId>
66
<artifactId>booking</artifactId>
7-
<version>2.3.23-SNAPSHOT</version>
7+
<version>2.3.23.ayg</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

examples/booking/booking-ftest/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.seam.examples</groupId>
66
<artifactId>booking</artifactId>
7-
<version>2.3.23-SNAPSHOT</version>
7+
<version>2.3.23.ayg</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)