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/07/29 17:26:41 UTC

svn commit: r980471 - in /pivot/branches/1.5.x: charts/pom.xml core/pom.xml pom.xml web/pom.xml wtk-terra/pom.xml wtk/pom.xml

Author: gbrown
Date: Thu Jul 29 15:26:41 2010
New Revision: 980471

URL: http://svn.apache.org/viewvc?rev=980471&view=rev
Log:
Update version number in POM files.

Modified:
    pivot/branches/1.5.x/charts/pom.xml
    pivot/branches/1.5.x/core/pom.xml
    pivot/branches/1.5.x/pom.xml
    pivot/branches/1.5.x/web/pom.xml
    pivot/branches/1.5.x/wtk-terra/pom.xml
    pivot/branches/1.5.x/wtk/pom.xml

Modified: pivot/branches/1.5.x/charts/pom.xml
URL: http://svn.apache.org/viewvc/pivot/branches/1.5.x/charts/pom.xml?rev=980471&r1=980470&r2=980471&view=diff
==============================================================================
--- pivot/branches/1.5.x/charts/pom.xml (original)
+++ pivot/branches/1.5.x/charts/pom.xml Thu Jul 29 15:26:41 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-charts</artifactId>
-    <version>1.5</version>
+    <version>1.5.1</version>
     <packaging>jar</packaging>
     <name>Apache Pivot Charts</name>
     <description>Apache Pivot Charts</description>
@@ -34,7 +34,7 @@ limitations under the License.
         <dependency>
             <groupId>org.apache.pivot</groupId>
             <artifactId>pivot-wtk</artifactId>
-            <version>1.5</version>
+            <version>1.5.1</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file

Modified: pivot/branches/1.5.x/core/pom.xml
URL: http://svn.apache.org/viewvc/pivot/branches/1.5.x/core/pom.xml?rev=980471&r1=980470&r2=980471&view=diff
==============================================================================
--- pivot/branches/1.5.x/core/pom.xml (original)
+++ pivot/branches/1.5.x/core/pom.xml Thu Jul 29 15:26:41 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-core</artifactId>
-    <version>1.5</version>
+    <version>1.5.1</version>
     <packaging>jar</packaging>
     <name>Apache Pivot Core</name>
     <description>Apache Pivot Core Library</description>

Modified: pivot/branches/1.5.x/pom.xml
URL: http://svn.apache.org/viewvc/pivot/branches/1.5.x/pom.xml?rev=980471&r1=980470&r2=980471&view=diff
==============================================================================
--- pivot/branches/1.5.x/pom.xml (original)
+++ pivot/branches/1.5.x/pom.xml Thu Jul 29 15:26:41 2010
@@ -23,7 +23,7 @@ limitations under the License.
     <groupId>org.apache.pivot</groupId>
     <artifactId>pivot</artifactId>
     <packaging>pom</packaging>
-    <version>1.5</version>
+    <version>1.5.1</version>
     <organization>
         <name>Apache Software Foundation</name>
         <url>http://www.apache.org</url>

Modified: pivot/branches/1.5.x/web/pom.xml
URL: http://svn.apache.org/viewvc/pivot/branches/1.5.x/web/pom.xml?rev=980471&r1=980470&r2=980471&view=diff
==============================================================================
--- pivot/branches/1.5.x/web/pom.xml (original)
+++ pivot/branches/1.5.x/web/pom.xml Thu Jul 29 15:26:41 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</artifactId>
-    <version>1.5</version>
+    <version>1.5.1</version>
     <packaging>jar</packaging>
     <name>Apache Pivot Web</name>
     <description>Apache Pivot Web Library</description>
@@ -34,7 +34,7 @@ limitations under the License.
         <dependency>
             <groupId>org.apache.pivot</groupId>
             <artifactId>pivot-core</artifactId>
-            <version>1.5</version>
+            <version>1.5.1</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file

Modified: pivot/branches/1.5.x/wtk-terra/pom.xml
URL: http://svn.apache.org/viewvc/pivot/branches/1.5.x/wtk-terra/pom.xml?rev=980471&r1=980470&r2=980471&view=diff
==============================================================================
--- pivot/branches/1.5.x/wtk-terra/pom.xml (original)
+++ pivot/branches/1.5.x/wtk-terra/pom.xml Thu Jul 29 15:26:41 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-wtk-terra</artifactId>
-    <version>1.5</version>
+    <version>1.5.1</version>
     <packaging>jar</packaging>
     <name>Apache Pivot WTK Terra Theme</name>
     <description>Apache Pivot WTK Terra Theme Library</description>
@@ -34,7 +34,7 @@ limitations under the License.
         <dependency>
             <groupId>org.apache.pivot</groupId>
             <artifactId>pivot-wtk</artifactId>
-            <version>1.5</version>
+            <version>1.5.1</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file

Modified: pivot/branches/1.5.x/wtk/pom.xml
URL: http://svn.apache.org/viewvc/pivot/branches/1.5.x/wtk/pom.xml?rev=980471&r1=980470&r2=980471&view=diff
==============================================================================
--- pivot/branches/1.5.x/wtk/pom.xml (original)
+++ pivot/branches/1.5.x/wtk/pom.xml Thu Jul 29 15:26:41 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-wtk</artifactId>
-    <version>1.5</version>
+    <version>1.5.1</version>
     <packaging>jar</packaging>
     <name>Apache Pivot WTK</name>
     <description>Apache Pivot WTK Library</description>
@@ -34,7 +34,7 @@ limitations under the License.
         <dependency>
             <groupId>org.apache.pivot</groupId>
             <artifactId>pivot-core</artifactId>
-            <version>1.5</version>
+            <version>1.5.1</version>
         </dependency>
     </dependencies>
 </project>