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

svn commit: r1863621 - /turbine/fulcrum/trunk/parser/pom.xml

Author: gk
Date: Tue Jul 23 09:44:17 2019
New Revision: 1863621

URL: http://svn.apache.org/viewvc?rev=1863621&view=rev
Log:
- cleanup fulcrum parser pom

Modified:
    turbine/fulcrum/trunk/parser/pom.xml

Modified: turbine/fulcrum/trunk/parser/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parser/pom.xml?rev=1863621&r1=1863620&r2=1863621&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parser/pom.xml (original)
+++ turbine/fulcrum/trunk/parser/pom.xml Tue Jul 23 09:44:17 2019
@@ -41,7 +41,7 @@
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/parser/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/parser/</developerConnection>
-    <url>http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parser/</url>
+    <url>https://svn.apache.org/viewvc/turbine/fulcrum/trunk/parser/</url>
   </scm>
 
   <developers>
@@ -86,6 +86,15 @@
         <role>Java Developer</role>
       </roles>
     </developer>
+    <developer>
+      <name>Georg Kallidis</name>
+      <id>gk</id>
+      <email>gk@apache.org</email>
+      <organization />
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
   </developers>
 
   <dependencies>
@@ -132,12 +141,6 @@
       <version>1.0.8</version>
       <scope>test</scope>
     </dependency>
-	<dependency>
-	    <groupId>org.mockito</groupId>
-	    <artifactId>mockito-core</artifactId>
-	    <version>2.23.0</version>
-	    <scope>test</scope>
-	</dependency>
   </dependencies>
 
   <build>
@@ -145,11 +148,9 @@
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
   </build>
 
-  <properties>
+   <properties>
     <turbine.site.path>fulcrum/fulcrum-parser</turbine.site.path>
     <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/parser</turbine.scmPubCheckoutDirectory>
-    <turbine.site.cache>${project.build.directory}/turbine-sites</turbine.site.cache>
-    <siteContent.path>${project.build.directory}/staging</siteContent.path><!-- default stagingSiteURL -->
   </properties>  
 	
 </project>