Skip to content

Commit

Permalink
Realease version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
junpeng1 committed Apr 2, 2015
1 parent 4c87d51 commit 5dca5bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ViSearch is an API that provides accurate, reliable and scalable image search. V

The ViSearch Java SDK is an open source software for easy integration with your Java back-end applications and services. For source code and references, visit the [Github Repository](https://github.com/visenze/visearch-sdk-java).

* Current stable version: 1.0.1
* Current stable version: 1.0.3
* Minimum Java version: 6

##2. Setup
Expand All @@ -44,18 +44,18 @@ For Maven projects, include the dependency in ```pom.xml```:
<dependency>
<groupId>com.visenze</groupId>
<artifactId>visearch-java-sdk</artifactId>
<version>1.0.0</version>
<version>1.0.3</version>
</dependency>
```

For Gradle projects, include this line in your ```build.gradle``` dependencies block:
```
compile 'com.visenze:visearch-java-sdk:1.0.0'
compile 'com.visenze:visearch-java-sdk:1.0.3'
```

For SBT projects, add the following line to ```build.sbt```:
```
libraryDependencies += "com.visenze" % "visearch-java-sdk" % "1.0.0"
libraryDependencies += "com.visenze" % "visearch-java-sdk" % "1.0.3"
```

##3. Initialization
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.visenze</groupId>
<artifactId>visearch-java-sdk-pom</artifactId>
<name>ViSearch Java SDK POM</name>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>pom</packaging>
<url>http://www.visenze.com/doc</url>
<description>
Expand Down
4 changes: 2 additions & 2 deletions visearch-java-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<parent>
<groupId>com.visenze</groupId>
<artifactId>visearch-java-sdk-pom</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<dependencies>
<dependency>
<groupId>com.visenze</groupId>
<artifactId>visearch-java-sdk</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion visearch-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.visenze</groupId>
<artifactId>visearch-java-sdk-pom</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<properties>
Expand Down

0 comments on commit 5dca5bd

Please sign in to comment.