Author: taylor
Date: Fri Oct 23 00:02:10 2015
New Revision: 1710113
URL: http://svn.apache.org/viewvc?rev=1710113&view=rev
Log:
JS2-1342: upgrade archetype dependencies for 2.3.1, minor improvements to
archetype
Added:
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/build.properties
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/build.xml
(with props)
Modified:
portals/jetspeed-2/portal/trunk/applications/jetspeed-demo/jetspeed-mvn-demo-pom.xml
portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/decoration/BaseDecoration.java
portals/jetspeed-2/portal/trunk/enterprise/ear-full/pom.xml
portals/jetspeed-2/portal/trunk/enterprise/ear-min/pom.xml
portals/jetspeed-2/portal/trunk/enterprise/pom.xml
portals/jetspeed-2/portal/trunk/jetspeed-archetype/pom.xml
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/pom.xml
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/pom.xml
portals/jetspeed-2/portal/trunk/jetspeed-installer/BUILD.txt
portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml
portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/build.xml
portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/database/database.properties.template
portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-ant-installer-pom.xml
portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-database-pom.xml
portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-tomcat-portal-pom.xml
portals/jetspeed-2/portal/trunk/jetspeed-installer/pom.xml
portals/jetspeed-2/portal/trunk/jetspeed-mvn-db-init-pom.xml
portals/jetspeed-2/portal/trunk/src/site/site.xml
Modified:
portals/jetspeed-2/portal/trunk/applications/jetspeed-demo/jetspeed-mvn-demo-pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed-demo/jetspeed-mvn-demo-pom.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/applications/jetspeed-demo/jetspeed-mvn-demo-pom.xml
(original)
+++
portals/jetspeed-2/portal/trunk/applications/jetspeed-demo/jetspeed-mvn-demo-pom.xml
Fri Oct 23 00:02:10 2015
@@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>applications</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
Modified:
portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/decoration/BaseDecoration.java
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/decoration/BaseDecoration.java?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/decoration/BaseDecoration.java
(original)
+++
portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/decoration/BaseDecoration.java
Fri Oct 23 00:02:10 2015
@@ -141,7 +141,7 @@ public class BaseDecoration implements D
}
else
{
- this.portalStylesheet = null;
+ this.portalStylesheet = config.getProperty( "stylesheet.portal",
DEFAULT_PORTAL_STYLE_SHEET );
this.desktopStylesheet = null;
}
Modified: portals/jetspeed-2/portal/trunk/enterprise/ear-full/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/enterprise/ear-full/pom.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/enterprise/ear-full/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/enterprise/ear-full/pom.xml Fri Oct 23
00:02:10 2015
@@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>jetspeed-enterprise</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>ear</packaging>
Modified: portals/jetspeed-2/portal/trunk/enterprise/ear-min/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/enterprise/ear-min/pom.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/enterprise/ear-min/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/enterprise/ear-min/pom.xml Fri Oct 23
00:02:10 2015
@@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>jetspeed-enterprise</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>ear</packaging>
Modified: portals/jetspeed-2/portal/trunk/enterprise/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/enterprise/pom.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/enterprise/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/enterprise/pom.xml Fri Oct 23 00:02:10 2015
@@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>jetspeed-2</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: portals/jetspeed-2/portal/trunk/jetspeed-archetype/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-archetype/pom.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/jetspeed-archetype/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/jetspeed-archetype/pom.xml Fri Oct 23
00:02:10 2015
@@ -77,7 +77,7 @@
<resources>
<resource>
<path>seed/min</path>
- <include>j2-ui-seed.xml</include>
+ <include>j2-seed.xml</include>
<destination>archetype-resources/__rootArtifactId__-portal/src/sql/min</destination>
<name>j2-seed.xml</name>
</resource>
@@ -117,7 +117,7 @@
<targetDirectory>${project.build.outputDirectory}</targetDirectory>
<resources>
<resource>
- <path>WEB-INF/min-ui-pages</path>
+ <path>WEB-INF/min-pages</path>
<include>**/*</include>
<destination>archetype-resources/__rootArtifactId__-portal/src/main/webapp/WEB-INF/pages</destination>
<overwrite>false</overwrite>
Modified:
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
(original)
+++
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
Fri Oct 23 00:02:10 2015
@@ -23,6 +23,8 @@
<directory></directory>
<includes>
<include>jetspeed-mvn-settings.xml</include>
+ <include>build.xml</include>
+ <include>build.properties</include>
</includes>
</fileSet>
</fileSets>
Modified:
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/pom.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/pom.xml
(original)
+++
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/pom.xml
Fri Oct 23 00:02:10 2015
@@ -141,26 +141,26 @@
</dependency>
</dependencies>
</plugin>
- <plugin>
- <groupId>org.apache.portals.jetspeed-2</groupId>
- <artifactId>jetspeed-fileutils-maven-plugin</artifactId>
- <version>${dollar}{org.apache.portals.jetspeed.version}</version>
- <executions>
- <execution>
- <id>configure-jetspeed-properties</id>
- <goals>
- <goal>event</goal>
- </goals>
- <phase>process-resources</phase>
- <configuration>
-
<srcFilePath>${dollar}{project.build.directory}/${dollar}{project.build.finalName}/WEB-INF/conf/jetspeed.properties</srcFilePath>
-
<editPattern>^jetui.customization.method%5Cs*=.*%24</editPattern><!-- use %24
for '$' and %5C for '\' -->
-
<replacePattern>jetui.customization.method%20=%20ajax</replacePattern><!-- use
%20 for space -->
- <event>edit</event>
- </configuration>
- </execution>
- </executions>
- </plugin>
+ <!--<plugin>-->
+ <!--<groupId>org.apache.portals.jetspeed-2</groupId>-->
+ <!--<artifactId>jetspeed-fileutils-maven-plugin</artifactId>-->
+
<!--<version>${dollar}{org.apache.portals.jetspeed.version}</version>-->
+ <!--<executions>-->
+ <!--<execution>-->
+ <!--<id>configure-jetspeed-properties</id>-->
+ <!--<goals>-->
+ <!--<goal>event</goal>-->
+ <!--</goals>-->
+ <!--<phase>process-resources</phase>-->
+ <!--<configuration>-->
+
<!--<srcFilePath>${dollar}{project.build.directory}/${dollar}{project.build.finalName}/WEB-INF/conf/jetspeed.properties</srcFilePath>-->
+
<!--<editPattern>^jetui.customization.method%5Cs*=.*%24</editPattern><!–
use %24 for '$' and %5C for '\' –>-->
+
<!--<replacePattern>jetui.customization.method%20=%20ajax</replacePattern><!–
use %20 for space –>-->
+ <!--<event>edit</event>-->
+ <!--</configuration>-->
+ <!--</execution>-->
+ <!--</executions>-->
+ <!--</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Added:
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/build.properties
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/build.properties?rev=1710113&view=auto
==============================================================================
---
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/build.properties
(added)
+++
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/build.properties
Fri Oct 23 00:02:10 2015
@@ -0,0 +1,10 @@
+# general properties
+portal.name = jetexpress
+pa.name = jetexpress-pa
+
+# development deployment properties
+app.server.home = ${user.home}/tomcat/jetexpress
+
+# XML Seed target
+seed.file = ./jetexpress-portal/src/sq/min/j2-seed.xml
+
Added:
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/build.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/build.xml?rev=1710113&view=auto
==============================================================================
---
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/build.xml
(added)
+++
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/build.xml
Fri Oct 23 00:02:10 2015
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project name="jetexpress" default="delta" basedir=".">
+
+<property file="build.properties"/>
+
+
+<!--
+ Development Targets
+ -->
+
+<target name='decorators'>
+ <copy
todir="${app.server.home}/webapps/${portal.name}/decorations/layout/">
+ <fileset
dir="./${portal.name}-portal/src/main/webapp/decorations/layout/"/>
+ </copy>
+ <copy
todir="${app.server.home}/webapps/${portal.name}/decorations/portlet/">
+ <fileset
dir="./${portal.name}-portal/src/main/webapp/decorations/portlet/"/>
+ </copy>
+</target>
+
+<target name='pages'>
+ <copy todir="${app.server.home}/webapps/${portal.name}/WEB-INF/pages/">
+ <fileset dir="./${portal.name}-portal/src/main/webapp/WEB-INF/pages/"/>
+ </copy>
+</target>
+
+<target name='config'>
+ <copy
todir="${app.server.home}/webapps/${portal.name}/WEB-INF/assembly/">
+ <fileset
dir="./${portal.name}-portal/src/main/webapp/WEB-INF/assembly/"/>
+ </copy>
+ <copy todir="${app.server.home}/webapps/${portal.name}/WEB-INF/conf/">
+ <fileset dir="./${portal.name}-portal/src/main/webapp/WEB-INF/conf/"/>
+ </copy>
+</target>
+
+
+<target name='delta'>
+ <antcall target='decorators'/>
+ <antcall target='pages'/>
+ <antcall target='config'/>
+</target>
+
+<target name='deploy.pa'>
+ <echo>Deploying PA to ${app.server.home} ...</echo>
+ <copy
tofile="${app.server.home}/webapps/${portal.name}/WEB-INF/deploy/${pa.name}.war">
+ <fileset file="${pa.name}/target/${pa.name}.war"/>
+ </copy>
+</target>
+
+
+</project>
Propchange:
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/build.xml
------------------------------------------------------------------------------
svn:executable = *
Modified:
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/pom.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/pom.xml
(original)
+++
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/pom.xml
Fri Oct 23 00:02:10 2015
@@ -31,7 +31,7 @@
<packaging>pom</packaging>
<properties>
-
<org.apache.portals.jetspeed.version>2.3.0-SNAPSHOT</org.apache.portals.jetspeed.version>
+
<org.apache.portals.jetspeed.version>2.3.1-SNAPSHOT</org.apache.portals.jetspeed.version>
<org.apache.pluto.version>2.0.3</org.apache.pluto.version>
<org.apache.portals.applications.apa-logging.version>1.1</org.apache.portals.applications.apa-logging.version>
<ccpp.version>1.0</ccpp.version>
Modified: portals/jetspeed-2/portal/trunk/jetspeed-installer/BUILD.txt
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-installer/BUILD.txt?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/jetspeed-installer/BUILD.txt (original)
+++ portals/jetspeed-2/portal/trunk/jetspeed-installer/BUILD.txt Fri Oct 23
00:02:10 2015
@@ -22,8 +22,8 @@ should be used as follows:
The self executing installer can be found in the maven target directory
after the build:
-jetspeed-installer-2.3.0-SNAPSHOT.jar
+jetspeed-installer-2.3.1-SNAPSHOT.jar
It can be run simply enough:
-> java -jar jetspeed-installer-2.3.0-SNAPSHOT.jar
+> java -jar jetspeed-installer-2.3.1-SNAPSHOT.jar
Modified:
portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml
(original)
+++
portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml
Fri Oct 23 00:02:10 2015
@@ -23,11 +23,11 @@
"http://antinstaller.sourceforge.net/dtd/antinstall-config-0.8.dtd">
-->
-<installer ui="swing,text" lookAndFeel="jgoodies" name="Jetspeed Enterprise
Portal 2.3.0-SNAPSHOT Installer"
+<installer ui="swing,text" lookAndFeel="jgoodies" name="Jetspeed Enterprise
Portal 2.3.1-SNAPSHOT Installer"
windowIcon="/resources/feather-small.png"
defaultImageResource="/resources/Jetspeed_blue_med.png" minJavaVersion="1.5"
wide="700:250" antialiased="true" finishButtonText="Install or Execute"
debug="true" verbose="true">
- <page type="input" name="intro" displayText="Welcome to the Jetspeed
Enterprise Portal 2.3.0-SNAPSHOT">
+ <page type="input" name="intro" displayText="Welcome to the Jetspeed
Enterprise Portal 2.3.1-SNAPSHOT">
<comment displayText="" />
<comment displayText="This installer will guide you through setting up the
Jetspeed Portal or" />
<comment displayText="performing portal database maintenance tasks." />
@@ -61,8 +61,8 @@
</page>
<page type="input" name="properties" displayText="Installation location"
ifProperty="${operation}=install">
- <directory property="installDir"
defaultValue="${java.user.home}/Jetspeed-2.3.0-SNAPSHOT"
- defaultValueWin="C:\Apache\Jetspeed-2.3.0-SNAPSHOT" displayText="Select
an installation directory" create="true"
+ <directory property="installDir"
defaultValue="${java.user.home}/Jetspeed-2.3.1-SNAPSHOT"
+ defaultValueWin="C:\Apache\Jetspeed-2.3.1-SNAPSHOT" displayText="Select
an installation directory" create="true"
checkExists="true" />
<comment displayText=""/>
<comment displayText="Warning: on Windows, the location must not contain
spaces." bold="true"/>
@@ -71,7 +71,7 @@
<page type="input" name="properties" displayText="Temporary installation
location" ifProperty="${operation}!=install">
<comment displayText="Select temporary directory requried by installer if
necessary." />
<comment displayText="" />
- <directory property="installDir"
defaultValue="${java.java.io.tmpdir}/Jetspeed-2.3.0-SNAPSHOT"
+ <directory property="installDir"
defaultValue="${java.java.io.tmpdir}/Jetspeed-2.3.1-SNAPSHOT"
displayText="Enter temporary directory"/>
</page>
@@ -99,7 +99,7 @@
<page type="input" name="requiredComponents" displayText="Components
selection, (Demo)"
ifProperty="(${operation}=install) AND (${installationType}=demo)">
<hidden property="setupDBAntTarget" value="runSetupNoDB" />
- <comment displayText="Jetspeed Enterprise Portal version 2.3.0-SNAPSHOT,
(Demo)" bold="true" />
+ <comment displayText="Jetspeed Enterprise Portal version 2.3.1-SNAPSHOT,
(Demo)" bold="true" />
<target displayText="Tomcat 7.0.62 Webserver" target="install"
defaultValue="true" force="true" />
<checkbox displayText="Jetspeed Portal" property="dummy"
defaultValue="true" force="true" />
<checkbox displayText="Jetspeed Layout Portlets" property="dummy"
defaultValue="true" force="true" />
@@ -114,7 +114,7 @@
<page type="input" name="requiredComponents" displayText="Components
selection, (Minimal)"
ifProperty="(${operation}=install) AND (${installationType}=minimal)">
<hidden property="setupDBAntTarget" value="runSetupNoDB" />
- <comment displayText="Jetspeed Enterprise Portal version 2.3.0-SNAPSHOT"
bold="true" />
+ <comment displayText="Jetspeed Enterprise Portal version 2.3.1-SNAPSHOT"
bold="true" />
<target displayText="Tomcat 7.0.62 Webserver" target="install"
defaultValue="true" force="true" />
<checkbox displayText="Jetspeed Portal" property="dummy"
defaultValue="true" force="true" />
<checkbox displayText="Jetspeed Layout Portlets" property="dummy"
defaultValue="true" force="true" />
Modified:
portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/build.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/build.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/build.xml
(original)
+++
portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/build.xml
Fri Oct 23 00:02:10 2015
@@ -36,7 +36,7 @@
<fileset dir="${installDir}" includes="**/*"/>
</delete>
- <echo>Installing Jetspeed-2.3.0-SNAPSHOT Enterprise Portal</echo>
+ <echo>Installing Jetspeed-2.3.1-SNAPSHOT Enterprise Portal</echo>
<unzip src="${antinstaller.jar}" dest="${installDir}">
<patternset>
<include name="tomcat-portal.zip" />
Modified:
portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/database/database.properties.template
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/database/database.properties.template?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/database/database.properties.template
(original)
+++
portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/database/database.properties.template
Fri Oct 23 00:02:10 2015
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-; Jetspeed Enterprise Portal 2.3.0-SNAPSHOT Database setup configuration
+; Jetspeed Enterprise Portal 2.3.1-SNAPSHOT Database setup configuration
; db.type supported values: db2, derby, mssql, mysql, oracle, postgresql, sapdb
[email protected]@
Modified:
portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-ant-installer-pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-ant-installer-pom.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-ant-installer-pom.xml
(original)
+++
portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-ant-installer-pom.xml
Fri Oct 23 00:02:10 2015
@@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>jetspeed-2</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
Modified:
portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-database-pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-database-pom.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-database-pom.xml
(original)
+++
portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-database-pom.xml
Fri Oct 23 00:02:10 2015
@@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>jetspeed-2</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
Modified:
portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-tomcat-portal-pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-tomcat-portal-pom.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-tomcat-portal-pom.xml
(original)
+++
portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-tomcat-portal-pom.xml
Fri Oct 23 00:02:10 2015
@@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>jetspeed-2</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
Modified: portals/jetspeed-2/portal/trunk/jetspeed-installer/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-installer/pom.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/jetspeed-installer/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/jetspeed-installer/pom.xml Fri Oct 23
00:02:10 2015
@@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>jetspeed-2</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<build>
Modified: portals/jetspeed-2/portal/trunk/jetspeed-mvn-db-init-pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-mvn-db-init-pom.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/jetspeed-mvn-db-init-pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/jetspeed-mvn-db-init-pom.xml Fri Oct 23
00:02:10 2015
@@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>jetspeed-2</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
Modified: portals/jetspeed-2/portal/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/src/site/site.xml?rev=1710113&r1=1710112&r2=1710113&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/src/site/site.xml (original)
+++ portals/jetspeed-2/portal/trunk/src/site/site.xml Fri Oct 23 00:02:10 2015
@@ -25,7 +25,7 @@
<skin>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>jetspeed-maven-skin</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</skin>
<body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]