Skip to content

Commit ca2e600

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3cb7c24 + 2504dcd commit ca2e600

File tree

3 files changed

+8
-23
lines changed

3 files changed

+8
-23
lines changed

.idea/libraries/Maven__org_nameapi_ontology_core_nameapi_ontology5_core_5_0_1.xml renamed to .idea/libraries/Maven__org_nameapi_ontology_core_nameapi_ontology5_core_5_0_2.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Using Maven:
1818
<dependency>
1919
<groupId>org.nameapi.client</groupId>
2020
<artifactId>nameapi-client</artifactId>
21-
<version>5.0</version>
21+
<version>5.0.1</version>
2222
</dependency>
2323

2424
Or you can download the jar, or check out the source code from this GitHub project.
@@ -42,7 +42,7 @@ Context context = new ContextBuilder()
4242
Then you need an executor and a mode:
4343

4444
```java
45-
CommandExecutor executor = NameApiRemoteExecutors.get()
45+
CommandExecutor executor = NameApiRemoteExecutors.get();
4646
Mode mode = NameApiModeFactory.minimal(context);
4747
```
4848

pom.xml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.nameapi.client</groupId>
66
<artifactId>nameapi-client</artifactId>
77
<name>nameapi-client</name>
8-
<version>5.1-SNAPSHOT</version>
8+
<version>5.0.2-SNAPSHOT</version>
99

1010
<url>https://github.com/optimaize/nameapi-client-java</url>
1111
<description>
@@ -41,7 +41,7 @@
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<java.version>1.7</java.version>
4343
<anythingworks.version>0.5</anythingworks.version>
44-
<ontology.version>5.0.1</ontology.version>
44+
<ontology.version>5.0.2</ontology.version>
4545
<swagger-annotations-version>1.5.4</swagger-annotations-version>
4646
</properties>
4747

@@ -176,28 +176,13 @@
176176
</profile>
177177
</profiles>
178178

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-
192179
<dependencies>
193180
<dependency>
194181
<groupId>com.optimaize.anythingworks.client.rest</groupId>
195182
<artifactId>anythingworks-client-rest</artifactId>
196183
<version>${anythingworks.version}</version>
197184
</dependency>
198185

199-
<!-- this dependency is in our internal artifactory repository.
200-
and maven finds it through the repository definition in the lib folder. -->
201186
<dependency>
202187
<groupId>org.nameapi.ontology.core</groupId>
203188
<artifactId>nameapi-ontology5-core</artifactId>

0 commit comments

Comments
 (0)