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 02:17:17 +0300
committerJon Morra <jmorra@eharmony.com>2015-01-03 02:17:17 +0300
commit82f547432d0bf7589fe4c69c0d64df31269fa3c0 (patch)
tree9b637e3e65e240b4fb23a96076c3963ed1923622
parentfe86dce923ba16aa25756465af1eb56de09743f3 (diff)
Removing eH stuff
-rw-r--r--java/pom.xml28
1 files changed, 1 insertions, 27 deletions
diff --git a/java/pom.xml b/java/pom.xml
index 20a84515..db48a576 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -4,35 +4,9 @@
<groupId>vw</groupId>
<artifactId>vw-jni-${os.version}-${os.arch}</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-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>