Skip to content

Commit

Permalink
updating version for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kkanthet committed Oct 14, 2016
1 parent d20f400 commit ba1a210
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# marklogic-jena v1.0.2-SNAPSHOT
# marklogic-jena v1.0.2

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion marklogic-jena-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'java'
evaluationDependsOn(":marklogic-jena")

dependencies {
compile('com.marklogic:marklogic-jena:1.0.2-SNAPSHOT'){
compile('com.marklogic:marklogic-jena:1.0.2'){
changing=true
exclude(group: 'org.slf4j')
exclude(group: 'log4j')
Expand Down
4 changes: 2 additions & 2 deletions marklogic-jena/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'maven-publish'
apply plugin: 'maven'


version = '1.0.2-SNAPSHOT'
version = '1.0.2'
group = 'com.marklogic'

dependencies {
Expand All @@ -14,7 +14,7 @@ dependencies {
exclude(group: 'ch.qos.logback')
exclude(group: 'log4j')
}
compile('com.marklogic:java-client-api:3.0-SNAPSHOT') {
compile('com.marklogic:java-client-api:3.0.6') {
exclude(group: 'org.slf4j')
exclude(group: 'ch.qos.logback')
}
Expand Down

0 comments on commit ba1a210

Please sign in to comment.