You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(12) |
Nov
(2) |
Dec
(15) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(7) |
Feb
(2) |
Mar
|
Apr
(22) |
May
|
Jun
|
Jul
(1) |
Aug
(29) |
Sep
(17) |
Oct
(4) |
Nov
|
Dec
(19) |
2010 |
Jan
|
Feb
(9) |
Mar
(2) |
Apr
(34) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(25) |
Nov
(22) |
Dec
(3) |
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <iro...@us...> - 2008-10-20 21:52:29
|
Revision: 64 http://pojomatic.svn.sourceforge.net/pojomatic/?rev=64&view=rev Author: iroberts Date: 2008-10-20 21:52:21 +0000 (Mon, 20 Oct 2008) Log Message: ----------- [maven-release-plugin] prepare release pojomatic-0.1 Modified Paths: -------------- trunk/Pojomatic/pom.xml Modified: trunk/Pojomatic/pom.xml =================================================================== --- trunk/Pojomatic/pom.xml 2008-10-20 21:51:45 UTC (rev 63) +++ trunk/Pojomatic/pom.xml 2008-10-20 21:52:21 UTC (rev 64) @@ -1,11 +1,9 @@ -<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"> +<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>org.pojomatic</groupId> <artifactId>pojomatic</artifactId> <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> + <version>0.1</version> <name>Pojomatic</name> <description> Automatically provides configurable implementations of the @@ -14,9 +12,9 @@ <url>http://www.pojomatic.org</url> <inceptionYear>2008</inceptionYear> <scm> - <connection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic</connection> - <developerConnection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic</developerConnection> - <url>https://pojomatic.svn.sourceforge.net/svnroot/pojomatic</url> + <connection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-0.1</connection> + <developerConnection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-0.1</developerConnection> + <url>https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-0.1</url> </scm> <developers> <developer> @@ -156,4 +154,4 @@ <scope>test</scope> </dependency> </dependencies> -</project> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <iro...@us...> - 2008-10-20 21:51:50
|
Revision: 63 http://pojomatic.svn.sourceforge.net/pojomatic/?rev=63&view=rev Author: iroberts Date: 2008-10-20 21:51:45 +0000 (Mon, 20 Oct 2008) Log Message: ----------- Fix urls for releases, site; put site inside of htdocs Modified Paths: -------------- trunk/Pojomatic/pom.xml Modified: trunk/Pojomatic/pom.xml =================================================================== --- trunk/Pojomatic/pom.xml 2008-10-20 21:49:42 UTC (rev 62) +++ trunk/Pojomatic/pom.xml 2008-10-20 21:51:45 UTC (rev 63) @@ -57,7 +57,7 @@ <repository> <id>pojomatic-releases</id> <name>Pojomatic Release Repository</name> - <url>sftp://web.sourceforge.net/releases</url> + <url>sftp://web.sourceforge.net/home/groups/p/po/pojomatic/releases</url> </repository> <snapshotRepository> <id>pojomatic-snapshots</id> @@ -67,7 +67,7 @@ <site> <id>pojomatic-site</id> <name>Pojomatic</name> - <url>sftp://web.sourceforge.net/site</url> + <url>sftp://web.sourceforge.net/home/groups/p/po/pojomatic/htdocs/site</url> </site> </distributionManagement> <mailingLists> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <iro...@us...> - 2008-10-20 21:49:46
|
Revision: 62 http://pojomatic.svn.sourceforge.net/pojomatic/?rev=62&view=rev Author: iroberts Date: 2008-10-20 21:49:42 +0000 (Mon, 20 Oct 2008) Log Message: ----------- [maven-release-plugin] rollback the release of pojomatic-0.1 Modified Paths: -------------- trunk/Pojomatic/pom.xml Modified: trunk/Pojomatic/pom.xml =================================================================== --- trunk/Pojomatic/pom.xml 2008-10-20 21:48:10 UTC (rev 61) +++ trunk/Pojomatic/pom.xml 2008-10-20 21:49:42 UTC (rev 62) @@ -1,9 +1,11 @@ -<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"> +<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>org.pojomatic</groupId> <artifactId>pojomatic</artifactId> <packaging>jar</packaging> - <version>0.2-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <name>Pojomatic</name> <description> Automatically provides configurable implementations of the @@ -154,4 +156,4 @@ <scope>test</scope> </dependency> </dependencies> -</project> \ No newline at end of file +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <iro...@us...> - 2008-10-20 21:48:15
|
Revision: 61 http://pojomatic.svn.sourceforge.net/pojomatic/?rev=61&view=rev Author: iroberts Date: 2008-10-20 21:48:10 +0000 (Mon, 20 Oct 2008) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/Pojomatic/pom.xml Modified: trunk/Pojomatic/pom.xml =================================================================== --- trunk/Pojomatic/pom.xml 2008-10-20 21:48:05 UTC (rev 60) +++ trunk/Pojomatic/pom.xml 2008-10-20 21:48:10 UTC (rev 61) @@ -3,7 +3,7 @@ <groupId>org.pojomatic</groupId> <artifactId>pojomatic</artifactId> <packaging>jar</packaging> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> <name>Pojomatic</name> <description> Automatically provides configurable implementations of the @@ -12,9 +12,9 @@ <url>http://www.pojomatic.org</url> <inceptionYear>2008</inceptionYear> <scm> - <connection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-0.1</connection> - <developerConnection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-0.1</developerConnection> - <url>https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-0.1</url> + <connection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic</connection> + <developerConnection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic</developerConnection> + <url>https://pojomatic.svn.sourceforge.net/svnroot/pojomatic</url> </scm> <developers> <developer> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <iro...@us...> - 2008-10-20 21:48:10
|
Revision: 60 http://pojomatic.svn.sourceforge.net/pojomatic/?rev=60&view=rev Author: iroberts Date: 2008-10-20 21:48:05 +0000 (Mon, 20 Oct 2008) Log Message: ----------- [maven-release-plugin] copy for tag pojomatic-0.1 Added Paths: ----------- tags/pojomatic-0.1/ tags/pojomatic-0.1/pom.xml Removed Paths: ------------- tags/pojomatic-0.1/pom.xml Deleted: tags/pojomatic-0.1/pom.xml =================================================================== --- trunk/Pojomatic/pom.xml 2008-09-08 21:39:26 UTC (rev 56) +++ tags/pojomatic-0.1/pom.xml 2008-10-20 21:48:05 UTC (rev 60) @@ -1,145 +0,0 @@ -<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>org.pojomatic</groupId> - <artifactId>pojomatic</artifactId> - <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> - <name>Pojomatic</name> - <description> - Automatically provides configurable implementations of the - equals(Object), toString() and hashCode() methods inherited from java.lang.Object - </description> - <url>http://www.pojomatic.org</url> - <inceptionYear>2008</inceptionYear> - <scm> - <connection>scm:svn:https://pojomatic.googlecode.com/svn/trunk/pojomatic</connection> - <developerConnection>scm:svn:https://pojomatic.googlecode.com/svn/trunk/pojomatic</developerConnection> - <url>https://pojomatic.googlecode.com/svn/trunk/pojomatic</url> - </scm> - <developers> - <developer> - <name>Ian Robertson</name> - <roles> - <role>Lead Developer</role> - </roles> - <email>ian...@gm...</email> - <id>ian.b.robertson</id> - <organization>Overstock.com</organization> - <organizationUrl>http://www.overstock.com</organizationUrl> - <url>http://www.artima.com/weblogs/index.jsp?blogger=ianr</url> - </developer> - <developer> - <name>Chris Hansen</name> - <roles> - <role>Lead Developer</role> - </roles> - <email>han...@gm...</email> - <id>hansen.chris.w</id> - <organization>Overstock.com</organization> - <organizationUrl>http://www.overstock.com</organizationUrl> - <url>http://polyglot-window.blogspot.com/</url> - </developer> - </developers> - <licenses> - <license> - <name>Apache License 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0</url> - <distribution>repo</distribution> - </license> - </licenses> - <issueManagement> - <system>Google Code</system> - <url>http://code.google.com/p/pojomatic/issues/list</url> - </issueManagement> - <distributionManagement> - <downloadUrl>http://code.google.com/p/pojomatic/downloads/list</downloadUrl> - </distributionManagement> - <mailingLists> - <mailingList> - <name>pojomatic-user</name> - <subscribe>poj...@go...</subscribe> - <unsubscribe>poj...@go...</unsubscribe> - <post>poj...@go...</post> - <archive>http://groups.google.com/group/pojomatic-user</archive> - </mailingList> - </mailingLists> - <build> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.2</version> - <configuration> - <excludes> - <exclude>**/TestUtils.java</exclude> - <exclude>examples/*.java</exclude> - </excludes> - </configuration> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.4</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>2.0-beta-5</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <version>1.1.1</version> - <configuration> - <excludeFilterFile>${basedir}/FindBugsFilter.xml</excludeFilterFile> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.4.2</version> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <version>2.1</version> - </plugin> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <targetJdk>1.5</targetJdk> - <rulesets> - <ruleset>${project.basedir}/src/pmd.xml</ruleset> - </rulesets> - <includeTests>true</includeTests> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>2.2</version> - </plugin> - </plugins> - </reporting> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.4</version> - <scope>test</scope> - </dependency> - </dependencies> -</project> Copied: tags/pojomatic-0.1/pom.xml (from rev 59, trunk/Pojomatic/pom.xml) =================================================================== --- tags/pojomatic-0.1/pom.xml (rev 0) +++ tags/pojomatic-0.1/pom.xml 2008-10-20 21:48:05 UTC (rev 60) @@ -0,0 +1,157 @@ +<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>org.pojomatic</groupId> + <artifactId>pojomatic</artifactId> + <packaging>jar</packaging> + <version>0.1</version> + <name>Pojomatic</name> + <description> + Automatically provides configurable implementations of the + equals(Object), toString() and hashCode() methods inherited from java.lang.Object + </description> + <url>http://www.pojomatic.org</url> + <inceptionYear>2008</inceptionYear> + <scm> + <connection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-0.1</connection> + <developerConnection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-0.1</developerConnection> + <url>https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-0.1</url> + </scm> + <developers> + <developer> + <name>Ian Robertson</name> + <roles> + <role>Lead Developer</role> + </roles> + <email>ian...@gm...</email> + <id>ian.b.robertson</id> + <organization>Overstock.com</organization> + <organizationUrl>http://www.overstock.com</organizationUrl> + <url>http://www.artima.com/weblogs/index.jsp?blogger=ianr</url> + </developer> + <developer> + <name>Chris Hansen</name> + <roles> + <role>Lead Developer</role> + </roles> + <email>han...@gm...</email> + <id>hansen.chris.w</id> + <organization>Overstock.com</organization> + <organizationUrl>http://www.overstock.com</organizationUrl> + <url>http://polyglot-window.blogspot.com/</url> + </developer> + </developers> + <licenses> + <license> + <name>Apache License 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0</url> + <distribution>repo</distribution> + </license> + </licenses> + <issueManagement> + <system>Sourceforge</system> + <url>https://sourceforge.net/tracker/?func=browse&group_id=239113</url> + </issueManagement> + <distributionManagement> + <repository> + <id>pojomatic-releases</id> + <name>Pojomatic Release Repository</name> + <url>sftp://web.sourceforge.net/releases</url> + </repository> + <snapshotRepository> + <id>pojomatic-snapshots</id> + <name>Pojomatic snapshot Repository</name> + <url>sftp://web.sourceforge.net/home/groups/p/po/pojomatic/snapshots</url> + </snapshotRepository> + <site> + <id>pojomatic-site</id> + <name>Pojomatic</name> + <url>sftp://web.sourceforge.net/site</url> + </site> + </distributionManagement> + <mailingLists> + <mailingList> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=pojomatic-users</archive> + <name>pojomatic-users</name> + <post>poj...@li...</post> + <subscribe>http://lists.sourceforge.net/mailman/listinfo/pojomatic-users</subscribe> + <unsubscribe>http://lists.sourceforge.net/mailman/listinfo/pojomatic-users</unsubscribe> + </mailingList> + </mailingLists> + <build> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.0.2</version> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.4.2</version> + <configuration> + <excludes> + <exclude>**/TestUtils.java</exclude> + <exclude>examples/*.java</exclude> + </excludes> + </configuration> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.4</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>2.0-beta-5</version> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>findbugs-maven-plugin</artifactId> + <version>1.1.1</version> + <configuration> + <excludeFilterFile>${basedir}/FindBugsFilter.xml</excludeFilterFile> + </configuration> + </plugin> + <plugin> + <artifactId>maven-surefire-report-plugin</artifactId> + <version>2.4.2</version> + </plugin> + <plugin> + <artifactId>maven-jxr-plugin</artifactId> + <version>2.1</version> + </plugin> + <plugin> + <artifactId>maven-pmd-plugin</artifactId> + <configuration> + <targetJdk>1.5</targetJdk> + <rulesets> + <ruleset>${project.basedir}/src/pmd.xml</ruleset> + </rulesets> + <includeTests>true</includeTests> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <version>2.2</version> + </plugin> + </plugins> + </reporting> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.4</version> + <scope>test</scope> + </dependency> + </dependencies> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <iro...@us...> - 2008-10-20 21:48:06
|
Revision: 59 http://pojomatic.svn.sourceforge.net/pojomatic/?rev=59&view=rev Author: iroberts Date: 2008-10-20 21:47:57 +0000 (Mon, 20 Oct 2008) Log Message: ----------- [maven-release-plugin] prepare release pojomatic-0.1 Modified Paths: -------------- trunk/Pojomatic/pom.xml Modified: trunk/Pojomatic/pom.xml =================================================================== --- trunk/Pojomatic/pom.xml 2008-10-20 21:37:44 UTC (rev 58) +++ trunk/Pojomatic/pom.xml 2008-10-20 21:47:57 UTC (rev 59) @@ -1,11 +1,9 @@ -<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"> +<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>org.pojomatic</groupId> <artifactId>pojomatic</artifactId> <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> + <version>0.1</version> <name>Pojomatic</name> <description> Automatically provides configurable implementations of the @@ -14,9 +12,9 @@ <url>http://www.pojomatic.org</url> <inceptionYear>2008</inceptionYear> <scm> - <connection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic</connection> - <developerConnection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic</developerConnection> - <url>https://pojomatic.svn.sourceforge.net/svnroot/pojomatic</url> + <connection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-0.1</connection> + <developerConnection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-0.1</developerConnection> + <url>https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-0.1</url> </scm> <developers> <developer> @@ -156,4 +154,4 @@ <scope>test</scope> </dependency> </dependencies> -</project> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <iro...@us...> - 2008-10-20 21:37:55
|
Revision: 58 http://pojomatic.svn.sourceforge.net/pojomatic/?rev=58&view=rev Author: iroberts Date: 2008-10-20 21:37:44 +0000 (Mon, 20 Oct 2008) Log Message: ----------- Get deploys working to sourceforge Modified Paths: -------------- trunk/Pojomatic/pom.xml Modified: trunk/Pojomatic/pom.xml =================================================================== --- trunk/Pojomatic/pom.xml 2008-10-06 23:01:32 UTC (rev 57) +++ trunk/Pojomatic/pom.xml 2008-10-20 21:37:44 UTC (rev 58) @@ -55,19 +55,19 @@ </issueManagement> <distributionManagement> <repository> - <id>pojomatic-release-repository</id> + <id>pojomatic-releases</id> <name>Pojomatic Release Repository</name> - <url>scp://shell.sourceforge.net/home/groups/p/po/pojomatic/releases/</url> + <url>sftp://web.sourceforge.net/releases</url> </repository> <snapshotRepository> - <id>pojomatic-snapshot-repository</id> + <id>pojomatic-snapshots</id> <name>Pojomatic snapshot Repository</name> - <url>scp://shell.sourceforge.net/home/groups/p/po/pojomatic/snapshots/</url> + <url>sftp://web.sourceforge.net/home/groups/p/po/pojomatic/snapshots</url> </snapshotRepository> <site> <id>pojomatic-site</id> <name>Pojomatic</name> - <url>scp://shell.sourceforge.net/home/groups/p/po/pojomatic/site/</url> + <url>sftp://web.sourceforge.net/site</url> </site> </distributionManagement> <mailingLists> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |