Skip to content

Commit

Permalink
version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-v committed May 6, 2019
1 parent 0c00b72 commit 12475cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Library for building and processing RDF data with Groovy. groovyrdf helps you to build and consume RDF and Linked Data "the groovy way".

Version 0.2.6
Version 0.2.7

## Install

Expand All @@ -12,21 +12,21 @@ Version 0.2.6
<dependency>
<groupId>de.datenwissen.util</groupId>
<artifactId>groovyrdf</artifactId>
<version>0.2.6</version>
<version>0.2.7</version>
<type>pom</type>
</dependency>
```

### Gradle

```groovy
compile 'de.datenwissen.util:groovyrdf:0.2.6'
compile 'de.datenwissen.util:groovyrdf:0.2.7'
```

### Ivy

```xml
<dependency org='de.datenwissen.util' name='groovyrdf' rev='0.2.6'>
<dependency org='de.datenwissen.util' name='groovyrdf' rev='0.2.7'>
<artifact name='groovyrdf' ext='pom' ></artifact>
</dependency>
```
Expand All @@ -43,7 +43,7 @@ Please contact me for any questions & feedback: [angelo.veltens@online.de](mailt

## Release Notes

Version 0.2.2 - 0.2.6
Version 0.2.2 - 0.2.7

- security & dependency updates

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'maven'
apply plugin: 'maven-publish'

ext {
versionName = '0.2.6'
versionName = '0.2.7'
mavenGroupId = 'de.datenwissen.util'
}

Expand Down Expand Up @@ -75,4 +75,4 @@ task javadocJar(type: Jar, dependsOn: groovydoc) {
artifacts {
archives sourcesJar
archives javadocJar
}
}

0 comments on commit 12475cd

Please sign in to comment.