Skip to content

Commit

Permalink
Merge pull request #86 from marklogic/feature/bump
Browse files Browse the repository at this point in the history
Updated README to refer to 4.0.0
  • Loading branch information
rjrudin authored Sep 1, 2022
2 parents 255fd7d + 07eb789 commit 0b6243d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To use `marklogic-jena` in your own projects, deploy into local maven repo or co
For gradle-based projects include this dependency in `build.gradle`:
```
dependencies {
implementation 'com.marklogic:marklogic-jena:3.1.0'
implementation 'com.marklogic:marklogic-jena:4.0.0'
}
```

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>3.1.0</version>
<version>4.0.0</version>
</dependency>
```

Expand Down

0 comments on commit 0b6243d

Please sign in to comment.