You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sa...@apache.org on 2006/03/13 06:36:25 UTC

svn commit: r385431 - in /jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH: project.properties project.xml

Author: sandymac
Date: Sun Mar 12 21:36:23 2006
New Revision: 385431

URL: http://svn.apache.org/viewcvs?rev=385431&view=rev
Log:
Help Maven auto extract a changelog but it isn't perfect.
See the bottom of: http://www.apache.org/dev/version-control.html

Modified:
    jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.properties
    jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.xml

Modified: jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.properties?rev=385431&r1=385430&r2=385431&view=diff
==============================================================================
--- jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.properties (original)
+++ jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.properties Sun Mar 12 21:36:23 2006
@@ -17,6 +17,8 @@
 # uncomment the next line to work in offline mode (no jar download & no linkcheck)
 #maven.mode.online=
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+maven.changelog.type=date
+maven.changelog.date=2004-06-07
 
 maven.javadoc.author=false
 maven.javadoc.overview=src/java/org/apache/commons/pool/overview.html

Modified: jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.xml?rev=385431&r1=385430&r2=385431&view=diff
==============================================================================
--- jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.xml (original)
+++ jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.xml Sun Mar 12 21:36:23 2006
@@ -161,6 +161,32 @@
       </properties>
     </dependency>
 
+    <dependency>
+      <groupId>maven</groupId>
+      <artifactId>maven-changelog-plugin</artifactId>
+      <version>1.8.2</version>
+      <url>http://maven.apache.org/maven-1.x/plugins/changelog/</url>
+      <type>plugin</type>
+      <properties>
+          <comment>
+              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.8.2 (minimum)
+          </comment>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>maven</groupId>
+      <artifactId>maven-developer-activity-plugin</artifactId>
+      <version>1.5.1</version>
+      <url>http://maven.apache.org/maven-1.x/plugins/developer-activity/</url>
+      <type>plugin</type>
+      <properties>
+          <comment>
+              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.5.2 (minimum)
+          </comment>
+      </properties>
+    </dependency>
+
   </dependencies>
 
   <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org