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

Commit 1385ec5

Browse files
move working to 2.2.8-26-SNAPSHOT
1 parent c0fa300 commit 1385ec5

File tree

233 files changed

+253
-253
lines changed

Some content is hidden

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

233 files changed

+253
-253
lines changed

common/ant/common.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<property name="spec.version" value="2.2"/>
109109
<property name="spec_version" value="2_2"/>
110110
<property name="spec.snapshot.version" value="2.2-SNAPSHOT"/>
111-
<property name="patch.version" value="8-25"/>
111+
<property name="patch.version" value="8-26"/>
112112
<property name="impl.name" value="Mojarra"/>
113113
<property name="build.number" value="${DSTAMP}-${TSTAMP}"/>
114114
<property name="build.type" value="-SNAPSHOT"/>
@@ -220,7 +220,7 @@
220220

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

225225
<!-- Test classpaths that are used in multiple places within the project -->
226226
<path id="junit.classpath">

jsf-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<modelVersion>4.0.0</modelVersion>
4949
<groupId>com.sun.faces.build</groupId>
5050
<artifactId>jsf-tools</artifactId>
51-
<version>2.2.8-25</version>
51+
<version>2.2.8-26-SNAPSHOT</version>
5252
<description>
5353
Java code executed at build time
5454
</description>

nbproject/project.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<type>org.netbeans.modules.ant.freeform</type>
44
<configuration>
55
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
6-
<name>mojarra-2.2.8-25-SNAPSHOT</name>
6+
<name>mojarra-2.2.8-26-SNAPSHOT</name>
77
</general-data>
88
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
99
<!-- Do not use Project Properties customizer when editing this file manually. -->
10-
<name>mojarra-2.2.8-25-SNAPSHOT</name>
10+
<name>mojarra-2.2.8-26-SNAPSHOT</name>
1111
<properties>
1212
<property-file>build.properties</property-file>
1313
</properties>

test/agnostic/ajax-namespace/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
<parent>
4545
<artifactId>pom</artifactId>
4646
<groupId>com.sun.faces.test.agnostic</groupId>
47-
<version>2.2.8-25-SNAPSHOT</version>
47+
<version>2.2.8-26-SNAPSHOT</version>
4848
</parent>
4949

5050
<groupId>com.sun.faces.test.agnostic.ajax-namespace</groupId>
5151
<artifactId>ajax-namespace</artifactId>
52-
<version>2.2.8-25-SNAPSHOT</version>
52+
<version>2.2.8-26-SNAPSHOT</version>
5353
<packaging>war</packaging>
5454
<name>Mojarra ${project.version} - Test - Agnostic - Ajax Namespace</name>
5555

test/agnostic/application/basic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>com.sun.faces.test.agnostic.application</groupId>
4949
<artifactId>pom</artifactId>
50-
<version>2.2.8-25-SNAPSHOT</version>
50+
<version>2.2.8-26-SNAPSHOT</version>
5151
</parent>
5252
<groupId>com.sun.faces.test.agnostic.application</groupId>
5353
<artifactId>basic</artifactId>

test/agnostic/application/listener/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>com.sun.faces.test.agnostic.application</groupId>
4949
<artifactId>pom</artifactId>
50-
<version>2.2.8-25-SNAPSHOT</version>
50+
<version>2.2.8-26-SNAPSHOT</version>
5151
</parent>
5252
<groupId>com.sun.faces.test.agnostic.application</groupId>
5353
<artifactId>listener</artifactId>

test/agnostic/application/localeConfig/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>com.sun.faces.test.agnostic.application</groupId>
4949
<artifactId>pom</artifactId>
50-
<version>2.2.8-25-SNAPSHOT</version>
50+
<version>2.2.8-26-SNAPSHOT</version>
5151
</parent>
5252
<groupId>com.sun.faces.test.agnostic.application</groupId>
5353
<artifactId>localeConfig</artifactId>

test/agnostic/application/navigation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>com.sun.faces.test.agnostic.application</groupId>
4949
<artifactId>pom</artifactId>
50-
<version>2.2.8-25-SNAPSHOT</version>
50+
<version>2.2.8-26-SNAPSHOT</version>
5151
</parent>
5252
<groupId>com.sun.faces.test.agnostic.application</groupId>
5353
<artifactId>navigation</artifactId>

test/agnostic/application/navigationJSF2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>com.sun.faces.test.agnostic.application</groupId>
4949
<artifactId>pom</artifactId>
50-
<version>2.2.8-25-SNAPSHOT</version>
50+
<version>2.2.8-26-SNAPSHOT</version>
5151
</parent>
5252
<groupId>com.sun.faces.test.agnostic.application</groupId>
5353
<artifactId>navigationJSF2</artifactId>

test/agnostic/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>com.sun.faces.test.agnostic</groupId>
4949
<artifactId>pom</artifactId>
50-
<version>2.2.8-25-SNAPSHOT</version>
50+
<version>2.2.8-26-SNAPSHOT</version>
5151
</parent>
5252
<groupId>com.sun.faces.test.agnostic.application</groupId>
5353
<artifactId>pom</artifactId>

0 commit comments

Comments
 (0)