aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChandan Rajah <crajah@parallelai.com>2013-08-07 12:10:33 +0100
committerChandan Rajah <crajah@parallelai.com>2013-08-07 12:10:33 +0100
commit522984bfad7df3f4cd6d2c33e0dfe3e14655896f (patch)
treeda48a5374844b4d3d7285d5f8a6567b1beb7b626 /pom.xml
parent9a9f51c9eea317f5d28e6bc2f930b45159e7bb57 (diff)
downloadSpyGlass-522984bfad7df3f4cd6d2c33e0dfe3e14655896f.tar.gz
SpyGlass-522984bfad7df3f4cd6d2c33e0dfe3e14655896f.zip
Updated pom for flexibility
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index ba7bdcc..0ccf0c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,12 +9,6 @@
</organization>
- <name>Cascading and Scalding wrapper for HBase with advanced features</name>
- <groupId>parallelai</groupId>
- <artifactId>parallelai.spyglass</artifactId>
- <version>2.9.3_3.0.0</version>
- <packaging>jar</packaging>
-
<properties>
<!-- Java compilation level -->
<maven.compiler.source>1.6</maven.compiler.source>
@@ -69,7 +63,13 @@
</properties>
- <distributionManagement>
+ <name>Cascading and Scalding wrapper for HBase with advanced features</name>
+ <groupId>parallelai</groupId>
+ <artifactId>parallelai.spyglass</artifactId>
+ <version>${scala.version}_3.0.0</version>
+ <packaging>jar</packaging>
+
+ <distributionManagement>
<repository>
<id>repo</id>
<url>https://github.com/ParallelAI/mvn-repo/raw/master/releases</url>