diff options
author | Chandan Rajah <crajah@parallelai.com> | 2013-08-07 12:10:33 +0100 |
---|---|---|
committer | Chandan Rajah <crajah@parallelai.com> | 2013-08-07 12:10:33 +0100 |
commit | 522984bfad7df3f4cd6d2c33e0dfe3e14655896f (patch) | |
tree | da48a5374844b4d3d7285d5f8a6567b1beb7b626 | |
parent | 9a9f51c9eea317f5d28e6bc2f930b45159e7bb57 (diff) | |
download | SpyGlass-522984bfad7df3f4cd6d2c33e0dfe3e14655896f.tar.gz SpyGlass-522984bfad7df3f4cd6d2c33e0dfe3e14655896f.zip |
Updated pom for flexibility
-rw-r--r-- | pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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> |