You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2011/09/29 01:46:25 UTC

svn commit: r1177112 - in /pig/trunk: .eclipse.templates/.classpath CHANGES.txt ivy/pig-template.xml ivy/pig.pom

Author: daijy
Date: Wed Sep 28 23:46:24 2011
New Revision: 1177112

URL: http://svn.apache.org/viewvc?rev=1177112&view=rev
Log:
PIG-2307: Jetty version should be updated in .eclipse.templates/.classpath, pig-template.xml and pig.pom as well

Modified:
    pig/trunk/.eclipse.templates/.classpath
    pig/trunk/CHANGES.txt
    pig/trunk/ivy/pig-template.xml
    pig/trunk/ivy/pig.pom

Modified: pig/trunk/.eclipse.templates/.classpath
URL: http://svn.apache.org/viewvc/pig/trunk/.eclipse.templates/.classpath?rev=1177112&r1=1177111&r2=1177112&view=diff
==============================================================================
--- pig/trunk/.eclipse.templates/.classpath (original)
+++ pig/trunk/.eclipse.templates/.classpath Wed Sep 28 23:46:24 2011
@@ -43,8 +43,8 @@
 	<classpathentry exported="true" kind="lib" path="build/ivy/lib/Pig/jasper-compiler-5.5.12.jar"/>
 	<classpathentry exported="true" kind="lib" path="build/ivy/lib/Pig/jasper-runtime-5.5.12.jar"/>
 	<classpathentry exported="true" kind="lib" path="build/ivy/lib/Pig/jets3t-0.7.1.jar"/>
-	<classpathentry exported="true" kind="lib" path="build/ivy/lib/Pig/jetty-6.1.14.jar"/>
-	<classpathentry exported="true" kind="lib" path="build/ivy/lib/Pig/jetty-util-6.1.14.jar"/>
+	<classpathentry exported="true" kind="lib" path="build/ivy/lib/Pig/jetty-6.1.26.jar"/>
+	<classpathentry exported="true" kind="lib" path="build/ivy/lib/Pig/jetty-util-6.1.26.jar"/>
 	<classpathentry exported="true" kind="lib" path="build/ivy/lib/Pig/jsp-2.1-6.1.14.jar"/>
 	<classpathentry exported="true" kind="lib" path="build/ivy/lib/Pig/jsp-api-2.1-6.1.14.jar"/>
 	<classpathentry exported="true" kind="lib" path="build/ivy/lib/Pig/kfs-0.3.jar"/>

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1177112&r1=1177111&r2=1177112&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Sep 28 23:46:24 2011
@@ -132,6 +132,8 @@ PIG-2228: support partial aggregation in
 
 BUG FIXES
 
+PIG-2307: Jetty version should be updated in .eclipse.templates/.classpath, pig-template.xml and pig.pom as well (zjshen via daijy)
+
 PIG-2273: Pig.compileFromFile in embedded python fails when pig script starts with a comment (ddaniels888 via gates)
 
 PIG-2278: Wrong version numbers for libraries in eclipse template classpath (azaroth)

Modified: pig/trunk/ivy/pig-template.xml
URL: http://svn.apache.org/viewvc/pig/trunk/ivy/pig-template.xml?rev=1177112&r1=1177111&r2=1177112&view=diff
==============================================================================
--- pig/trunk/ivy/pig-template.xml (original)
+++ pig/trunk/ivy/pig-template.xml Wed Sep 28 23:46:24 2011
@@ -51,12 +51,12 @@
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>
-      <version>6.1.14</version>
+      <version>6.1.26</version>
     </dependency>
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty-util</artifactId>
-      <version>6.1.14</version>
+      <version>6.1.26</version>
     </dependency>
     <dependency>
       <groupId>tomcat</groupId>

Modified: pig/trunk/ivy/pig.pom
URL: http://svn.apache.org/viewvc/pig/trunk/ivy/pig.pom?rev=1177112&r1=1177111&r2=1177112&view=diff
==============================================================================
--- pig/trunk/ivy/pig.pom (original)
+++ pig/trunk/ivy/pig.pom Wed Sep 28 23:46:24 2011
@@ -51,12 +51,12 @@
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>
-      <version>6.1.14</version>
+      <version>6.1.26</version>
     </dependency>
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty-util</artifactId>
-      <version>6.1.14</version>
+      <version>6.1.26</version>
     </dependency>
     <dependency>
       <groupId>tomcat</groupId>