|
From: <ma...@us...> - 2007-01-05 13:59:28
|
Revision: 237
http://svn.sourceforge.net/objectlabkit/?rev=237&view=rev
Author: marchy
Date: 2007-01-05 05:59:28 -0800 (Fri, 05 Jan 2007)
Log Message:
-----------
tweaking m2 pom's - changed version to 1.1-SNAPSHOT
Modified Paths:
--------------
trunk/datecalc-common/pom.xml
trunk/datecalc-jdk/pom.xml
trunk/datecalc-joda/pom.xml
trunk/pom.xml
Modified: trunk/datecalc-common/pom.xml
===================================================================
--- trunk/datecalc-common/pom.xml 2007-01-04 21:11:42 UTC (rev 236)
+++ trunk/datecalc-common/pom.xml 2007-01-05 13:59:28 UTC (rev 237)
@@ -16,12 +16,12 @@
<parent>
<groupId>net.objectlab.kit.datecalc</groupId>
<artifactId>datecalc</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
</parent>
<artifactId>datecalc-common</artifactId>
<packaging>jar</packaging>
<name>DateCalc commons</name>
- <description>Common Date Calculator methods</description>
+ <description>Common Date Calculator Code</description>
</project>
\ No newline at end of file
Modified: trunk/datecalc-jdk/pom.xml
===================================================================
--- trunk/datecalc-jdk/pom.xml 2007-01-04 21:11:42 UTC (rev 236)
+++ trunk/datecalc-jdk/pom.xml 2007-01-05 13:59:28 UTC (rev 237)
@@ -15,7 +15,7 @@
<parent>
<groupId>net.objectlab.kit.datecalc</groupId>
<artifactId>datecalc</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
</parent>
<artifactId>datecalc-jdk</artifactId>
@@ -27,7 +27,7 @@
<dependency>
<groupId>net.objectlab.kit.datecalc</groupId>
<artifactId>datecalc-common</artifactId>
- <version>${pom.version}</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
Modified: trunk/datecalc-joda/pom.xml
===================================================================
--- trunk/datecalc-joda/pom.xml 2007-01-04 21:11:42 UTC (rev 236)
+++ trunk/datecalc-joda/pom.xml 2007-01-05 13:59:28 UTC (rev 237)
@@ -8,7 +8,7 @@
<parent>
<groupId>net.objectlab.kit.datecalc</groupId>
<artifactId>datecalc</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
</parent>
<artifactId>datecalc-joda</artifactId>
@@ -20,7 +20,7 @@
<dependency>
<groupId>net.objectlab.kit.datecalc</groupId>
<artifactId>datecalc-common</artifactId>
- <version>${pom.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2007-01-04 21:11:42 UTC (rev 236)
+++ trunk/pom.xml 2007-01-05 13:59:28 UTC (rev 237)
@@ -8,7 +8,7 @@
<artifactId>datecalc</artifactId>
<packaging>pom</packaging>
<name>ObjectLab Kit</name>
- <version>1.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
<url>http://objectlabkit.sourceforge.net/</url>
<description>
ObjectLab Kit provides a generic Business Calendar for calculating dates given set(s) of holidays. Why
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|