From: Eric P. <de...@us...> - 2005-07-11 19:48:12
|
dep4b 05/07/11 12:47:59 Modified: cobertura project.xml cobertura/xdocs changes.xml Log: tag release Revision Changes Path 1.7 +96 -88 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 11 Jul 2005 19:43:53 -0000 1.6 +++ project.xml 11 Jul 2005 19:47:57 -0000 1.7 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2005 The Apache Software Foundation. @@ -16,93 +17,100 @@ * limitations under the License. */ --> + <project> - <extend>${basedir}/../plugin-project.xml</extend> - <pomVersion>3</pomVersion> - <id>maven-cobertura-plugin:maven-cobertura-plugin</id> - <artifactId>maven-cobertura-plugin</artifactId> - <name>Cobertura Plug-in</name> - <groupId>maven-cobertura-plugin</groupId> - <currentVersion>1.0-SNAPSHOT</currentVersion> - <inceptionYear>2005</inceptionYear> - <description>Maven Plugin for Cobertura</description> - <shortDescription>Maven Plugin for Cobertura</shortDescription> - <url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin</url> - <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/cobertura/</url> - </repository> - <developers> - <developer> - <name>Carlos Sanchez</name> - <id>carlossg</id> - <email>ca...@ap...</email> - </developer> - <developer> - <name>Jamie Bisotti</name> - <id>jbisotti</id> - <email>jbi...@gm...</email> - <timezone>-4</timezone> - </developer> - <developer> - <name>Eric Pugh</name> - <id>dep4b</id> - <email>ep...@op...</email> - <organization>OpenSource Connections</organization> - </developer> - </developers> - <dependencies> - <dependency> - <groupId>cobertura</groupId> - <artifactId>cobertura</artifactId> - <version>1.4</version> - <url>http://cobertura.sourceforge.net</url> - </dependency> - <dependency> - <groupId>oro</groupId> - <artifactId>oro</artifactId> - <version>2.0.8</version> - <url>http://asm.objectweb.org</url> - </dependency> - <dependency> - <groupId>asm</groupId> - <artifactId>asm</artifactId> - <version>2.0</version> - <url>http://asm.objectweb.org</url> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.8</version> - <url>http://logging.apache.org/log4j</url> - </dependency> - <dependency> - <groupId>urbanophile</groupId> - <artifactId>java-getopt</artifactId> - <version>1.0.9</version> - <url>http://www.urbanophile.com/arenn/hacking/download.html</url> - </dependency> - <dependency> - <groupId>javancss</groupId> - <artifactId>javancss</artifactId> - <version>21.41</version> - <url>http://www.kclee.de/clemens/java/javancss/</url> - </dependency> - <dependency> - <groupId>javancss</groupId> - <artifactId>ccl</artifactId> - <version>21.41</version> - <url>http://www.kclee.de/clemens/java/javancss/</url> - </dependency> - </dependencies> - <reports> - <report>maven-changelog-plugin</report> - <report>maven-changes-plugin</report> - <report>maven-developer-activity-plugin</report> - <report>maven-faq-plugin</report> - <report>maven-file-activity-plugin</report> - <report>maven-license-plugin</report> - <report>maven-linkcheck-plugin</report> - </reports> + <extend>${basedir}/../plugin-project.xml</extend> + <pomVersion>3</pomVersion> + <id>maven-cobertura-plugin:maven-cobertura-plugin</id> + <artifactId>maven-cobertura-plugin</artifactId> + <name>Cobertura Plug-in</name> + <groupId>maven-cobertura-plugin</groupId> + <currentVersion>1.0</currentVersion> + <inceptionYear>2005</inceptionYear> + <description>Maven Plugin for Cobertura</description> + <shortDescription>Maven Plugin for Cobertura</shortDescription> + <url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin</url> + <repository> + <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</connection> + <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/cobertura/</url> + </repository> + <developers> + <developer> + <name>Carlos Sanchez</name> + <id>carlossg</id> + <email>ca...@ap...</email> + </developer> + <developer> + <name>Jamie Bisotti</name> + <id>jbisotti</id> + <email>jbi...@gm...</email> + <timezone>-4</timezone> + </developer> + <developer> + <name>Eric Pugh</name> + <id>dep4b</id> + <email>ep...@op...</email> + <organization>OpenSource Connections</organization> + </developer> + </developers> + <dependencies> + <dependency> + <groupId>cobertura</groupId> + <artifactId>cobertura</artifactId> + <version>1.4</version> + <url>http://cobertura.sourceforge.net</url> + </dependency> + <dependency> + <groupId>oro</groupId> + <artifactId>oro</artifactId> + <version>2.0.8</version> + <url>http://asm.objectweb.org</url> + </dependency> + <dependency> + <groupId>asm</groupId> + <artifactId>asm</artifactId> + <version>2.0</version> + <url>http://asm.objectweb.org</url> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.8</version> + <url>http://logging.apache.org/log4j</url> + </dependency> + <dependency> + <groupId>urbanophile</groupId> + <artifactId>java-getopt</artifactId> + <version>1.0.9</version> + <url>http://www.urbanophile.com/arenn/hacking/download.html</url> + </dependency> + <dependency> + <groupId>javancss</groupId> + <artifactId>javancss</artifactId> + <version>21.41</version> + <url>http://www.kclee.de/clemens/java/javancss/</url> + </dependency> + <dependency> + <groupId>javancss</groupId> + <artifactId>ccl</artifactId> + <version>21.41</version> + <url>http://www.kclee.de/clemens/java/javancss/</url> + </dependency> + </dependencies> + <reports> + <report>maven-changelog-plugin</report> + <report>maven-changes-plugin</report> + <report>maven-developer-activity-plugin</report> + <report>maven-faq-plugin</report> + <report>maven-file-activity-plugin</report> + <report>maven-license-plugin</report> + <report>maven-linkcheck-plugin</report> + </reports> + <versions> + <version> + <id>1.0</id> + <name>1.0</name> + <tag>MAVEN_COBERTURA_1_0</tag> + </version> + </versions> </project> - 1.5 +1 -3 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- changes.xml 11 Jul 2005 19:18:12 -0000 1.4 +++ changes.xml 11 Jul 2005 19:47:58 -0000 1.5 @@ -23,8 +23,6 @@ <title>Changes</title> </properties> <body> - <release version="1.0" date="IN CVS"> - Initial release; supports Cobertura 1.4. - </release> + <release version="1.0" date="2005-07-11">Initial release; supports Cobertura 1.4.</release> </body> </document> |