Skip to content

Commit 6567873

Browse files
committed
Release 2.3.21.ayg
1 parent 1f59468 commit 6567873

File tree

192 files changed

+195
-194
lines changed

Some content is hidden

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

192 files changed

+195
-194
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.21-SNAPSHOT</version>
7+
<version>2.3.21.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.21-SNAPSHOT</version.seam>
45+
<version.seam>2.3.21.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.21-SNAPSHOT</version>
7+
<version>2.3.21.ayg</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

distribution/src/main/assembly/changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
JBoss Seam Changelog
22
====================
33

4-
Unreleased
4+
Release Notes - Seam 2 - Version 2.3.21.ayg 2020-06-11
55

66
* [#39] Migrate from itext to OpenPdf
7+
* Allow EnumConverter to work with null and empty string values
78

89
Release Notes - Seam 2 - Version 2.3.20.ayg 2020-05-26
910

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.21-SNAPSHOT</version>
7+
<version>2.3.21.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.21-SNAPSHOT</version>
7+
<version>2.3.21.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.21-SNAPSHOT</version>
7+
<version>2.3.21.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.21-SNAPSHOT</version>
8+
<version>2.3.21.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.21-SNAPSHOT</version>
7+
<version>2.3.21.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.21-SNAPSHOT</version>
7+
<version>2.3.21.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.21-SNAPSHOT</version>
7+
<version>2.3.21.ayg</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)