|
5 | 5 | <groupId>org.nameapi.client</groupId> |
6 | 6 | <artifactId>nameapi-client</artifactId> |
7 | 7 | <name>nameapi-client</name> |
8 | | - <version>5.1-SNAPSHOT</version> |
| 8 | + <version>5.0.2-SNAPSHOT</version> |
9 | 9 |
|
10 | 10 | <url>https://github.com/optimaize/nameapi-client-java</url> |
11 | 11 | <description> |
|
41 | 41 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
42 | 42 | <java.version>1.7</java.version> |
43 | 43 | <anythingworks.version>0.5</anythingworks.version> |
44 | | - <ontology.version>5.0.1</ontology.version> |
| 44 | + <ontology.version>5.0.2</ontology.version> |
45 | 45 | <swagger-annotations-version>1.5.4</swagger-annotations-version> |
46 | 46 | </properties> |
47 | 47 |
|
|
176 | 176 | </profile> |
177 | 177 | </profiles> |
178 | 178 |
|
179 | | - <!-- |
180 | | - This lets Maven see the jars in the lib folder when building. |
181 | | - Once the Ontology jar is in Maven Central, we won't need this anymore. |
182 | | - See for an overview http://stackoverflow.com/questions/5692256/maven-best-way-of-linking-custom-external-jar-to-my-project |
183 | | - and for detail here http://charlie.cu.cc/2012/06/how-add-external-libraries-maven/ --> |
184 | | - <repositories> |
185 | | - <repository> |
186 | | - <id>in-project</id> |
187 | | - <name>In Project Repo</name> |
188 | | - <url>file://${project.basedir}/lib</url> |
189 | | - </repository> |
190 | | - </repositories> |
191 | | - |
192 | 179 | <dependencies> |
193 | 180 | <dependency> |
194 | 181 | <groupId>com.optimaize.anythingworks.client.rest</groupId> |
195 | 182 | <artifactId>anythingworks-client-rest</artifactId> |
196 | 183 | <version>${anythingworks.version}</version> |
197 | 184 | </dependency> |
198 | 185 |
|
199 | | - <!-- this dependency is in our internal artifactory repository. |
200 | | - and maven finds it through the repository definition in the lib folder. --> |
201 | 186 | <dependency> |
202 | 187 | <groupId>org.nameapi.ontology.core</groupId> |
203 | 188 | <artifactId>nameapi-ontology5-core</artifactId> |
|
0 commit comments