You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2018/05/28 21:48:11 UTC

[4/5] roller git commit: master is no longer 5.2.0

master is no longer 5.2.0


Project: http://git-wip-us.apache.org/repos/asf/roller/repo
Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/870e9332
Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/870e9332
Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/870e9332

Branch: refs/heads/bootstrap-ui
Commit: 870e9332ed3f0bf57eea9bf37518bea577ac1f43
Parents: 76672ce
Author: Dave Johnson <sn...@gmail.com>
Authored: Sat May 19 14:46:41 2018 -0400
Committer: Dave Johnson <sn...@gmail.com>
Committed: Sat May 19 14:46:41 2018 -0400

----------------------------------------------------------------------
 app/pom.xml              | 2 +-
 assembly-release/pom.xml | 2 +-
 it-selenium/pom.xml      | 2 +-
 pom.xml                  | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/roller/blob/870e9332/app/pom.xml
----------------------------------------------------------------------
diff --git a/app/pom.xml b/app/pom.xml
index 3493026..6d7df1c 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.3.0-SNAPSHOT/</version>
+        <version>5.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/roller/blob/870e9332/assembly-release/pom.xml
----------------------------------------------------------------------
diff --git a/assembly-release/pom.xml b/assembly-release/pom.xml
index b958cd1..d7370f2 100644
--- a/assembly-release/pom.xml
+++ b/assembly-release/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.3.0-SNAPSHOT/</version>
+        <version>5.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/roller/blob/870e9332/it-selenium/pom.xml
----------------------------------------------------------------------
diff --git a/it-selenium/pom.xml b/it-selenium/pom.xml
index 104dd9c..6e21406 100644
--- a/it-selenium/pom.xml
+++ b/it-selenium/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.3.0-SNAPSHOT/</version>
+        <version>5.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/roller/blob/870e9332/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c60f42c..2919ae1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.roller</groupId>
     <artifactId>roller-project</artifactId>
-    <version>5.3.0-SNAPSHOT/</version>
+    <version>5.3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <prerequisites>
@@ -47,7 +47,7 @@ limitations under the License.
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <derby.version>10.11.1.1</derby.version>
-        <roller.version>5.3.0-SNAPSHOT/</roller.version>
+        <roller.version>5.3.0-SNAPSHOT</roller.version>
     </properties>
 
     <modules>