From: Benjamin R. <ran...@us...> - 2007-08-04 15:00:38
|
Update of /cvsroot/jrobin/maven In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25862 Modified Files: pom.xml Log Message: merge some spiffy pom updates from Herve Boutemy Index: pom.xml =================================================================== RCS file: /cvsroot/jrobin/maven/pom.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** pom.xml 3 Aug 2007 19:50:48 -0000 1.12 --- pom.xml 4 Aug 2007 15:00:34 -0000 1.13 *************** *** 4,11 **** <groupId>org.jrobin</groupId> <artifactId>jrobin</artifactId> - <name>jrobin</name> - <version>1.5.8-SNAPSHOT</version> <packaging>jar</packaging> ! <url>http://www.jrobin.org</url> <build> <sourceDirectory>src</sourceDirectory> --- 4,60 ---- <groupId>org.jrobin</groupId> <artifactId>jrobin</artifactId> <packaging>jar</packaging> ! ! <name>JRobin</name> ! <version>1.5.8-SNAPSHOT</version> ! <description> ! JRobin is a 100% pure Java alternative to RRDTool, with about exactly the same specifications. If you provide the ! same data to RRDTool and JRobin, you will get exactly the same results and graphs. All standard RRDTool operations ! are supported. ! </description> ! <url>http://www.jrobin.org/</url> ! <inceptionYear>2003</inceptionYear> ! <developers> ! <developer> ! <id>saxon64</id> ! <name>Sasa Markovic</name> ! <email>sa...@us...</email> ! </developer> ! <developer> ! <id>cobralord</id> ! <name>Arne Vandamme</name> ! <email>cob...@us...</email> ! </developer> ! <developer> ! <id>tarus</id> ! <name>Tarus Balog</name> ! <email>ta...@us...</email> ! </developer> ! <developer> ! <id>djgregor</id> ! <name>DJ Gregor</name> ! <email>djg...@us...</email> ! </developer> ! <developer> ! <id>rangerrick</id> ! <name>Benjamin Reed</name> ! <email>ran...@us...</email> ! </developer> ! </developers> ! <scm> ! <connection>scm:cvs:pserver:ano...@jr...:/cvsroot/jrobin:src</connection> ! <developerConnection>scm:cvs:ext:${maven.username}@jrobin.cvs.sourceforge.net:/cvsroot/jrobin:src</developerConnection> ! <url>http://jrobin.cvs.sourceforge.net/jrobin/src</url> ! </scm> ! <licenses> ! <license> ! <name>LGPL</name> ! </license> ! </licenses> ! <issueManagement> ! <system>SF Bug Tracker</system> ! <url>http://sourceforge.net/tracker/?atid=566805&group_id=82668</url> ! </issueManagement> ! <build> <sourceDirectory>src</sourceDirectory> *************** *** 18,21 **** --- 67,71 ---- <plugin> <artifactId>maven-compiler-plugin</artifactId> + <version>2.0.2</version> <configuration> <source>1.5</source> *************** *** 25,28 **** --- 75,79 ---- <plugin> <artifactId>maven-deploy-plugin</artifactId> + <version>2.3</version> <configuration> <repositoryId>opennms-repo</repositoryId> *************** *** 32,37 **** </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> --- 83,88 ---- </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> + <version>2.3</version> <executions> <execution> *************** *** 44,47 **** --- 95,99 ---- <plugin> <artifactId>maven-source-plugin</artifactId> + <version>2.0.3</version> <executions> <execution> *************** *** 71,86 **** </dependencies> <distributionManagement> ! <!-- use the following if you're not using a snapshot version. --> ! <repository> ! <id>opennms-repo</id> ! <name>OpenNMS Release Repository</name> ! <url>scpexe://repo.opennms.org/var/www/sites/opennms.org/site/repo/maven2</url> ! </repository> ! <!-- use the following if you ARE using a snapshot version. --> ! <snapshotRepository> ! <id>opennms-snapshot-repo</id> ! <name>OpenNMS Snapshot Repository</name> ! <url>scpexe://repo.opennms.org/var/www/sites/opennms.org/site/repo/snapshots</url> ! </snapshotRepository> ! </distributionManagement> </project> --- 123,138 ---- </dependencies> <distributionManagement> ! <!-- use the following if you're not using a snapshot version. --> ! <repository> ! <id>opennms-repo</id> ! <name>OpenNMS Release Repository</name> ! <url>scpexe://repo.opennms.org/var/www/sites/opennms.org/site/repo/maven2</url> ! </repository> ! <!-- use the following if you ARE using a snapshot version. --> ! <snapshotRepository> ! <id>opennms-snapshot-repo</id> ! <name>OpenNMS Snapshot Repository</name> ! <url>scpexe://repo.opennms.org/var/www/sites/opennms.org/site/repo/snapshots</url> ! </snapshotRepository> ! </distributionManagement> </project> |