From: <tri...@us...> - 2007-07-04 07:36:01
|
Revision: 4 http://staticwiki.svn.sourceforge.net/staticwiki/?rev=4&view=rev Author: triathlon98 Date: 2007-07-04 00:35:59 -0700 (Wed, 04 Jul 2007) Log Message: ----------- use PROGS maven repo instead of Uni-d Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2007-07-04 05:35:50 UTC (rev 3) +++ trunk/pom.xml 2007-07-04 07:35:59 UTC (rev 4) @@ -153,8 +153,8 @@ </dependencyManagement> <repositories> <repository> - <id>staticwiki</id> - <url>http://staticwiki.sourceforge.net/m2repo</url> + <id>progs</id> + <url>http://maven.progs.be/m2repo</url> </repository> </repositories> <distributionManagement> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tri...@us...> - 2007-08-17 13:58:19
|
Revision: 11 http://staticwiki.svn.sourceforge.net/staticwiki/?rev=11&view=rev Author: triathlon98 Date: 2007-08-17 06:58:17 -0700 (Fri, 17 Aug 2007) Log Message: ----------- Some site changes Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2007-08-16 16:56:25 UTC (rev 10) +++ trunk/pom.xml 2007-08-17 13:58:17 UTC (rev 11) @@ -18,7 +18,7 @@ <licenses> <license> <name>LGPL</name> - <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url> + <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url> <distribution>repo</distribution> <comments>v2.1 or higher</comments> </license> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tri...@us...> - 2007-09-26 08:17:29
|
Revision: 23 http://staticwiki.svn.sourceforge.net/staticwiki/?rev=23&view=rev Author: triathlon98 Date: 2007-09-26 01:17:22 -0700 (Wed, 26 Sep 2007) Log Message: ----------- add ci info Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2007-09-14 13:16:30 UTC (rev 22) +++ trunk/pom.xml 2007-09-26 08:17:22 UTC (rev 23) @@ -36,6 +36,22 @@ </developerConnection> <url>http://staticwiki.svn.sourceforge.net/viewvc/staticwiki/</url> </scm> + <ciManagement> + <system>hudson</system> + <url>http://hudson.equanda.org/job/staticwiki</url> + <notifiers> + <notifier> + <type>mail</type> + <sendOnError>true</sendOnError> + <sendOnFailure>true</sendOnFailure> + <sendOnSuccess>true</sendOnSuccess> + <sendOnWarning>true</sendOnWarning> + <configuration> + <address>sta...@li...</address> + </configuration> + </notifier> + </notifiers> + </ciManagement> <mailingLists> <mailingList> <name>staticwiki-svn-commit</name> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tri...@us...> - 2007-11-08 21:42:59
|
Revision: 38 http://staticwiki.svn.sourceforge.net/staticwiki/?rev=38&view=rev Author: triathlon98 Date: 2007-11-08 13:42:51 -0800 (Thu, 08 Nov 2007) Log Message: ----------- add user mailing list Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2007-10-26 08:35:38 UTC (rev 37) +++ trunk/pom.xml 2007-11-08 21:42:51 UTC (rev 38) @@ -60,6 +60,13 @@ <unsubscribe>https://lists.sourceforge.net/lists/listinfo/staticwiki-svn-commit</unsubscribe> <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=staticwiki-svn-commit</archive> </mailingList> + <mailingList> + <name>staticwiki-user</name> + <post>mailto:sta...@li...</post> + <subscribe>https://lists.sourceforge.net/lists/listinfo/staticwiki-user</subscribe> + <unsubscribe>https://lists.sourceforge.net/lists/listinfo/staticwiki-user</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=staticwiki-user</archive> + </mailingList> </mailingLists> <developers> <developer> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tri...@us...> - 2007-12-20 11:45:03
|
Revision: 41 http://staticwiki.svn.sourceforge.net/staticwiki/?rev=41&view=rev Author: triathlon98 Date: 2007-12-20 03:44:54 -0800 (Thu, 20 Dec 2007) Log Message: ----------- upgrade wobertura plugin, it finally seems to work Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2007-12-18 07:45:06 UTC (rev 40) +++ trunk/pom.xml 2007-12-20 11:44:54 UTC (rev 41) @@ -147,7 +147,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.0</version> + <version>2.2</version> <configuration> <instrumentation/> </configuration> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |