Skip to content

Commit d8e1162

Browse files
committed
Release 2.3.28.ayg
1 parent 50854cc commit d8e1162

File tree

194 files changed

+200
-199
lines changed

Some content is hidden

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

194 files changed

+200
-199
lines changed

README.md

Lines changed: 2 additions & 2 deletions

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.github.albfernandez.seam</groupId>
77
<artifactId>bom</artifactId>
88
<name>Seam 2 Bill Of Materials </name>
9-
<version>2.3.28-SNAPSHOT</version>
9+
<version>2.3.28.ayg</version>
1010
<packaging>pom</packaging>
1111

1212
<licenses>
@@ -58,7 +58,7 @@
5858
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5959

6060
<!-- Version string properties for integrations -->
61-
<version.seam>2.3.28-SNAPSHOT</version.seam>
61+
<version.seam>2.3.28.ayg</version.seam>
6262
<version.wicket>1.4.23</version.wicket>
6363
<version.drools>5.3.3.Final</version.drools><!-- Needed for Seam2 compatibility -->
6464
<version.mvel2>2.4.14.Final</version.mvel2> <!-- needed for drools 5.3.3 (do not use 2.2) -->

build/common.build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<dependency groupId="org.jboss.seam.embedded" artifactId="hibernate-all" version="${embedded.version}" />
127127

128128
<remoteRepository refId="repository.jboss.org" />
129-
<remoteRepository id="snapshots.jboss.org" url="http://snapshots.jboss.org/maven2" />
129+
<remoteRepository id="snapshots.jboss.org" url="https://snapshots.jboss.org/maven2" />
130130
</copyInlineDependencies>
131131
<property name="copyjbossembeddeddone" value="true" />
132132
</target>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.albfernandez.seam</groupId>
88
<artifactId>jboss-seam-parent</artifactId>
9-
<version>2.3.28-SNAPSHOT</version>
9+
<version>2.3.28.ayg</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

distribution/src/main/assembly/changelog.txt

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

44

5-
Release Notes - Seam 2 - Unreleased
5+
Release Notes - Seam 2 - Version 2.3.28.ayg 2023-01-08
66

7+
* [ ] Optimze startup time skipping some unnecesari reads
78
* [ ] Bump testng from 7.0.0 to 7.5.1
89
* [ ] Bump jbpm-jpdl from 3.2.18.ayg to 3.2.19.ayg
910
* [ ] Bump javax.xml.soap:saaj-api from 1.3 to 1.3.5

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>com.github.albfernandez.seam.examples</groupId>
7-
<version>2.3.28-SNAPSHOT</version>
7+
<version>2.3.28.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>com.github.albfernandez.seam.examples</groupId>
66
<artifactId>blog</artifactId>
7-
<version>2.3.28-SNAPSHOT</version>
7+
<version>2.3.28.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>com.github.albfernandez.seam.examples</groupId>
66
<artifactId>blog</artifactId>
7-
<version>2.3.28-SNAPSHOT</version>
7+
<version>2.3.28.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>com.github.albfernandez.seam.examples</groupId>
8-
<version>2.3.28-SNAPSHOT</version>
8+
<version>2.3.28.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>com.github.albfernandez.seam.examples</groupId>
66
<artifactId>blog</artifactId>
7-
<version>2.3.28-SNAPSHOT</version>
7+
<version>2.3.28.ayg</version>
88
<packaging>pom</packaging>
99
<name>Blog Example (EE6)</name>
1010

0 commit comments

Comments
 (0)