| 
      
      
      From: <be...@us...> - 2010-03-02 19:47:35
       | 
| Revision: 289
          http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=289&view=rev
Author:   benoitx
Date:     2010-03-02 19:47:21 +0000 (Tue, 02 Mar 2010)
Log Message:
-----------
Moving towards 1.2.0
Modified Paths:
--------------
    trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-03-01 18:17:11 UTC (rev 288)
+++ trunk/pom.xml	2010-03-02 19:47:21 UTC (rev 289)
@@ -4,7 +4,7 @@
 
     <groupId>net.objectlab.kit.datecalc</groupId>
     <artifactId>datecalc</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <packaging>pom</packaging>
 
     <modules>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <be...@us...> - 2010-03-11 19:40:58
       | 
| Revision: 296
          http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=296&view=rev
Author:   benoitx
Date:     2010-03-11 19:40:51 +0000 (Thu, 11 Mar 2010)
Log Message:
-----------
adding a profile "code-sign" for gpg signature when doing a release.
Modified Paths:
--------------
    trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-03-09 07:07:57 UTC (rev 295)
+++ trunk/pom.xml	2010-03-11 19:40:51 UTC (rev 296)
@@ -1,235 +1,259 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    <modelVersion>4.0.0</modelVersion>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
 
-    <groupId>net.objectlab.kit.datecalc</groupId>
-    <artifactId>datecalc</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
-    <packaging>pom</packaging>
+	<groupId>net.objectlab.kit.datecalc</groupId>
+	<artifactId>datecalc</artifactId>
+	<version>1.2.0-SNAPSHOT</version>
+	<packaging>pom</packaging>
 
-    <modules>
-        <module>datecalc-common</module>
-        <module>datecalc-jdk</module>
-        <module>datecalc-joda</module>
-    </modules>
+	<modules>
+		<module>datecalc-common</module>
+		<module>datecalc-jdk</module>
+		<module>datecalc-joda</module>
+	</modules>
 
-    <name>ObjectLab Kit</name>
+	<name>ObjectLab Kit</name>
 
-    <description>
+	<description>
         ObjectLab Kit provides a generic Business Calendar for calculating dates given set(s) of holidays.
         Why re-invent the wheel?
    </description>
 
-    <inceptionYear>2006</inceptionYear>
-    <url>http://objectlabkit.sourceforge.net/</url>
+	<inceptionYear>2006</inceptionYear>
+	<url>http://objectlabkit.sourceforge.net/</url>
 
-    <organization>
-        <name>Appendium - Portfolio Financing Platform</name>
-        <url>http://www.appendium.com/</url>
-    </organization>
+	<organization>
+		<name>Appendium - Portfolio Financing Platform</name>
+		<url>http://www.appendium.com/</url>
+	</organization>
 
-    <developers>
-        <developer>
-            <id>benoitx</id>
-            <name>Benoit Xhenseval</name>
-            <roles>
-                <role>Team Leader</role>
-                <role>Developer</role>
-            </roles>
-            <organization>Appendium Ltd</organization>
-            <organizationUrl>http://www.appendium.com/</organizationUrl>
-            <email>kit AT appendium DOT com</email>
-            <timezone>+0</timezone>
-        </developer>
-        <developer>
-            <id>marchy</id>
-            <name>Marcin Jekot</name>
-            <roles>
-                <role>Developer</role>
-            </roles>
-            <organization>ObjectLab Ltd</organization>
-            <organizationUrl>http://www.objectlab.co.uk/</organizationUrl>
-            <email>marchy AT users DOT users DOT sourceforge DOT net</email>
-            <timezone>+2</timezone>
-        </developer>
-    </developers>
+	<developers>
+		<developer>
+			<id>benoitx</id>
+			<name>Benoit Xhenseval</name>
+			<roles>
+				<role>Team Leader</role>
+				<role>Developer</role>
+			</roles>
+			<organization>Appendium Ltd</organization>
+			<organizationUrl>http://www.appendium.com/</organizationUrl>
+			<email>kit AT appendium DOT com</email>
+			<timezone>+0</timezone>
+		</developer>
+		<developer>
+			<id>marchy</id>
+			<name>Marcin Jekot</name>
+			<roles>
+				<role>Developer</role>
+			</roles>
+			<organization>ObjectLab Ltd</organization>
+			<organizationUrl>http://www.objectlab.co.uk/</organizationUrl>
+			<email>marchy AT users DOT users DOT sourceforge DOT net</email>
+			<timezone>+2</timezone>
+		</developer>
+	</developers>
 
-    <licenses>
-        <license>
-            <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-        </license>
-    </licenses>
+	<licenses>
+		<license>
+			<name>The Apache Software License, Version 2.0</name>
+			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
 
-    <mailingLists>
-        <mailingList>
-            <name>News about ObjectLab's projects (Alerts online)</name>
-            <subscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-news</subscribe>
-            <unsubscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-news</unsubscribe>
-            <post />
-            <archive>http://sourceforge.net/mailarchive/forum.php?forum=objectlabkit-news</archive>
-        </mailingList>
-        <mailingList>
-            <name>Kit Announcements</name>
-            <subscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-announce</subscribe>
-            <unsubscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-announce</unsubscribe>
-            <post />
-            <archive>http://sourceforge.net/mailarchive/forum.php?forum=objectlabkit-announce</archive>
-        </mailingList>
-        <mailingList>
-            <name>Kit User</name>
-            <subscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-user</subscribe>
-            <unsubscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-user</unsubscribe>
-            <post>obj...@li...</post>
-            <archive>http://sourceforge.net/mailarchive/forum.php?forum=objectlabkit-user</archive>
-        </mailingList>
-        <mailingList>
-            <name>Kit Developers (SVN checkins)</name>
-            <subscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-svn</subscribe>
-            <unsubscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-svn</unsubscribe>
-            <post />
-            <archive>http://sourceforge.net/mailarchive/forum.php?forum=objectlabkit-svn</archive>
-        </mailingList>
-    </mailingLists>
+	<mailingLists>
+		<mailingList>
+			<name>News about ObjectLab's projects (Alerts online)</name>
+			<subscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-news</subscribe>
+			<unsubscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-news</unsubscribe>
+			<post />
+			<archive>http://sourceforge.net/mailarchive/forum.php?forum=objectlabkit-news</archive>
+		</mailingList>
+		<mailingList>
+			<name>Kit Announcements</name>
+			<subscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-announce</subscribe>
+			<unsubscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-announce</unsubscribe>
+			<post />
+			<archive>http://sourceforge.net/mailarchive/forum.php?forum=objectlabkit-announce</archive>
+		</mailingList>
+		<mailingList>
+			<name>Kit User</name>
+			<subscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-user</subscribe>
+			<unsubscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-user</unsubscribe>
+			<post>obj...@li...</post>
+			<archive>http://sourceforge.net/mailarchive/forum.php?forum=objectlabkit-user</archive>
+		</mailingList>
+		<mailingList>
+			<name>Kit Developers (SVN checkins)</name>
+			<subscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-svn</subscribe>
+			<unsubscribe>http://lists.sourceforge.net/lists/listinfo/objectlabkit-svn</unsubscribe>
+			<post />
+			<archive>http://sourceforge.net/mailarchive/forum.php?forum=objectlabkit-svn</archive>
+		</mailingList>
+	</mailingLists>
 
-    <dependencies>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.5</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junitperf</groupId>
-            <artifactId>junitperf</artifactId>
-            <version>1.8</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+	<dependencies>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>4.5</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>junitperf</groupId>
+			<artifactId>junitperf</artifactId>
+			<version>1.8</version>
+			<scope>test</scope>
+		</dependency>
+	</dependencies>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>net.objectlab.kit.datecalc</groupId>
-                <artifactId>datecalc-common</artifactId>
-                <version>${pom.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>net.objectlab.kit.datecalc</groupId>
-                <artifactId>datecalc-common</artifactId>
-                <version>${pom.version}</version>
-                <scope>test</scope>
-                <classifier>tests</classifier>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>org.osgi.core</artifactId>
-                <version>1.0.0</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
+	<dependencyManagement>
+		<dependencies>
+			<dependency>
+				<groupId>net.objectlab.kit.datecalc</groupId>
+				<artifactId>datecalc-common</artifactId>
+				<version>${pom.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>net.objectlab.kit.datecalc</groupId>
+				<artifactId>datecalc-common</artifactId>
+				<version>${pom.version}</version>
+				<scope>test</scope>
+				<classifier>tests</classifier>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>org.osgi.core</artifactId>
+				<version>1.0.0</version>
+			</dependency>
+		</dependencies>
+	</dependencyManagement>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-gpg-plugin</artifactId>
-                <executions>
-                	<execution>
-                		<id>sign-artifacts</id>
-                		<phase>verify</phase>
-                		<goals>
-                			<goal>sign</goal>
-                		</goals>
-                	</execution>
-                </executions>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 
-    <scm>
-        <connection>scm:svn:https://objectlabkit.svn.sourceforge.net/svnroot/objectlabkit/trunk/</connection>
-        <developerConnection>scm:svn:https://objectlabkit.svn.sourceforge.net/svnroot/objectlabkit/trunk/</developerConnection>
-        <url>http://objectlabkit.svn.sourceforge.net/viewvc/objectlabkit/</url>
-    </scm>
+	<profiles>
+		<profile>
+			<id>code-sign</id>
+			<activation>
+				<activeByDefault>false</activeByDefault>
+			</activation>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-gpg-plugin</artifactId>
+						<executions>
+							<execution>
+								<id>sign-artifacts</id>
+								<phase>verify</phase>
+								<goals>
+									<goal>sign</goal>
+								</goals>
+							</execution>
+						</executions>
+						<configuration>
+							<source>1.5</source>
+							<target>1.5</target>
+						</configuration>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
+	</profiles>
 
-    <issueManagement>
-        <system>sourceforge.net</system>
-        <url>http://sourceforge.net/tracker/?group_id=175139</url>
-    </issueManagement>
 
-    <distributionManagement>
-        <repository>
-            <id>sourceforge.net</id>
-            <url>scp://shell.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs/m2-repo</url>
-        </repository>
-        <snapshotRepository>
-            <id>sourceforge.net</id>
-            <url>scp://shell.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs/m2-snapshot-repo</url>
-        </snapshotRepository>
-        <site>
-            <id>objectlabkit.sf.net</id>
-            <url>scp://shell.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs/test</url>
-        </site>
-    </distributionManagement>
+	<scm>
+		<connection>scm:svn:https://objectlabkit.svn.sourceforge.net/svnroot/objectlabkit/trunk/</connection>
+		<developerConnection>scm:svn:https://objectlabkit.svn.sourceforge.net/svnroot/objectlabkit/trunk/</developerConnection>
+		<url>http://objectlabkit.svn.sourceforge.net/viewvc/objectlabkit/</url>
+	</scm>
 
-    <reporting>
-        <plugins>
-            <!--
-                <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <configuration>
-                <configLocation>/common_build/checkstyle_checks.xml</configLocation> </configuration> </plugin> <plugin>
-                <groupId>org.codehaus.mojo</groupId> <artifactId>jxr-maven-plugin</artifactId> </plugin> <plugin>
-                <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> </plugin> <plugin>
-                <artifactId>maven-surefire-plugin</artifactId> </plugin> <plugin> <artifactId>maven-clover-plugin</artifactId> </plugin> <plugin>
-                <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> <plugin>
-                <artifactId>maven-pmd-plugin</artifactId> <configuration> <targetJdk>1.5</targetJdk> <rulesets> <ruleset>/rulesets/basic.xml</ruleset>
-                <ruleset>/rulesets/controversial.xml</ruleset> </rulesets> <linkXref>true</linkXref> <minimumTokens>100</minimumTokens>
-                </configuration> </plugin>
-            -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <code>javadoc:aggregate</code>
-                    <source>1.5</source>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-changes-plugin</artifactId>
-                <configuration>
-                    <issueLinkTemplatePerSystem>
-                        <default>%URL%/?func=detail&group_id=175139&%ISSUE%</default>
-                    </issueLinkTemplatePerSystem>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-changelog-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>dashboard-maven-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>net.sf</groupId>
-                <artifactId>stat-scm</artifactId>
-            </plugin>
-        </plugins>
-    </reporting>
+	<issueManagement>
+		<system>sourceforge.net</system>
+		<url>http://sourceforge.net/tracker/?group_id=175139</url>
+	</issueManagement>
 
+	<distributionManagement>
+		<repository>
+			<id>sourceforge.net</id>
+			<url>scp://shell.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs/m2-repo</url>
+		</repository>
+		<snapshotRepository>
+			<id>sourceforge.net</id>
+			<url>scp://shell.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs/m2-snapshot-repo</url>
+		</snapshotRepository>
+		<site>
+			<id>objectlabkit.sf.net</id>
+			<url>scp://shell.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs/test</url>
+		</site>
+	</distributionManagement>
+
+	<reporting>
+		<plugins>
+			<!--
+				<plugin> <groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-checkstyle-plugin</artifactId> <configuration>
+				<configLocation>/common_build/checkstyle_checks.xml</configLocation>
+				</configuration> </plugin> <plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>jxr-maven-plugin</artifactId> </plugin> <plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jxr-plugin</artifactId> </plugin> <plugin>
+				<artifactId>maven-surefire-plugin</artifactId> </plugin> <plugin>
+				<artifactId>maven-clover-plugin</artifactId> </plugin> <plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>cobertura-maven-plugin</artifactId> </plugin> <plugin>
+				<artifactId>maven-pmd-plugin</artifactId> <configuration>
+				<targetJdk>1.5</targetJdk> <rulesets>
+				<ruleset>/rulesets/basic.xml</ruleset>
+				<ruleset>/rulesets/controversial.xml</ruleset> </rulesets>
+				<linkXref>true</linkXref> <minimumTokens>100</minimumTokens>
+				</configuration> </plugin>
+			-->
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-project-info-reports-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<configuration>
+					<code>javadoc:aggregate</code>
+					<source>1.5</source>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-changes-plugin</artifactId>
+				<configuration>
+					<issueLinkTemplatePerSystem>
+						<default>%URL%/?func=detail&group_id=175139&%ISSUE%</default>
+					</issueLinkTemplatePerSystem>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-changelog-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>dashboard-maven-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<groupId>net.sf</groupId>
+				<artifactId>stat-scm</artifactId>
+			</plugin>
+		</plugins>
+	</reporting>
+
 </project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ma...@us...> - 2010-03-19 17:32:29
       | 
| Revision: 303
          http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=303&view=rev
Author:   marchy
Date:     2010-03-19 17:32:03 +0000 (Fri, 19 Mar 2010)
Log Message:
-----------
Corrected my email address.
Modified Paths:
--------------
    trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-03-19 17:31:22 UTC (rev 302)
+++ trunk/pom.xml	2010-03-19 17:32:03 UTC (rev 303)
@@ -50,7 +50,7 @@
 			</roles>
 			<organization>ObjectLab Ltd</organization>
 			<organizationUrl>http://www.objectlab.co.uk/</organizationUrl>
-			<email>marchy AT users DOT users DOT sourceforge DOT net</email>
+			<email>marchy AT users DOT sourceforge DOT net</email>
 			<timezone>+2</timezone>
 		</developer>
 	</developers>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ma...@us...> - 2010-03-19 18:14:02
       | 
| Revision: 304
          http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=304&view=rev
Author:   marchy
Date:     2010-03-19 18:13:44 +0000 (Fri, 19 Mar 2010)
Log Message:
-----------
Adding sonatype-nexus-snapshots repository.
Modified Paths:
--------------
    trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-03-19 17:32:03 UTC (rev 303)
+++ trunk/pom.xml	2010-03-19 18:13:44 UTC (rev 304)
@@ -191,10 +191,11 @@
 			<id>sourceforge.net</id>
 			<url>scp://shell.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs/m2-repo</url>
 		</repository>
-		<snapshotRepository>
-			<id>sourceforge.net</id>
-			<url>scp://shell.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs/m2-snapshot-repo</url>
-		</snapshotRepository>
+    <snapshotRepository>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>http://oss.sonatype.org/content/repositories/snapshots</url>
+    </snapshotRepository>
 		<site>
 			<id>objectlabkit.sf.net</id>
 			<url>scp://shell.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs/test</url>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ma...@us...> - 2010-03-20 21:49:21
       | 
| Revision: 308
          http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=308&view=rev
Author:   marchy
Date:     2010-03-20 21:49:12 +0000 (Sat, 20 Mar 2010)
Log Message:
-----------
Added property for activating profile when release:perform is run
Modified Paths:
--------------
    trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-03-19 19:47:27 UTC (rev 307)
+++ trunk/pom.xml	2010-03-20 21:49:12 UTC (rev 308)
@@ -148,7 +148,10 @@
     <profile>
       <id>code-sign</id>
       <activation>
-        <activeByDefault>false</activeByDefault>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
       </activation>
       <build>
         <plugins>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ma...@us...> - 2010-03-29 16:00:26
       | 
| Revision: 330
          http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=330&view=rev
Author:   marchy
Date:     2010-03-29 16:00:20 +0000 (Mon, 29 Mar 2010)
Log Message:
-----------
changing to https, this is what sourceforge redirects to anyways.
Modified Paths:
--------------
    trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-03-29 15:59:31 UTC (rev 329)
+++ trunk/pom.xml	2010-03-29 16:00:20 UTC (rev 330)
@@ -243,7 +243,7 @@
 
   <issueManagement>
     <system>sourceforge</system>
-    <url>http://sourceforge.net/tracker/?group_id=175139</url>
+    <url>https://sourceforge.net/tracker/?group_id=175139</url>
   </issueManagement>
 
   <distributionManagement>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ma...@us...> - 2010-03-30 10:53:46
       | 
| Revision: 333
          http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=333&view=rev
Author:   marchy
Date:     2010-03-30 10:53:30 +0000 (Tue, 30 Mar 2010)
Log Message:
-----------
formatting of params
Modified Paths:
--------------
    trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-03-30 10:51:58 UTC (rev 332)
+++ trunk/pom.xml	2010-03-30 10:53:30 UTC (rev 333)
@@ -153,19 +153,9 @@
             <version>4.6</version>
           </docletArtifact>
           <additionalparam>
-            -inferrel
-            -inferdep
-            -quiet
-            -constructors
-            -visibility
-            -types
-            -postfixpackage
-            -nodefontsize 9
-            -nodefontpackagesize 7
-            -hide java.*
-            -collpackages java.util.*
-            -link http://java.sun.com/j2se/1.5.0/docs/api/
-            -link http://joda-time.sourceforge.net/api-release/
+            -inferrel -inferdep -quiet -constructors -visibility -types -postfixpackage
+            -nodefontsize 9 -nodefontpackagesize 7 -hide java.* -collpackages java.util.*
+            -link http://java.sun.com/j2se/1.5.0/docs/api/ -link http://joda-time.sourceforge.net/api-release/
           </additionalparam>
         </configuration>
         <executions>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ma...@us...> - 2010-03-31 13:28:12
       | 
| Revision: 336
          http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=336&view=rev
Author:   marchy
Date:     2010-03-31 13:28:06 +0000 (Wed, 31 Mar 2010)
Log Message:
-----------
PMD controversial rules are out, and site deploy hack to use site:deploy to local filesystem, and deploy to real SF location by use of a profile.
Modified Paths:
--------------
    trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-03-30 22:18:44 UTC (rev 335)
+++ trunk/pom.xml	2010-03-31 13:28:06 UTC (rev 336)
@@ -172,7 +172,8 @@
   </build>
   
   <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <site.deploy.url>file:///tmp/site</site.deploy.url>
   </properties>
 
   <profiles>
@@ -223,6 +224,19 @@
         </plugins>
       </reporting>
     </profile>
+    <profile>
+      <id>deploy-site</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
+      <properties>
+        <!-- the real site deploy url, this is a hack because site:stage (v2.1) doesn't work properly -->
+        <site.deploy.url>scp://shell.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs</site.deploy.url>
+      </properties>
+    </profile>
   </profiles>
 
   <scm>
@@ -249,7 +263,7 @@
     </snapshotRepository>
     <site>
       <id>objectlabkit.sf.net</id>
-      <url>scp://shell.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs/test</url>
+      <url>${site.deploy.url}</url>
     </site>
   </distributionManagement>
 
@@ -290,7 +304,6 @@
           <targetJdk>1.5</targetJdk>
           <rulesets>
             <ruleset>/rulesets/basic.xml</ruleset>
-            <ruleset>/rulesets/controversial.xml</ruleset>
           </rulesets> 
           <minimumTokens>100</minimumTokens>
           <linkXref>true</linkXref>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ma...@us...> - 2010-04-14 11:12:26
       | 
| Revision: 346
          http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=346&view=rev
Author:   marchy
Date:     2010-04-14 11:12:20 +0000 (Wed, 14 Apr 2010)
Log Message:
-----------
fixed empty surefire report in sub-modules.
Modified Paths:
--------------
    trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-04-13 14:07:43 UTC (rev 345)
+++ trunk/pom.xml	2010-04-14 11:12:20 UTC (rev 346)
@@ -173,7 +173,7 @@
   
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <site.deploy.url>file:///tmp/site</site.deploy.url>
+    <site.deploy.url>file:///tmp/site</site.deploy.url>
   </properties>
 
   <profiles>
@@ -293,6 +293,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
+        <inherited>false</inherited>
         <configuration>
           <aggregate>true</aggregate>
         </configuration>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ma...@us...> - 2010-04-15 10:47:34
       | 
| Revision: 352
          http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=352&view=rev
Author:   marchy
Date:     2010-04-15 10:47:28 +0000 (Thu, 15 Apr 2010)
Log Message:
-----------
not inheriting stat-scm, just one big report in the root module.
Modified Paths:
--------------
    trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-04-15 10:46:35 UTC (rev 351)
+++ trunk/pom.xml	2010-04-15 10:47:28 UTC (rev 352)
@@ -220,6 +220,7 @@
           <plugin>
             <groupId>net.sf</groupId>
             <artifactId>stat-scm</artifactId>
+            <inherited>false</inherited>
           </plugin>
         </plugins>
       </reporting>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ma...@us...> - 2010-04-15 10:49:51
       | 
| Revision: 354
          http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=354&view=rev
Author:   marchy
Date:     2010-04-15 10:49:45 +0000 (Thu, 15 Apr 2010)
Log Message:
-----------
added stage-site profile, for deploying to test/ subfolder.
Modified Paths:
--------------
    trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-04-15 10:48:57 UTC (rev 353)
+++ trunk/pom.xml	2010-04-15 10:49:45 UTC (rev 354)
@@ -238,6 +238,13 @@
         <site.deploy.url>scp://shell.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs</site.deploy.url>
       </properties>
     </profile>
+    <profile>
+      <id>stage-site</id>
+      <properties>
+        <!-- stage the site in the /test folder on sourceforge -->
+        <site.deploy.url>scp://shell.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs/test</site.deploy.url>
+      </properties>
+    </profile>    
   </profiles>
 
   <scm>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ma...@us...> - 2010-05-10 06:18:06
       | 
| Revision: 366
          http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=366&view=rev
Author:   marchy
Date:     2010-05-10 06:18:00 +0000 (Mon, 10 May 2010)
Log Message:
-----------
we might not have to press enter 4 times to verify release version of sub-modules with this option.
Modified Paths:
--------------
    trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-05-10 06:17:52 UTC (rev 365)
+++ trunk/pom.xml	2010-05-10 06:18:00 UTC (rev 366)
@@ -131,6 +131,19 @@
   </dependencyManagement>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <remoteTagging>true</remoteTagging>
+            <preparationGoals>clean install</preparationGoals>
+            <autoVersionSubmodules>true</autoVersionSubmodules>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |