Commit 85f1fb19a872fcc1cb7a177f11634c5d97db62fc
1 parent
f56963cc
upgrading jwlp
Showing
1 changed file
with
14 additions
and
6 deletions
Show diff stats
pom.xml
... | ... | @@ -29,7 +29,7 @@ |
29 | 29 | <dependency> |
30 | 30 | <groupId>de.tudarmstadt.ukp.wikipedia</groupId> |
31 | 31 | <artifactId>de.tudarmstadt.ukp.wikipedia</artifactId> |
32 | - <version>1.0.0</version> | |
32 | + <version>1.1.0-SNAPSHOT</version> | |
33 | 33 | <type>pom</type> |
34 | 34 | <scope>import</scope> |
35 | 35 | </dependency> |
... | ... | @@ -60,27 +60,27 @@ |
60 | 60 | <dependency> |
61 | 61 | <groupId>de.tudarmstadt.ukp.wikipedia</groupId> |
62 | 62 | <artifactId>de.tudarmstadt.ukp.wikipedia.api</artifactId> |
63 | - <version>1.0.0</version> | |
63 | + <version>1.1.0-SNAPSHOT</version> | |
64 | 64 | </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>de.tudarmstadt.ukp.wikipedia</groupId> |
67 | 67 | <artifactId>de.tudarmstadt.ukp.wikipedia.parser</artifactId> |
68 | - <version>1.0.0</version> | |
68 | + <version>1.1.0-SNAPSHOT</version> | |
69 | 69 | </dependency> |
70 | 70 | <dependency> |
71 | 71 | <groupId>de.tudarmstadt.ukp.wikipedia</groupId> |
72 | 72 | <artifactId>de.tudarmstadt.ukp.wikipedia.datamachine</artifactId> |
73 | - <version>1.0.0</version> | |
73 | + <version>1.1.0-SNAPSHOT</version> | |
74 | 74 | </dependency> |
75 | 75 | <dependency> |
76 | 76 | <groupId>de.tudarmstadt.ukp.wikipedia</groupId> |
77 | 77 | <artifactId>de.tudarmstadt.ukp.wikipedia.revisionmachine</artifactId> |
78 | - <version>1.0.0</version> | |
78 | + <version>1.1.0-SNAPSHOT</version> | |
79 | 79 | </dependency> |
80 | 80 | <dependency> |
81 | 81 | <groupId>de.tudarmstadt.ukp.wikipedia</groupId> |
82 | 82 | <artifactId>de.tudarmstadt.ukp.wikipedia.timemachine</artifactId> |
83 | - <version>1.0.0</version> | |
83 | + <version>1.1.0-SNAPSHOT</version> | |
84 | 84 | </dependency> |
85 | 85 | <dependency> |
86 | 86 | <groupId>com.google.code.gson</groupId> |
... | ... | @@ -120,6 +120,14 @@ |
120 | 120 | <id>sonatype-snapshots</id> |
121 | 121 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
122 | 122 | </repository> |
123 | + <repository> | |
124 | + <id>de.tudarmstadt.ukp.wikipedia</id> | |
125 | + <url>http://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/</url> | |
126 | + <snapshots> | |
127 | + <enabled>true</enabled> | |
128 | + <updatePolicy>always</updatePolicy> | |
129 | + </snapshots> | |
130 | + </repository> | |
123 | 131 | </repositories> |
124 | 132 | <build> |
125 | 133 | <!-- <extensions> | ... | ... |