From: Jeff J. <jef...@us...> - 2007-01-22 04:18:59
|
jeffjensen 07/01/21 20:18:57 Modified: . project.xml Log: Update text, correct typo, add me to dev list. Revision Changes Path 1.36 +12 -1 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- project.xml 22 Jan 2007 02:24:45 -0000 1.35 +++ project.xml 22 Jan 2007 04:18:57 -0000 1.36 @@ -21,7 +21,7 @@ <description> <![CDATA[ <P> - Maven Plugins is a collection of plugins for <a href="http://maven.apache.org/maven-1.x/">Apache Maven</a>. These plugins are currently not part of Maven since they use an incompatible licence agreement or the JARs upon which they depend use an incompatible license agreement. + Maven Plugins is a collection of plugins for <a href="http://maven.apache.org/maven-1.x/">Apache Maven 1.x</a>. These plugins are not part of Maven since they use an incompatible license agreement or the JARs upon which they depend use an incompatible license agreement. </P> <P> Please refer to the <A HREF="projects-overview.html">Plugins @@ -164,6 +164,17 @@ </roles> <timezone>+1</timezone> </developer> + + <developer> + <name>Jeff Jensen</name> + <id>jeffjensen</id> + <email>jef...@us...</email> + <organization>Sourceforge</organization> + <roles> + <role>Developer</role> + </roles> + <timezone>-6</timezone> + </developer> </developers> <dependencies> |