Skip to content

Commit

Permalink
README updates before 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Greer committed Oct 13, 2016
1 parent 642c775 commit 6cda858
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# marklogic-jena v2.0.0-SNAPSHOT
# marklogic-jena v3.0.2-SNAPSHOT

## Introduction

Expand All @@ -8,7 +8,7 @@ Framework](http://jena.apache.org) as a persistence and query layer.

#### Setup Marklogic

Ensure MarkLogic (8.0-4 or later) is installed and running.
Ensure MarkLogic (8.0-6 or later) is installed and running.

#### Setup MarkLogic Jena

Expand Down Expand Up @@ -45,7 +45,7 @@ gradle install
For gradle-based projects include this dependency in `build.gradle`:
```
dependencies {
compile 'com.marklogic:marklogic-jena:1.0.0'
compile 'com.marklogic:marklogic-jena:3.0.2'
}
```

Expand All @@ -55,7 +55,7 @@ Maven-based projects use this block in `pom.xml`:
<dependency>
<groupId>com.marklogic</groupId>
<artifactId>marklogic-jena</artifactId>
<version>1.0.0</version>
<version>3.0.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion marklogic-jena-examples/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.marklogic
version=1.0-SNAPSHOT
version=3.0.2-SNAPSHOT

mlConfigDir=marklogic-jena-examples/src/main/ml-config
mlHost=localhost
Expand Down

0 comments on commit 6cda858

Please sign in to comment.