From ccd007906f47b19e621ad7ef0c594f863ac4c24d Mon Sep 17 00:00:00 2001 From: Stephen Connolly Date: Fri, 30 Dec 2011 16:09:56 +0000 Subject: [PATCH] prepare pom.xml for push to Maven Central --- pom.xml | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 132 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 9d141a3..d6f5af9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,19 +1,144 @@ + + 4.0.0 + + + org.sonatype.oss + oss-parent + 7 + + edu.stanford.ppl snaptree - jar 0.1-SNAPSHOT - snaptree + jar + + SnapTree RI + The reference implementation of SnapTree, + a concurrent AVL tree with fast cloning, snapshots, and consistent + iteration. + https://github.com/nbronson/snaptree + 2009 + + + SNAPTREE LICENSE + https://raw.github.com/nbronson/snaptree/b198f84b0c927f6b5cdef080552fc26aa004d3ee/doc/LICENSE + repo + + + + + + nbronson + Nathan Grasso Bronson + + developer + + + + + + 2.2.1 + + + + scm:git:git://github.com/nbronson/snaptree.git + scm:git:git@github.com:nbronson/snaptree.git + http://github.com/nbronson/snaptree/tree/master/ + + + github + http://github.com/nbronson/snaptree/issues + + + + UTF-8 + UTF-8 + UTF-8 + + + + + junit + junit + 3.8.1 + test + + + + + + + maven-clean-plugin + 2.4.1 + + + maven-compiler-plugin + 2.3.2 + + + maven-deploy-plugin + 2.7 + + + maven-install-plugin + 2.3.1 + + + maven-jar-plugin + 2.3.2 + + + maven-resources-plugin + 2.5 + + + maven-surefire-plugin + 2.11 + + + - org.apache.maven.plugins maven-compiler-plugin - 2.0.2 1.6 1.6 @@ -21,12 +146,5 @@ - - - junit - junit - 3.8.1 - test - - +