From: stephane b. <le...@us...> - 2004-12-07 13:28:17
|
le_phan 04/12/07 05:28:09 Modified: kodo project.xml Log: corrected link Revision Changes Path 1.12 +85 -97 maven-plugins/kodo/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 29 Nov 2004 14:28:35 -0000 1.11 +++ project.xml 7 Dec 2004 13:28:09 -0000 1.12 @@ -1,99 +1,87 @@ +<?xml version="1.0" encoding="UTF-8"?> <project> - <extend>${basedir}/../plugin-project.xml</extend> - <!-- pomVersion is in parent --> - <id>maven-kodo-plugin</id> - <name>Kodo Plugin</name> - <!-- groupId is in parent --> - <currentVersion>3.2.3</currentVersion> - <!-- organization is in parent --> - <inceptionYear>2003</inceptionYear> - <!-- package, logo are in parent. no gumpRepositoryId --> - <description>Maven plugin for Solarmetric's Kodo JDO implementation</description> - <shortDescription>Maven plugin for Solarmetric's Kodo JDO implementation</shortDescription> - <url>http://maven-plugins.sourceforge.net/kodo/</url> - <!-- issueTrackingUrl, siteAddress are in parent --> - <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/kodo/</siteDirectory> + <extend>${basedir}/../plugin-project.xml</extend> + <!-- pomVersion is in parent --> + <pomVersion>3</pomVersion> + <artifactId>maven-kodo-plugin</artifactId> + <groupId>maven-kodo-plugin</groupId> + <id>maven-kodo-plugin</id> + <name>Kodo Plugin</name> + <!-- groupId is in parent --> + <currentVersion>3.2.3</currentVersion> + <!-- organization is in parent --> + <inceptionYear>2003</inceptionYear> + <!-- package, logo are in parent. no gumpRepositoryId --> + <description>Maven plugin for Solarmetric's Kodo JDO implementation</description> + <shortDescription>Maven plugin for Solarmetric's Kodo JDO implementation</shortDescription> + <url>http://maven-plugins.sourceforge.net/maven-kodo-plugin/</url> + <!-- issueTrackingUrl, siteAddress are in parent --> + <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/kodo/</siteDirectory> + <repository> + <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/kodo</connection> + <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/kodo/</url> + </repository> + <developers> + <developer> + <name>Andy Jefferson</name> + <id>andy_jefferson</id> + <organization>AJSoft Limited</organization> + </developer> + <developer> + <name>Stephane Bouchet</name> + <id>sbouchet</id> + <organization>EMN</organization> + </developer> + </developers> + <dependencies> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.0.3</version> + <type>jar</type> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>1.0.1</version> + <type>jar</type> + </dependency> + <dependency> + <groupId>commons-pool</groupId> + <artifactId>commons-pool</artifactId> + <version>1.2</version> + <type>jar</type> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.8</version> + <type>jar</type> + </dependency> + <dependency> + <groupId>kodo</groupId> + <artifactId>kodo-jdo</artifactId> + <version>3.2.3</version> + <type>jar</type> + </dependency> + <dependency> + <groupId>kodo</groupId> + <artifactId>kodo-jdo-runtime</artifactId> + <version>3.2.3</version> + <type>jar</type> + </dependency> + <dependency> + <groupId>mx4j</groupId> + <artifactId>mx4j-jmx</artifactId> + <version>2.0.1</version> + <type>jar</type> + </dependency> + <dependency> + <groupId>mx4j</groupId> + <artifactId>mx4j-tools</artifactId> + <version>1.1</version> + <type>jar</type> + </dependency> + </dependencies> +</project> - <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/kodo</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/kodo/</url> - </repository> - - <developers> - <developer> - <name>Andy Jefferson</name> - <id>andy_jefferson</id> - <organization>AJSoft Limited</organization> - <roles> - <role>Developer</role> - </roles> - </developer> - <developer> - <name>Stephane Bouchet</name> - <id>sbouchet</id> - <organization>EMN</organization> - <roles> - <role>Developer</role> - </roles> - </developer> - </developers> - <dependencies> - <dependency> - <groupId>kodo</groupId> - <artifactId>kodo-jdo</artifactId> - <version>3.2.3</version> - <type>jar</type> - <properties/> - </dependency> - <dependency> - <groupId>kodo</groupId> - <artifactId>kodo-jdo-runtime</artifactId> - <version>3.2.3</version> - <type>jar</type> - <properties/> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.0.3</version> - <type>jar</type> - <properties/> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>1.0.1</version> - <type>jar</type> - <properties/> - </dependency> - <dependency> - <groupId>commons-pool</groupId> - <artifactId>commons-pool</artifactId> - <version>1.2</version> - <type>jar</type> - <properties/> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.8</version> - <type>jar</type> - <properties/> - </dependency> - <dependency> - <groupId>mx4j</groupId> - <artifactId>mx4j-jmx</artifactId> - <version>2.0.1</version> - <type>jar</type> - <properties/> - </dependency> - <dependency> - <groupId>mx4j</groupId> - <artifactId>mx4j-tools</artifactId> - <version>1.1</version> - <type>jar</type> - <properties/> - </dependency> - </dependencies> - -</project> \ No newline at end of file |