Skip to content
This repository was archived by the owner on Aug 17, 2018. It is now read-only.

Commit 7d70ed0

Browse files
author
Jane Young
committed
preparing for 2.2.1-b01 promotion so update SNAPSHOT versions in pom.xml files
svn path=/trunk/; revision=1232
1 parent 050028e commit 7d70ed0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<modelVersion>4.0.0</modelVersion>
4747
<groupId>javax.servlet.jsp</groupId>
4848
<artifactId>jsp-api</artifactId>
49-
<version>2.2.0-SNAPSHOT</version>
49+
<version>2.2.1-SNAPSHOT</version>
5050
<packaging>jar</packaging>
5151
<name>JavaServer Pages(TM) API</name>
5252

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<relativePath>../parent-pom/pom.xml</relativePath>
4646
</parent>
4747
<artifactId>jsp-impl</artifactId>
48-
<version>2.2.0-SNAPSHOT</version>
48+
<version>2.2.1-SNAPSHOT</version>
4949
<packaging>jar</packaging>
5050
<name>JSP implementation</name>
5151

parent-pom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<groupId>org.glassfish.web</groupId>
4343
<artifactId>jsp</artifactId>
4444
<packaging>pom</packaging>
45-
<version>2.2.0-SNAPSHOT</version>
45+
<version>2.2.1-SNAPSHOT</version>
4646
<name>JavaServer Pages modules</name>
4747

4848
<developers>

0 commit comments

Comments
 (0)