From: Eric G. <ri...@us...> - 2005-05-12 19:56:31
|
rikgig 05/05/12 12:56:24 Modified: uberdist plugin.jelly project.xml Log: update header comment. Revision Changes Path 1.3 +1 -1 maven-plugins/uberdist/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/uberdist/plugin.jelly,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- plugin.jelly 12 May 2005 19:49:13 -0000 1.2 +++ plugin.jelly 12 May 2005 19:56:24 -0000 1.3 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- /* - * Copyright 2004-2005 Eric Giguere + * Copyright 2004-2005 Eric Giguère * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.3 +41 -40 maven-plugins/uberdist/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/uberdist/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 3 Mar 2005 03:36:25 -0000 1.2 +++ project.xml 12 May 2005 19:56:24 -0000 1.3 @@ -1,8 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1"?> - <!-- /* - * Copyright 2004-2005 Eric Giguere. + * Copyright 2004-2005 Eric Giguère. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,41 +18,38 @@ --> - <!-- The master project file all subprojects inherit this project.xml file. --> <project> - <extend>${basedir}/../plugin-project.xml</extend> - - <id>maven-uberdist-plugin</id> - <name>Maven UberDist Plugin</name> - <!-- groupId is in parent --> - - <currentVersion>1.0.10</currentVersion> - - <!-- organization is in parent --> - <!-- logo is in parent. no gumpRepositoryId --> - - <inceptionYear>2004</inceptionYear> - <shortDescription>Distribution plugin for multiple projects</shortDescription> - - <siteDirectory> - /home/groups/m/ma/maven-plugins/htdocs/maven-uberdist-plugin/ - </siteDirectory> - <distributionDirectory> - /home/groups/m/ma/maven-plugins/htdocs/maven-uberdist-plugin/distributions/ - </distributionDirectory> - - <repository> - <connection> - scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/uberdist - </connection> - <developerConnection> - scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/uberdist - </developerConnection> - <url> - http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/uberdist/ - </url> - </repository> + <extend>${basedir}/../plugin-project.xml</extend> + <id>maven-uberdist-plugin</id> + <!-- groupId is in parent --> + <name>Maven UberDist Plugin</name> + <currentVersion>1.0.11</currentVersion> + + <!-- organization is in parent --> + <!-- logo is in parent. no gumpRepositoryId --> + + <inceptionYear>2004</inceptionYear> + <shortDescription>Distribution plugin for multiple projects</shortDescription> + + <siteDirectory> + /home/groups/m/ma/maven-plugins/htdocs/maven-uberdist-plugin/ + </siteDirectory> + <distributionDirectory> + /home/groups/m/ma/maven-plugins/htdocs/maven-uberdist-plugin/distributions/ + </distributionDirectory> + + <repository> + <connection> + scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/uberdist + </connection> + <developerConnection> + scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/uberdist + </developerConnection> + <url> + http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/uberdist/ + </url> + </repository> <!-- mailingLists is in parent --> @@ -68,6 +64,11 @@ <dependencies/> <versions> <version> + <id>1.0.11</id> + <name>1.0.10</name> + <tag>UBER-DIST-1_0_11</tag> + </version> + <version> <id>1.0.10</id> <name>1.0.10</name> <tag>UBER-DIST-1_0_10</tag> @@ -75,10 +76,10 @@ </versions> <!-- build is in the parent --> - <reports> - <report>maven-changes-plugin</report> - <report>maven-linkcheck-plugin</report> - <report>maven-faq-plugin</report> - </reports> + <reports> + <report>maven-changes-plugin</report> + <report>maven-linkcheck-plugin</report> + <report>maven-faq-plugin</report> + </reports> </project> |