Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-v committed Oct 9, 2018
1 parent 36e26d0 commit 2ce824c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.2
Version 0.2.4

## Install

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

### Gradle

```groovy
compile 'de.datenwissen.util:groovyrdf:0.2.2'
compile 'de.datenwissen.util:groovyrdf:0.2.4'
```

### Ivy

```xml
<dependency org='de.datenwissen.util' name='groovyrdf' rev='0.2.2'>
<dependency org='de.datenwissen.util' name='groovyrdf' rev='0.2.4'>
<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
Version 0.2.2 - 0.2.4

- security updates

Expand Down
2 changes: 1 addition & 1 deletion 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.3'
versionName = '0.2.4'
mavenGroupId = 'de.datenwissen.util'
}

Expand Down
2 changes: 1 addition & 1 deletion userguide/userguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<h1>User guide - groovyrdf</h1>

<p>Version 0.2.1</p>
<p>Version 0.2.4</p>

<p>groovyrdf is a groovy library that helps you building and consuming RDF data in a "groovy" way. For building RDF see section "Building RDF". If you want to process RDF data or even load linked data resoures see section "Loading &amp; consuming RDF".</p>

Expand Down
2 changes: 1 addition & 1 deletion userguide/userguide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# User guide - groovyrdf

Version 0.2.1
Version 0.2.4

groovyrdf is a groovy library that helps you building and consuming RDF data in a "groovy" way. For building RDF see section "Building RDF". If you want to process RDF data or even load linked data resoures see section "Loading & consuming RDF".

Expand Down

0 comments on commit 2ce824c

Please sign in to comment.