Skip to Content.
Sympa Menu

notify-dpml - r1727 - in trunk/main: depot metro

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1727 - in trunk/main: depot metro
  • Date: Thu, 10 Aug 2006 16:47:32 +0200

Author: mcconnell
Date: 2006-08-10 16:47:30 +0200 (Thu, 10 Aug 2006)
New Revision: 1727

Modified:
trunk/main/depot/module.xml
trunk/main/metro/module.xml
Log:
bump decimal versions to reflect library api method addition

Modified: trunk/main/depot/module.xml
===================================================================
--- trunk/main/depot/module.xml 2006-08-09 17:04:42 UTC (rev 1726)
+++ trunk/main/depot/module.xml 2006-08-10 14:47:30 UTC (rev 1727)
@@ -40,6 +40,10 @@
<info title="DPML Depot Build Tool">
<description>Multi-project build automation tool.</description>
</info>
+ <properties>
+ <property name="project.minor.version" value="1"/>
+ <property name="project.micro.version" value="0"/>
+ </properties>
<types>
<type id="jar"/>
<part:plugin alias="true"
class="net.dpml.library.console.BuilderPlugin"/>
@@ -70,6 +74,7 @@
<property name="depot.short.filename" value="${project.name}.jar"/>
<property name="transit.short.filename" value="dpml-transit-main.jar"/>
<property name="project.jar.main.class" value="net.dpml.depot.Main"/>
+ <property name="project.micro.version" value="1"/>
</properties>
<types>
<type id="jar"/>
@@ -102,6 +107,10 @@
<info title="DPML Depot Toolkit">
<description>Antlib supporting Depot-based build
automation.</description>
</info>
+ <properties>
+ <property name="project.minor.version" value="1"/>
+ <property name="project.micro.version" value="0"/>
+ </properties>
<types>
<type id="jar"/>
<part:plugin alias="true" class="net.dpml.tools.impl.StandardBuilder"/>
@@ -139,6 +148,10 @@
<info title="DPML Checkstyle Plugin">
<description>Checkstyle plugin for Depot.</description>
</info>
+ <properties>
+ <property name="project.minor.version" value="1"/>
+ <property name="project.micro.version" value="0"/>
+ </properties>
<types>
<type id="jar"/>
<part:resource alias="true" urn="dpml:checkstyle"
path="net/dpml/tools/checkstyle/antlib.xml"/>

Modified: trunk/main/metro/module.xml
===================================================================
--- trunk/main/metro/module.xml 2006-08-09 17:04:42 UTC (rev 1726)
+++ trunk/main/metro/module.xml 2006-08-10 14:47:30 UTC (rev 1727)
@@ -136,6 +136,10 @@
type and deployment data management.
</description>
</info>
+ <properties>
+ <property name="project.minor.version" value="1"/>
+ <property name="project.micro.version" value="0"/>
+ </properties>
<types>
<type id="jar"/>
<part:resource alias="true" urn="dpml:metro"
@@ -163,6 +167,8 @@
<info title="Internal Test Package"/>
<properties>
<property name="project.javadoc.exclude" value="true"/>
+ <property name="project.minor.version" value="1"/>
+ <property name="project.micro.version" value="0"/>
</properties>
<types>
<type id="jar"/>




  • r1727 - in trunk/main: depot metro, mcconnell at BerliOS, 08/10/2006

Archive powered by MHonArc 2.6.24.

Top of Page