|
From: <sbe...@us...> - 2012-05-16 02:30:56
|
Revision: 159
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=159&view=rev
Author: sbearcsiro
Date: 2012-05-16 02:30:49 +0000 (Wed, 16 May 2012)
Log Message:
-----------
- Add filtering for properties files.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-05-16 02:29:41 UTC (rev 158)
+++ trunk/pom.xml 2012-05-16 02:30:49 UTC (rev 159)
@@ -113,6 +113,22 @@
</mailingLists>
<build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>true</filtering>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
+ </resource>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>false</filtering>
+ <excludes>
+ <exclude>**/*.properties</exclude>
+ </excludes>
+ </resource>
+ </resources>
<plugins>
<plugin>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <csi...@us...> - 2012-05-16 03:06:20
|
Revision: 162
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=162&view=rev
Author: csirobuilduser
Date: 2012-05-16 03:06:14 +0000 (Wed, 16 May 2012)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-05-16 03:06:03 UTC (rev 161)
+++ trunk/pom.xml 2012-05-16 03:06:14 UTC (rev 162)
@@ -52,7 +52,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.28</version>
+ <version>1.0.29-SNAPSHOT</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier and the DOI services. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -61,9 +61,9 @@
<url>https://sourceforge.net/apps/trac/andspidclient/</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.28</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.28</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.28</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <csi...@us...> - 2012-06-01 01:10:36
|
Revision: 164
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=164&view=rev
Author: csirobuilduser
Date: 2012-06-01 01:10:30 +0000 (Fri, 01 Jun 2012)
Log Message:
-----------
[maven-release-plugin] prepare release ands-pid-client-1.0.29
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-05-29 08:00:05 UTC (rev 163)
+++ trunk/pom.xml 2012-06-01 01:10:30 UTC (rev 164)
@@ -52,7 +52,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.29-SNAPSHOT</version>
+ <version>1.0.29</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier and the DOI services. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -61,9 +61,9 @@
<url>https://sourceforge.net/apps/trac/andspidclient/</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.29</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.29</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.29</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <csi...@us...> - 2016-02-19 06:14:49
|
Revision: 187
http://sourceforge.net/p/andspidclient/code/187
Author: csirobuilduser
Date: 2016-02-19 06:14:46 +0000 (Fri, 19 Feb 2016)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2016-02-19 06:14:42 UTC (rev 186)
+++ trunk/pom.xml 2016-02-19 06:14:46 UTC (rev 187)
@@ -52,7 +52,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.31</version>
+ <version>1.0.32-SNAPSHOT</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier and the DOI services. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -61,9 +61,9 @@
<url>https://sourceforge.net/apps/trac/andspidclient/</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://svn.code.sf.net/p/andspidclient/code/tags/ands-pid-client-1.0.31</connection>
- <developerConnection>scm:svn:https://svn.code.sf.net/p/andspidclient/code/tags/ands-pid-client-1.0.31</developerConnection>
- <url>http://svn.code.sf.net/p/viewvc/andspidclient/tags/ands-pid-client-1.0.31</url>
+ <connection>scm:svn:https://svn.code.sf.net/p/andspidclient/code/trunk</connection>
+ <developerConnection>scm:svn:https://svn.code.sf.net/p/andspidclient/code/trunk</developerConnection>
+ <url>http://svn.code.sf.net/p/viewvc/andspidclient/trunk</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <csi...@us...> - 2016-03-04 03:36:19
|
Revision: 190
http://sourceforge.net/p/andspidclient/code/190
Author: csirobuilduser
Date: 2016-03-04 03:36:17 +0000 (Fri, 04 Mar 2016)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2016-03-04 03:36:12 UTC (rev 189)
+++ trunk/pom.xml 2016-03-04 03:36:17 UTC (rev 190)
@@ -52,7 +52,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.32</version>
+ <version>1.0.33-SNAPSHOT</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier and the DOI services. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -61,9 +61,9 @@
<url>https://sourceforge.net/apps/trac/andspidclient/</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://svn.code.sf.net/p/andspidclient/code/tags/ands-pid-client-1.0.32</connection>
- <developerConnection>scm:svn:https://svn.code.sf.net/p/andspidclient/code/tags/ands-pid-client-1.0.32</developerConnection>
- <url>http://svn.code.sf.net/p/viewvc/andspidclient/tags/ands-pid-client-1.0.32</url>
+ <connection>scm:svn:https://svn.code.sf.net/p/andspidclient/code/trunk</connection>
+ <developerConnection>scm:svn:https://svn.code.sf.net/p/andspidclient/code/trunk</developerConnection>
+ <url>http://svn.code.sf.net/p/viewvc/andspidclient/trunk</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|