Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Morra <jmorra@eharmony.com>2015-01-03 01:38:30 +0300
committerJon Morra <jmorra@eharmony.com>2015-01-03 01:38:30 +0300
commit71b60f060464fde0c0f6ad0f22784ec09c2de59e (patch)
tree7c80128e3ad9ecf4786a4e6edc70e66b2e7c9a63
parent08a83933773ae82e7d09200a75b8e2060936cf7c (diff)
Adding back eHarmony specifics to pom file
-rw-r--r--java/pom.xml28
1 files changed, 27 insertions, 1 deletions
diff --git a/java/pom.xml b/java/pom.xml
index db48a576..20a84515 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -4,9 +4,35 @@
<groupId>vw</groupId>
<artifactId>vw-jni-${os.version}-${os.arch}</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<name>Vowpal Wabbit JNI Layer</name>
+ <scm>
+ <connection>scm:git:git@github.com:elevatedcareers/vowpal_wabbit.git</connection>
+ <url>git@github.com:elevatedcareers/vowpal_wabbit.git</url>
+ <developerConnection>scm:git:git@github.com:elevatedcareers/vowpal_wabbit.git</developerConnection>
+ <tag>HEAD</tag>
+ </scm>
+
+ <distributionManagement>
+ <!-- use the following if you're not using a snapshot version. -->
+ <repository>
+ <uniqueVersion>false</uniqueVersion>
+ <id>releases</id>
+ <name>Internal Releases</name>
+ <url>http://nexus.elevatedcareers.com:8081/nexus/content/repositories/releases</url>
+ <layout>default</layout>
+ </repository>
+
+ <!-- use the following if you ARE using a snapshot version. -->
+ <snapshotRepository>
+ <id>snapshots</id>
+ <name>Internal Snapshots</name>
+ <url>http://nexus.elevatedcareers.com:8081/nexus/content/repositories/snapshots</url>
+ <layout>default</layout>
+ </snapshotRepository>
+ </distributionManagement>
+
<properties>
<slf4j.version>1.7.6</slf4j.version>
<junit.version>4.11</junit.version>