Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Commit

Permalink
release cut done for 2.2.8-27, now move to 2.2.8-28-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ruolli committed Apr 8, 2018
1 parent 6a6608b commit f136b96
Show file tree
Hide file tree
Showing 233 changed files with 253 additions and 253 deletions.
4 changes: 2 additions & 2 deletions common/ant/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<property name="spec.version" value="2.2"/>
<property name="spec_version" value="2_2"/>
<property name="spec.snapshot.version" value="2.2-SNAPSHOT"/>
<property name="patch.version" value="8-27"/>
<property name="patch.version" value="8-28"/>
<property name="impl.name" value="Mojarra"/>
<property name="build.number" value="${DSTAMP}-${TSTAMP}"/>
<property name="build.type" value="-SNAPSHOT"/>
Expand Down Expand Up @@ -220,7 +220,7 @@

<!-- this is hard coded to match the values in ${basedir}/jsf-tools/pom.xml -->
<property name="jsf-tools.jar"
value="${maven.repo.local}/com/sun/faces/build/jsf-tools/${impl.version.number}/jsf-tools-${impl.version.number}.jar" />
value="${maven.repo.local}/com/sun/faces/build/jsf-tools/${snapshot.version}/jsf-tools-${snapshot.version}.jar" />

<!-- Test classpaths that are used in multiple places within the project -->
<path id="junit.classpath">
Expand Down
2 changes: 1 addition & 1 deletion jsf-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.faces.build</groupId>
<artifactId>jsf-tools</artifactId>
<version>2.2.8-27</version>
<version>2.2.8-28-SNAPSHOT</version>
<description>
Java code executed at build time
</description>
Expand Down
4 changes: 2 additions & 2 deletions nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<type>org.netbeans.modules.ant.freeform</type>
<configuration>
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
<name>mojarra-2.2.8-27-SNAPSHOT</name>
<name>mojarra-2.2.8-28-SNAPSHOT</name>
</general-data>
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
<!-- Do not use Project Properties customizer when editing this file manually. -->
<name>mojarra-2.2.8-27-SNAPSHOT</name>
<name>mojarra-2.2.8-28-SNAPSHOT</name>
<properties>
<property-file>build.properties</property-file>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions test/agnostic/ajax-namespace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
<parent>
<artifactId>pom</artifactId>
<groupId>com.sun.faces.test.agnostic</groupId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>

<groupId>com.sun.faces.test.agnostic.ajax-namespace</groupId>
<artifactId>ajax-namespace</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
<packaging>war</packaging>
<name>Mojarra ${project.version} - Test - Agnostic - Ajax Namespace</name>

Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/application/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.application</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.application</groupId>
<artifactId>basic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/application/listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.application</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.application</groupId>
<artifactId>listener</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/application/localeConfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.application</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.application</groupId>
<artifactId>localeConfig</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/application/navigation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.application</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.application</groupId>
<artifactId>navigation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/application/navigationJSF2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.application</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.application</groupId>
<artifactId>navigationJSF2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.application</groupId>
<artifactId>pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/application/runtimeConfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.application</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.application</groupId>
<artifactId>runtimeConfig</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/config/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.config</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.config</groupId>
<artifactId>basic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/config/configFile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.config</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.config</groupId>
<artifactId>configFile</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/config/embedConfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.config</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.config</groupId>
<artifactId>embedConfig</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/config/extraConfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.config</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.config</groupId>
<artifactId>extraConfig</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/config/lowerCase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.config</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.config</groupId>
<artifactId>lowerCase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.config</groupId>
<artifactId>pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/context/initFacesContext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<artifactId>pom</artifactId>
<groupId>com.sun.faces.test.agnostic.context</groupId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.context</groupId>
<artifactId>initFacesContext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.context</groupId>
<artifactId>pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/context/regular/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.context</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.context</groupId>
<artifactId>regular</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/converter/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.converter</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.converter</groupId>
<artifactId>basic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/converter/converterThrowsNPE/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<parent>
<artifactId>pom</artifactId>
<groupId>com.sun.faces.test.agnostic.converter</groupId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.converter</groupId>
<artifactId>converterThrowsNPE</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.converter</groupId>
<artifactId>pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/externalContext/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.externalContext</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.externalContext</groupId>
<artifactId>basic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/externalContext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.externalContext</groupId>
<artifactId>pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/facelets/cc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.facelets</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.facelets</groupId>
<artifactId>cc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/facelets/ccInJar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.facelets</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.facelets</groupId>
<artifactId>ccInJar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/facelets/findChild/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<artifactId>pom</artifactId>
<groupId>com.sun.faces.test.agnostic.facelets</groupId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>

<groupId>com.sun.faces.test.agnostic.facelets</groupId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/facelets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.facelets</groupId>
<artifactId>pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/facelets/processing/escaping01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.facelets.processing</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.facelets.processing</groupId>
<artifactId>escaping01</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/facelets/processing/html5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.facelets.processing</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.facelets.processing</groupId>
<artifactId>processing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/facelets/processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.facelets</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.facelets.processing</groupId>
<artifactId>pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/facelets/viewAction/newsReader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<artifactId>pom</artifactId>
<groupId>com.sun.faces.test.agnostic.facelets.viewAction</groupId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.facelets.viewAction</groupId>
<artifactId>test-agnostic-facelets-viewAction-newsReader</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/facelets/viewAction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.facelets</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.facelets.viewAction</groupId>
<artifactId>pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/flash/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<artifactId>pom</artifactId>
<groupId>com.sun.faces.test.agnostic.flash</groupId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.flash</groupId>
<artifactId>basic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/flash/chunkRedirect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.flash</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.flash</groupId>
<artifactId>chunkRedirect</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/flash/custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<artifactId>pom</artifactId>
<groupId>com.sun.faces.test.agnostic.flash</groupId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.flash</groupId>
<artifactId>custom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/flash/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.flash</groupId>
<artifactId>pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/lifecycle/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.lifecycle</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.lifecycle</groupId>
<artifactId>basic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/lifecycle/clientWindow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.lifecycle</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.lifecycle</groupId>
<artifactId>clientWindow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/lifecycle/csrf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.lifecycle</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.lifecycle</groupId>
<artifactId>csrf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/agnostic/lifecycle/debugObjectOutputStream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.faces.test.agnostic.lifecycle</groupId>
<artifactId>pom</artifactId>
<version>2.2.8-27-SNAPSHOT</version>
<version>2.2.8-28-SNAPSHOT</version>
</parent>
<groupId>com.sun.faces.test.agnostic.lifecycle</groupId>
<artifactId>debugObjectOutputStream</artifactId>
Expand Down
Loading

0 comments on commit f136b96

Please sign in to comment.