aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Blakeney <blakeney@alum.mit.edu>2015-09-03 20:12:21 -0400
committerJohn Blakeney <blakeney@alum.mit.edu>2015-09-03 20:12:21 -0400
commitead7e97dca4023fa7a7a3337a2ac1d238f6e64c4 (patch)
tree00bb7044e8eb86730e9035249a96ae8eecd1642d
parent57a2c00ccf7ea2960456cb6d0a49022a722a1158 (diff)
downloadSpyGlass-ead7e97dca4023fa7a7a3337a2ac1d238f6e64c4.tar.gz
SpyGlass-ead7e97dca4023fa7a7a3337a2ac1d238f6e64c4.zip
Increment version. Fix Maven plugin versions.
-rw-r--r--pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 90261ac..d22d4c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<name>Cascading and Scalding wrapper for HBase with advanced features</name>
<groupId>parallelai</groupId>
<artifactId>parallelai.spyglass</artifactId>
- <version>2.10_0.12.0_5.3.0</version>
+ <version>2.10_0.12.1_5.3.0</version>
<packaging>jar</packaging>
<properties>
@@ -27,6 +27,7 @@
<!-- Maven -->
<maven-compiler-plugin.version>3.0</maven-compiler-plugin.version>
<maven-scala-plugin.version>2.15.2</maven-scala-plugin.version>
+ <maven-source-plugin.version>2.4</maven-source-plugin.version>
<maven.surefire.plugin.version>2.12.3</maven.surefire.plugin.version>
<cdh.version>cdh5.3.0</cdh.version>
@@ -233,6 +234,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
+ <version>${maven-source-plugin.version}</version>
<executions>
<execution>
<id>attach-sources</id>
@@ -246,6 +248,7 @@
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
+ <version>${maven-scala-plugin.version}</version>
<executions>
<execution>