You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2010/08/03 22:12:02 UTC

svn commit: r982022 - /pivot/branches/1.5.x/web-server/pom.xml

Author: gbrown
Date: Tue Aug  3 20:12:02 2010
New Revision: 982022

URL: http://svn.apache.org/viewvc?rev=982022&view=rev
Log:
Update version number for web-server POM.

Modified:
    pivot/branches/1.5.x/web-server/pom.xml

Modified: pivot/branches/1.5.x/web-server/pom.xml
URL: http://svn.apache.org/viewvc/pivot/branches/1.5.x/web-server/pom.xml?rev=982022&r1=982021&r2=982022&view=diff
==============================================================================
--- pivot/branches/1.5.x/web-server/pom.xml (original)
+++ pivot/branches/1.5.x/web-server/pom.xml Tue Aug  3 20:12:02 2010
@@ -23,10 +23,10 @@ limitations under the License.
     <parent>
         <groupId>org.apache.pivot</groupId>
         <artifactId>pivot</artifactId>
-        <version>1.5</version>
+        <version>1.5.1</version>
     </parent>
     <artifactId>pivot-web-server</artifactId>
-    <version>1.5</version>
+    <version>1.5.1</version>
     <packaging>jar</packaging>
     <name>Apache Pivot Web Server</name>
     <description>Apache Pivot Web Server Library</description>
@@ -34,12 +34,12 @@ limitations under the License.
         <dependency>
             <groupId>org.apache.pivot</groupId>
             <artifactId>pivot-core</artifactId>
-            <version>1.5</version>
+            <version>1.5.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.pivot</groupId>
             <artifactId>pivot-web</artifactId>
-            <version>1.5</version>
+            <version>1.5.1</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file