Skip to content

Commit

Permalink
Updating the version number for 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiva Verma committed Oct 14, 2016
1 parent 6cda858 commit 9afeed5
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 v3.0.2-SNAPSHOT
# marklogic-jena v3.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:3.0.2-SNAPSHOT'){
compile('com.marklogic:marklogic-jena:3.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 @@ -6,7 +6,7 @@ apply plugin: 'maven-publish'
apply plugin: 'maven'


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

dependencies {
Expand All @@ -15,7 +15,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 9afeed5

Please sign in to comment.