Author: gk
Date: Thu Jun 25 11:28:25 2020
New Revision: 1879181

URL: http://svn.apache.org/viewvc?rev=1879181&view=rev
Log:
- updating to turbine parent 7
- deactivating jetty
- add build info

Modified:
    turbine/fulcrum/trunk/README.txt
    turbine/fulcrum/trunk/json/pom.xml
    turbine/fulcrum/trunk/pom.xml
    turbine/fulcrum/trunk/security/pom.xml
    turbine/fulcrum/trunk/site/pom.xml
    turbine/fulcrum/trunk/testcontainer/pom.xml
    turbine/fulcrum/trunk/yaafi-crypto/pom.xml

Modified: turbine/fulcrum/trunk/README.txt
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/README.txt?rev=1879181&r1=1879180&r2=1879181&view=diff
==============================================================================
--- turbine/fulcrum/trunk/README.txt (original)
+++ turbine/fulcrum/trunk/README.txt Thu Jun 25 11:28:25 2020
@@ -28,7 +28,7 @@ be used within any Avalon-compatible con
 --------------------------------------------------------------------------
 B U I L D I N G
 --------------------------------------------------------------------------
-You must have Maven 2.x. or 3.x
+You must have Maven 3.x
 
 Building the Fulcrum from SVN is very easy.  Fulcrum has been
 Maven-enabled.  Please refer to the Maven Getting Started document for
@@ -67,6 +67,8 @@ Steps
   mvn release:prepare -DdryRun=true -DautoVersionSubmodules=true 
-Papache-release 
   // single
   mvn release:prepare -DdryRun=true -Papache-release 
+  // or to skip dependency check
+  mvn release:prepare -DdryRun=true -Papache-release 
-Ddependency.check.skip=true -DautoUpdate=false
   // 
   mvn release:clean
 

Modified: turbine/fulcrum/trunk/json/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/json/pom.xml?rev=1879181&r1=1879180&r2=1879181&view=diff
==============================================================================
--- turbine/fulcrum/trunk/json/pom.xml (original)
+++ turbine/fulcrum/trunk/json/pom.xml Thu Jun 25 11:28:25 2020
@@ -21,7 +21,7 @@
    <parent>
        <artifactId>turbine-parent</artifactId>
        <groupId>org.apache.turbine</groupId>
-       <version>7-SNAPSHOT</version>
+       <version>7</version>
        <relativePath />
    </parent>
     <modelVersion>4.0.0</modelVersion>

Modified: turbine/fulcrum/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/pom.xml?rev=1879181&r1=1879180&r2=1879181&view=diff
==============================================================================
--- turbine/fulcrum/trunk/pom.xml (original)
+++ turbine/fulcrum/trunk/pom.xml Thu Jun 25 11:28:25 2020
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>turbine-parent</artifactId>
        <groupId>org.apache.turbine</groupId>
-       <version>6</version>
+       <version>7</version>
   </parent>
   <artifactId>fulcrum</artifactId>
   <packaging>pom</packaging>
@@ -57,8 +57,9 @@
     <!-- Potentially dormant modules -->
     <module>commonsemail</module>
     <module>configuration/impl</module>    
-    <module>hsqldb</module>    
-    <module>jetty</module>    
+    <module>hsqldb</module>
+    <!-- needs upgrade to eclipse jetty -->    
+    <!--module>jetty</module-->    
     <module>pbe</module>    
     <module>resourcemanager</module>    
     <module>groovy</module>    

Modified: turbine/fulcrum/trunk/security/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/pom.xml?rev=1879181&r1=1879180&r2=1879181&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/pom.xml (original)
+++ turbine/fulcrum/trunk/security/pom.xml Thu Jun 25 11:28:25 2020
@@ -21,7 +21,7 @@
    <parent>
        <artifactId>turbine-parent</artifactId>
        <groupId>org.apache.turbine</groupId>
-       <version>7-SNAPSHOT</version>
+       <version>7</version>
        <relativePath />
    </parent>
     <modelVersion>4.0.0</modelVersion>

Modified: turbine/fulcrum/trunk/site/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/site/pom.xml?rev=1879181&r1=1879180&r2=1879181&view=diff
==============================================================================
--- turbine/fulcrum/trunk/site/pom.xml (original)
+++ turbine/fulcrum/trunk/site/pom.xml Thu Jun 25 11:28:25 2020
@@ -23,7 +23,7 @@
   <parent>
        <artifactId>turbine-parent</artifactId>
        <groupId>org.apache.turbine</groupId>
-       <version>7-SNAPSHOT</version>
+       <version>7</version>
   </parent>
   
   <groupId>org.apache.fulcrum</groupId>

Modified: turbine/fulcrum/trunk/testcontainer/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/pom.xml?rev=1879181&r1=1879180&r2=1879181&view=diff
==============================================================================
--- turbine/fulcrum/trunk/testcontainer/pom.xml (original)
+++ turbine/fulcrum/trunk/testcontainer/pom.xml Thu Jun 25 11:28:25 2020
@@ -15,7 +15,7 @@
        <parent>
                <artifactId>turbine-parent</artifactId>
                <groupId>org.apache.turbine</groupId>
-               <version>7-SNAPSHOT</version>
+               <version>7</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>

Modified: turbine/fulcrum/trunk/yaafi-crypto/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi-crypto/pom.xml?rev=1879181&r1=1879180&r2=1879181&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi-crypto/pom.xml (original)
+++ turbine/fulcrum/trunk/yaafi-crypto/pom.xml Thu Jun 25 11:28:25 2020
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>turbine-parent</artifactId>
        <groupId>org.apache.turbine</groupId>
-       <version>7-SNAPSHOT</version>
+       <version>7</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>


Reply via email to