You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2019/07/23 18:52:44 UTC

svn commit: r1863663 - /turbine/core/trunk/pom.xml

Author: painter
Date: Tue Jul 23 18:52:44 2019
New Revision: 1863663

URL: http://svn.apache.org/viewvc?rev=1863663&view=rev
Log:
Use turbine-parent 6 (released) and fulcrum-parser 2.0.1 (released)

Modified:
    turbine/core/trunk/pom.xml

Modified: turbine/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1863663&r1=1863662&r2=1863663&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Tue Jul 23 18:52:44 2019
@@ -19,11 +19,11 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-     <groupId>org.apache.turbine</groupId>
-     <artifactId>turbine-parent</artifactId>
-     <version>6-SNAPSHOT</version>
-  </parent>
+  <parent>
+    <groupId>org.apache.turbine</groupId>
+    <artifactId>turbine-parent</artifactId>
+    <version>6</version>
+  </parent>
   <artifactId>turbine</artifactId>
   <name>Apache Turbine</name>
   <version>5.1-SNAPSHOT</version>
@@ -981,7 +981,7 @@
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-parser</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>${fulcrum.parser}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
@@ -1215,18 +1215,19 @@
       </properties>
     </profile>
   </profiles>
-
-  <properties>
-    <!-- maven.compiler setting in turbine parent -->
-    <!-- TODO: Change for release: remove development part in path "/turbine/development" --> 
-    <turbine.site.path>turbine/development/turbine-5.1</turbine.site.path>
-    <fulcrum.intake>2.0.0</fulcrum.intake>
-    <fulcrum.security>2.0.0-SNAPSHOT</fulcrum.security>
-    <slf4j.version>1.7.26</slf4j.version>
-    <dependency.check.skip>true</dependency.check.skip>
-    <torque.version>4.0</torque.version>
-    <jacoco.skip>true</jacoco.skip>
-    <doclint>none</doclint>
-  </properties>
-
+
+  <properties>
+    <!-- maven.compiler setting in turbine parent -->
+    <!-- TODO: Change for release: remove development part in path "/turbine/development" -->
+    <turbine.site.path>turbine/development/turbine-5.1</turbine.site.path>
+    <fulcrum.intake>2.0.0</fulcrum.intake>
+    <fulcrum.parser>2.0.1</fulcrum.parser>
+    <fulcrum.security>2.0.0-SNAPSHOT</fulcrum.security>
+    <slf4j.version>1.7.26</slf4j.version>
+    <dependency.check.skip>true</dependency.check.skip>
+    <torque.version>4.0</torque.version>
+    <jacoco.skip>true</jacoco.skip>
+    <doclint>none</doclint>
+  </properties>
+
 </project>