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 2021/09/15 09:09:37 UTC

[turbine-core] branch trunk updated: update scm to git in pom.xml

This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6121167  update scm to git in pom.xml
6121167 is described below

commit 612116795adae0689e51dc3aca26a35aed92a0b8
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Wed Sep 15 11:09:09 2021 +0200

    update scm to git in pom.xml
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5554be8..7569821 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.turbine</groupId>
     <artifactId>turbine-parent</artifactId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
   </parent>
   <artifactId>turbine</artifactId>
   <name>Apache Turbine</name>
@@ -481,11 +481,12 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/turbine/core/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/core/trunk</developerConnection>
-    <url>https://svn.apache.org/viewcvs/turbine/core/trunk/</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-core.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-core.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf/turbine-core.git</url>
   </scm>
 
+  
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>
@@ -1292,8 +1293,7 @@
 
   <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>
+    <turbine.site.path>turbine-core</turbine.site.path>
     <fulcrum.intake>2.0.0</fulcrum.intake>
     <fulcrum.parser>2.0.1</fulcrum.parser>
     <fulcrum.security>2.0.1-SNAPSHOT</fulcrum.security>