Author: sgoeschl
Date: Fri Mar 27 11:04:08 2009
New Revision: 759101
URL: http://svn.apache.org/viewvc?rev=759101&view=rev
Log:
Applying a few changes as discussed with Thomas
Modified:
turbine/fulcrum/trunk/parent/pom.xml
turbine/fulcrum/trunk/parent/xdocs/changes.xml
Modified: turbine/fulcrum/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parent/pom.xml?rev=759101&r1=759100&r2=759101&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parent/pom.xml (original)
+++ turbine/fulcrum/trunk/parent/pom.xml Fri Mar 27 11:04:08 2009
@@ -240,7 +240,7 @@
</descriptorRefs>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
- </plugin>
+ </plugin>
</plugins>
</build>
@@ -357,12 +357,12 @@
<repository>
<id>apache.snapshots</id>
<name>Apache Development Snapshot Repository</name>
-
<url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+
<url>${fulcrum.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</repository>
<snapshotRepository>
<id>apache.snapshots</id>
<name>Apache Development Snapshot Repository</name>
-
<url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+
<url>${fulcrum.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</snapshotRepository>
</distributionManagement>
</profile>
@@ -439,7 +439,6 @@
<name>Apache Development Snapshot Repository</name>
<url>${fulcrum.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</snapshotRepository>
-
</distributionManagement>
<build>
<plugins>
@@ -517,8 +516,8 @@
<properties>
<!-- Default configuration for compiler source and target JVM -->
- <maven.compile.source>1.3</maven.compile.source>
- <maven.compile.target>1.3</maven.compile.target>
+ <maven.compile.source>1.4</maven.compile.source>
+ <maven.compile.target>1.4</maven.compile.target>
<!-- Default values for the download-page generation by
commons-build-plugin -->
<commons.release.name>${project.artifactId}-${fulcrum.release.version}</commons.release.name>
@@ -528,6 +527,7 @@
<fulcrum.componentid>${project.artifactId}</fulcrum.componentid>
<!-- The RC version used in the staging repository URL. -->
+ <fulcrum.release.version>${project.version}</fulcrum.release.version>
<fulcrum.rc.version>RC1</fulcrum.rc.version>
<!--
@@ -541,7 +541,7 @@
the javadoc generator use the right encoding. Subprojects may
overwrite this, if they are using another encoding.
-->
- <fulcrum.encoding>iso-8859-1</fulcrum.encoding>
+ <fulcrum.encoding>UTF-8</fulcrum.encoding>
<fulcrum.docEncoding>${fulcrum.encoding}</fulcrum.docEncoding>
<!-- maven-surefire-plugin -->
Modified: turbine/fulcrum/trunk/parent/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parent/xdocs/changes.xml?rev=759101&r1=759100&r2=759101&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parent/xdocs/changes.xml (original)
+++ turbine/fulcrum/trunk/parent/xdocs/changes.xml Fri Mar 27 11:04:08 2009
@@ -24,6 +24,20 @@
</properties>
<body>
+ <release version="2-SNAPSHOT" date="as in SVN">
+ <action dev="sgoeschl" type="update">
+ Changed the deployment protocol from "scp" to "scpexe"
+ </action>
+ <action dev="sgoeschl" type="update">
+ Changed the source and javadoc encoding from "ISO-8859-1" to "UTF-8"
+ </action>
+ <action dev="sgoeschl" type="add">
+ Moved Java source and target version from '1.4' to '1.3'
+ </action>
+ <action dev="sgoeschl" type="add">
+ Added a 'ci' profile to deploy snapshots.
+ </action>
+ </release>
<release version="1" date="2008-11-19">
<action dev="sgoeschl" type="add">
Created initial parent pom.