You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2018/10/19 20:25:53 UTC

svn commit: r1844376 - /knox/trunk/pom.xml

Author: krisden
Date: Fri Oct 19 20:25:53 2018
New Revision: 1844376

URL: http://svn.apache.org/viewvc?rev=1844376&view=rev
Log:
KNOX-1520 - markbook refers to wrong parent-pom version (Lars Francke via Kevin Risden)

Modified:
    knox/trunk/pom.xml

Modified: knox/trunk/pom.xml
URL: http://svn.apache.org/viewvc/knox/trunk/pom.xml?rev=1844376&r1=1844375&r2=1844376&view=diff
==============================================================================
--- knox/trunk/pom.xml (original)
+++ knox/trunk/pom.xml Fri Oct 19 20:25:53 2018
@@ -25,7 +25,7 @@
     <groupId>org.apache.hadoop.gateway</groupId>
     <artifactId>gateway-site</artifactId>
     <packaging>pom</packaging>
-    <version>1.1.0</version>
+    <version>1.0.0</version>
 
     <modules>
         <module>markbook</module>