You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(37) |
Oct
(12) |
Nov
|
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(9) |
Feb
(6) |
Mar
(1) |
Apr
(85) |
May
(9) |
Jun
|
Jul
(6) |
Aug
(85) |
Sep
(42) |
Oct
(27) |
Nov
(15) |
Dec
(27) |
2004 |
Jan
(39) |
Feb
(52) |
Mar
(43) |
Apr
(32) |
May
(18) |
Jun
(5) |
Jul
(63) |
Aug
(69) |
Sep
(12) |
Oct
(80) |
Nov
(55) |
Dec
(30) |
2005 |
Jan
(27) |
Feb
(6) |
Mar
(43) |
Apr
(5) |
May
(48) |
Jun
(48) |
Jul
(100) |
Aug
(16) |
Sep
(43) |
Oct
(25) |
Nov
(249) |
Dec
(2) |
2006 |
Jan
(9) |
Feb
(2) |
Mar
|
Apr
(26) |
May
(21) |
Jun
(8) |
Jul
(14) |
Aug
(104) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(32) |
Feb
|
Mar
(2) |
Apr
|
May
(38) |
Jun
(2) |
Jul
(9) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
(3) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jeff J. <jef...@us...> - 2006-08-15 12:58:46
|
jeffjensen 06/08/15 05:58:45 Modified: word2html .project Added: word2html .classpath Log: Add Eclipse files to rest of plugins. Revision Changes Path 1.2 +15 -10 maven-plugins/word2html/.project Index: .project =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/word2html/.project,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .project 5 Aug 2004 01:32:29 -0000 1.1 +++ .project 15 Aug 2006 12:58:43 -0000 1.2 @@ -1,12 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> - <projectDescription> - <name>maven-word2html-plugin</name> - <comment>A Maven plugin to convert word docs into html for project usage</comment> - <projects> - </projects> - <buildSpec> - </buildSpec> - <natures> - </natures> -</projectDescription> \ No newline at end of file + <name>maven-word2html-plugin</name> + <comment>A Maven plugin to convert word docs into html for project usage</comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> 1.1 maven-plugins/word2html/.classpath Index: .classpath =================================================================== <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="target"/> </classpath> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:58:43
|
jeffjensen 06/08/15 05:58:42 Added: junitpp .project .classpath Log: Add Eclipse files to rest of plugins. Revision Changes Path 1.1 maven-plugins/junitpp/.project Index: .project =================================================================== <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>maven-junitpp-plugin</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> 1.1 maven-plugins/junitpp/.classpath Index: .classpath =================================================================== <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="lib" path="src/plugin-resources/jars/JPerfAnal-2.0.jar"/> <classpathentry kind="lib" path="src/plugin-resources/jars/junitpp-3.8.1.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="target"/> </classpath> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:58:41
|
jeffjensen 06/08/15 05:58:40 Added: transform .project .classpath Log: Add Eclipse files to rest of plugins. Revision Changes Path 1.1 maven-plugins/transform/.project Index: .project =================================================================== <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>maven-transform-plugin</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> 1.1 maven-plugins/transform/.classpath Index: .classpath =================================================================== <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="target"/> </classpath> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:58:40
|
jeffjensen 06/08/15 05:58:39 Added: middlegen .project .classpath Log: Add Eclipse files to rest of plugins. Revision Changes Path 1.1 maven-plugins/middlegen/.project Index: .project =================================================================== <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>maven-middlegen-plugin</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> 1.1 maven-plugins/middlegen/.classpath Index: .classpath =================================================================== <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="target"/> </classpath> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:58:39
|
jeffjensen 06/08/15 05:58:38 Added: aptdoc .project .classpath Log: Add Eclipse files to rest of plugins. Revision Changes Path 1.1 maven-plugins/aptdoc/.project Index: .project =================================================================== <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>maven-aptdoc-plugin</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> 1.1 maven-plugins/aptdoc/.classpath Index: .classpath =================================================================== <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src/main"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="target"/> </classpath> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:58:37
|
jeffjensen 06/08/15 05:58:36 Added: deb .project .classpath Log: Add Eclipse files to rest of plugins. Revision Changes Path 1.1 maven-plugins/deb/.project Index: .project =================================================================== <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>maven-dev-plugin</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> 1.1 maven-plugins/deb/.classpath Index: .classpath =================================================================== <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src/java/main"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="target"/> </classpath> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:58:36
|
jeffjensen 06/08/15 05:58:35 Added: xdocs .project .classpath Log: Add Eclipse files to rest of plugins. Revision Changes Path 1.1 maven-plugins/xdocs/.project Index: .project =================================================================== <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>maven-xdocs-plugin</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> 1.1 maven-plugins/xdocs/.classpath Index: .classpath =================================================================== <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="target"/> </classpath> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:24:15
|
jeffjensen 06/08/15 05:24:15 Modified: db2 project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.3 +3 -3 maven-plugins/db2/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/db2/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 11 Oct 2005 06:29:04 -0000 1.2 +++ project.xml 15 Aug 2006 12:24:14 -0000 1.3 @@ -23,9 +23,9 @@ <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-db2-plugin/</siteDirectory> <!-- distributionDirectory is in the parent --> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/db2</connection> - <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/db2</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/db2/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/db2</connection> + <developerConnection>scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/db2</developerConnection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/db2/</url> </repository> <!-- no versions yet --> <!-- mailingLists is in parent --> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:24:14
|
jeffjensen 06/08/15 05:24:12 Modified: vignette project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.6 +2 -2 maven-plugins/vignette/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/vignette/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 11 Oct 2005 06:29:11 -0000 1.5 +++ project.xml 15 Aug 2006 12:24:12 -0000 1.6 @@ -17,8 +17,8 @@ <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <repository> - <connection>scm:cvs:pserver:an...@cv...:/cvsroot/maven-plugins/:maven-plugins/vignette</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/vignette/</url> + <connection>scm:cvs:pserver:an...@ma...:/cvsroot/maven-plugins/:maven-plugins/vignette</connection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/vignette/</url> </repository> <versions> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:24:14
|
jeffjensen 06/08/15 05:24:13 Modified: javancss project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.14 +2 -2 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- project.xml 11 Oct 2005 06:29:05 -0000 1.13 +++ project.xml 15 Aug 2006 12:24:13 -0000 1.14 @@ -17,8 +17,8 @@ <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/javancss/</siteDirectory> <repository> - <connection>scm:cvs:pserver:an...@cv...:/cvsroot/maven-plugins/:maven-plugins/javancss</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/javancss/</url> + <connection>scm:cvs:pserver:an...@ma...:/cvsroot/maven-plugins/:maven-plugins/javancss</connection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/javancss/</url> </repository> <versions> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:24:13
|
jeffjensen 06/08/15 05:24:09 Modified: uberdist project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.5 +3 -3 maven-plugins/uberdist/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/uberdist/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 11 Oct 2005 06:29:11 -0000 1.4 +++ project.xml 15 Aug 2006 12:24:09 -0000 1.5 @@ -42,13 +42,13 @@ <repository> <connection> - scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/uberdist + scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/uberdist </connection> <developerConnection> - scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/uberdist + scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/uberdist </developerConnection> <url> - http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/uberdist/ + http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/uberdist/ </url> </repository> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:24:10
|
jeffjensen 06/08/15 05:24:08 Modified: dotuml project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.5 +3 -3 maven-plugins/dotuml/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 11 Oct 2005 06:29:04 -0000 1.4 +++ project.xml 15 Aug 2006 12:24:08 -0000 1.5 @@ -27,13 +27,13 @@ <repository> <connection> - scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/dotuml + scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/dotuml </connection> <developerConnection> - scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/dotuml + scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/dotuml </developerConnection> <url> - http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/dotuml/ + http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/dotuml/ </url> </repository> <!-- mailingLists is in parent --> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:24:08
|
jeffjensen 06/08/15 05:24:06 Modified: weblogic project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.5 +2 -2 maven-plugins/weblogic/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/weblogic/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 11 Oct 2005 06:29:11 -0000 1.4 +++ project.xml 15 Aug 2006 12:24:05 -0000 1.5 @@ -18,8 +18,8 @@ <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/weblogic/distributions/</distributionDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/weblogic</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/weblogic/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/weblogic</connection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/weblogic/</url> </repository> <versions> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:24:07
|
jeffjensen 06/08/15 05:24:04 Modified: history project.xml plugin-project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.2 +2 -2 maven-plugins/history/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/history/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 8 Nov 2005 18:19:18 -0000 1.1 +++ project.xml 15 Aug 2006 12:24:04 -0000 1.2 @@ -17,9 +17,9 @@ <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/history/</siteDirectory> <repository> <connection> - scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/history</connection> + scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/history</connection> <url> - http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/history/</url> + http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/history/</url> </repository> <versions> 1.2 +3 -3 maven-plugins/history/plugin-project.xml Index: plugin-project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/history/plugin-project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plugin-project.xml 8 Nov 2005 18:19:18 -0000 1.1 +++ plugin-project.xml 15 Aug 2006 12:24:04 -0000 1.2 @@ -23,9 +23,9 @@ <distributionDirectory>/home/groups/${pom.groupId.substring(0,1)}/${pom.groupId.substring(0,2)}/${pom.groupId}/htdocs/repository/</distributionDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins</connection> - <developerConnection>scm:cvs:ssh:use...@cv...:/cvsroot/maven-plugins:maven-plugins</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins</connection> + <developerConnection>scm:cvs:ssh:use...@ma...:/cvsroot/maven-plugins:maven-plugins</developerConnection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/</url> </repository> <mailingLists> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:24:07
|
jeffjensen 06/08/15 05:24:02 Modified: jaxb project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.11 +2 -2 maven-plugins/jaxb/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jaxb/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 30 Jul 2006 22:30:52 -0000 1.10 +++ project.xml 15 Aug 2006 12:24:02 -0000 1.11 @@ -15,8 +15,8 @@ <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/jaxb/</siteDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/jaxb</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/jaxb/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/jaxb</connection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/jaxb/</url> </repository> <versions> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:24:03
|
jeffjensen 06/08/15 05:23:59 Modified: xmlresume project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.6 +2 -2 maven-plugins/xmlresume/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xmlresume/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 11 Oct 2005 06:29:12 -0000 1.5 +++ project.xml 15 Aug 2006 12:23:59 -0000 1.6 @@ -19,8 +19,8 @@ <!-- issueTrackingUrl, siteAddress are in parent --> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/xmlresume</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/xmlresume/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/xmlresume</connection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/xmlresume/</url> </repository> <developers> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:24:02
|
jeffjensen 06/08/15 05:23:56 Modified: was5 project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.22 +3 -3 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- project.xml 7 Nov 2005 02:19:23 -0000 1.21 +++ project.xml 15 Aug 2006 12:23:56 -0000 1.22 @@ -16,9 +16,9 @@ <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was5-plugin/</siteDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/was5</connection> - <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/was5</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/was5/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/was5</connection> + <developerConnection>scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/was5</developerConnection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/was5/</url> </repository> <versions> <version> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:24:01
|
jeffjensen 06/08/15 05:23:58 Modified: izpack project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.8 +3 -3 maven-plugins/izpack/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/izpack/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 11 Oct 2005 06:29:05 -0000 1.7 +++ project.xml 15 Aug 2006 12:23:58 -0000 1.8 @@ -32,9 +32,9 @@ <shortDescription>IzPack Plugin for Maven</shortDescription> <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/izpack</connection> - <developerConnection>scm:cvs:ssh:use...@cv...:/cvsroot/maven-plugins:maven-plugins/izpack</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/izpack/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/izpack</connection> + <developerConnection>scm:cvs:ssh:use...@ma...:/cvsroot/maven-plugins:maven-plugins/izpack</developerConnection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/izpack/</url> </repository> <versions> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:23:57
|
jeffjensen 06/08/15 05:23:54 Modified: files project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.5 +3 -3 maven-plugins/files/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/files/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 20 Dec 2005 12:36:16 -0000 1.4 +++ project.xml 15 Aug 2006 12:23:54 -0000 1.5 @@ -27,9 +27,9 @@ <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-files-plugin/</siteDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/files</connection> - <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/files</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/files/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/files</connection> + <developerConnection>scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/files</developerConnection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/files/</url> </repository> <versions> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:23:56
|
jeffjensen 06/08/15 05:23:53 Modified: rpm project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.23 +2 -2 maven-plugins/rpm/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/rpm/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 11 Oct 2005 06:29:09 -0000 1.22 +++ project.xml 15 Aug 2006 12:23:53 -0000 1.23 @@ -19,8 +19,8 @@ <gumpRepositoryId>jakarta</gumpRepositoryId> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/rpm</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/rpm/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/rpm</connection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/rpm/</url> </repository> <versions> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:23:56
|
jeffjensen 06/08/15 05:23:46 Modified: news project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.5 +3 -3 maven-plugins/news/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/news/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 11 Oct 2005 06:29:07 -0000 1.4 +++ project.xml 15 Aug 2006 12:23:46 -0000 1.5 @@ -28,9 +28,9 @@ <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-news-plugin/</siteDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/news</connection> - <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/news</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/news/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/news</connection> + <developerConnection>scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/news</developerConnection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/news/</url> </repository> <versions> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:23:53
|
jeffjensen 06/08/15 05:23:51 Modified: was5config project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.3 +3 -3 maven-plugins/was5config/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5config/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 25 Apr 2006 06:11:31 -0000 1.2 +++ project.xml 15 Aug 2006 12:23:51 -0000 1.3 @@ -14,9 +14,9 @@ <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was5config-plugin/</siteDirectory> <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was5config-plugin/distributions/</distributionDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/was5config</connection> - <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/was5config</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/was5config/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/was5config</connection> + <developerConnection>scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/was5config</developerConnection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/was5config/</url> </repository> <dependencies> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:23:53
|
jeffjensen 06/08/15 05:23:52 Modified: sdocbook project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.31 +3 -3 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- project.xml 11 Oct 2005 06:29:09 -0000 1.30 +++ project.xml 15 Aug 2006 12:23:52 -0000 1.31 @@ -20,9 +20,9 @@ <!-- issueTrackingUrl, siteAddress are in parent --> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/sdocbook</connection> - <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/sdocbook</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/sdocbook/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/sdocbook</connection> + <developerConnection>scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/sdocbook</developerConnection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/sdocbook/</url> </repository> <versions> <version> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:23:53
|
jeffjensen 06/08/15 05:23:47 Modified: was40 project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.22 +3 -3 maven-plugins/was40/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/project.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- project.xml 11 Oct 2005 06:29:11 -0000 1.21 +++ project.xml 15 Aug 2006 12:23:47 -0000 1.22 @@ -21,9 +21,9 @@ <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was40-plugin/</siteDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/was40</connection> - <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/was40</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/was40/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/was40</connection> + <developerConnection>scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/was40</developerConnection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/was40/</url> </repository> <versions> <version> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:23:53
|
jeffjensen 06/08/15 05:23:50 Modified: help project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.13 +2 -2 maven-plugins/help/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/help/project.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- project.xml 11 Oct 2005 06:29:05 -0000 1.12 +++ project.xml 15 Aug 2006 12:23:49 -0000 1.13 @@ -21,8 +21,8 @@ <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/help/</siteDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/help</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/help/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/help</connection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/help/</url> </repository> <versions> |