diff options
author | John Blakeney <blakeney@alum.mit.edu> | 2015-09-03 20:12:21 -0400 |
---|---|---|
committer | John Blakeney <blakeney@alum.mit.edu> | 2015-09-03 20:12:21 -0400 |
commit | ead7e97dca4023fa7a7a3337a2ac1d238f6e64c4 (patch) | |
tree | 00bb7044e8eb86730e9035249a96ae8eecd1642d | |
parent | 57a2c00ccf7ea2960456cb6d0a49022a722a1158 (diff) | |
download | SpyGlass-ead7e97dca4023fa7a7a3337a2ac1d238f6e64c4.tar.gz SpyGlass-ead7e97dca4023fa7a7a3337a2ac1d238f6e64c4.zip |
Increment version. Fix Maven plugin versions.
-rw-r--r-- | pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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> |