|
From: Eric P. <de...@us...> - 2005-07-11 19:18:23
|
dep4b 05/07/11 12:18:14
Modified: cobertura/xdocs changes.xml
cobertura project.xml
Log:
Add myself in prep for release
Revision Changes Path
1.4 +1 -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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- changes.xml 17 Jun 2005 16:43:30 -0000 1.3
+++ changes.xml 11 Jul 2005 19:18:12 -0000 1.4
@@ -23,7 +23,7 @@
<title>Changes</title>
</properties>
<body>
- <release version="1.4.1" date="IN CVS">
+ <release version="1.0" date="IN CVS">
Initial release; supports Cobertura 1.4.
</release>
</body>
1.5 +7 -1 maven-plugins/cobertura/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.xml 17 Jun 2005 19:32:37 -0000 1.4
+++ project.xml 11 Jul 2005 19:18:13 -0000 1.5
@@ -23,7 +23,7 @@
<artifactId>maven-cobertura-plugin</artifactId>
<name>Cobertura Plug-in</name>
<groupId>maven-cobertura-plugin</groupId>
- <currentVersion>1.4.1</currentVersion>
+ <currentVersion>1.0-SNAPSHOT</currentVersion>
<inceptionYear>2005</inceptionYear>
<description>Maven Plugin for Cobertura</description>
<shortDescription>Maven Plugin for Cobertura</shortDescription>
@@ -45,6 +45,12 @@
<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>
|