From: Jamie B. <jbi...@us...> - 2005-06-17 16:43:41
|
jbisotti 05/06/17 09:43:31 Modified: cobertura project.xml cobertura/xdocs changes.xml Log: Changed version from 1.0 to 1.4.1. Using 1.4 because that is the version of Cobertura this plugin supports. Using ".1" becuase there is already a 1.4 version, attached to a JCoverage JIRA issue, in use. Revision Changes Path 1.2 +68 -74 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 10 Jun 2005 06:16:44 -0000 1.1 +++ project.xml 17 Jun 2005 16:43:20 -0000 1.2 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- /* * Copyright 2001-2005 The Apache Software Foundation. @@ -18,77 +17,72 @@ */ --> <project> - <extend>${basedir}/../plugin-project.xml</extend> - <pomVersion>3</pomVersion> - <artifactId>maven-cobertura-plugin</artifactId> - <name>Cobertura Plug-in</name> - <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> - <developerConnection>scm:cvs:ssh:use...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/cobertura/</url> - </repository> - - <versions> - </versions> - - <developers> - <developer> - <name>Carlos Sanchez</name> - <id>carlossg</id> - <email>ca...@ap...</email> - <roles> - <role>Software Developer</role> - </roles> - </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> - + <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.4.1</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> + <developerConnection>scm:cvs:ssh:use...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</developerConnection> + <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> + </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> </project> + 1.3 +2 -1 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- changes.xml 17 Jun 2005 16:34:52 -0000 1.2 +++ changes.xml 17 Jun 2005 16:43:30 -0000 1.3 @@ -23,7 +23,8 @@ <title>Changes</title> </properties> <body> - <release version="1.0-SNAPSHOT" date="IN CVS"> + <release version="1.4.1" date="IN CVS"> + Initial release; supports Cobertura 1.4. </release> </body> </document> |