From 4359e78f75d5e907022051ee5c2bc114afa807af Mon Sep 17 00:00:00 2001 From: Coda Hale Date: Tue, 13 Sep 2011 15:06:22 -0700 Subject: [PATCH] Add 2.9.1 as main build version. --- pom.xml | 4 +- pom_2.9.0-1.xml | 184 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 186 insertions(+), 2 deletions(-) create mode 100644 pom_2.9.0-1.xml diff --git a/pom.xml b/pom.xml index d3c9e79..ad6e7eb 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ 4.0.0 com.codahale - jerkson_2.9.0-1 + jerkson_2.9.1 0.4.1-SNAPSHOT Jerkson for Scala ${scala.version} - 2.9.0-1 + 2.9.1 [1.8.0,1.9.0) diff --git a/pom_2.9.0-1.xml b/pom_2.9.0-1.xml new file mode 100644 index 0000000..d3c9e79 --- /dev/null +++ b/pom_2.9.0-1.xml @@ -0,0 +1,184 @@ + + + 4.0.0 + + com.codahale + jerkson_2.9.0-1 + 0.4.1-SNAPSHOT + Jerkson for Scala ${scala.version} + + + 2.9.0-1 + [1.8.0,1.9.0) + + + + + Coda Hale + coda.hale@gmail.com + -8 + + + + + + http://codahale.com/mit.txt + The MIT License + repo + + + + + + scala-tools-releases + http://scala-tools.org/repo-releases/ + + + repo.codahale.com + http://repo.codahale.com + + + + + + scala-tools-releases + http://scala-tools.org/repo-releases/ + + + + + + repo.codahale.com + scp://codahale.com/home/codahale/repo.codahale.com + + + + + + org.scala-lang + scala-library + ${scala.version} + + + org.codehaus.jackson + jackson-core-asl + ${jackson.version} + + + org.codehaus.jackson + jackson-mapper-asl + ${jackson.version} + + + com.codahale + simplespec_${scala.version} + [0.5.0,0.6.0) + test + + + + + + sign + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.2 + + + sign-artifacts + verify + + sign + + + + + + + + + + + + + org.scala-tools + maven-scala-plugin + 2.15.2 + + + + compile + testCompile + + + + + + -optimise + -unchecked + -deprecation + + UTF-8 + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + UTF-8 + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + UTF-8 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.8.1 + + false + -Xmx1024m + + **/*Spec.java + + + **/*Test.java + + + + + + + org.apache.maven.wagon + wagon-ssh + 1.0-beta-7 + + + +