Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauer committed Mar 11, 2016
1 parent 51cb853 commit 1e09bc8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ sourceSets {
Specify needed dependencies:
```
dependencies {
compile 'com.github.vbauer.jackdaw:jackdaw-core:1.0.7'
provided 'com.github.vbauer.jackdaw:jackdaw-apt:1.0.7'
compile 'com.github.vbauer.jackdaw:jackdaw-core:1.0.8'
provided 'com.github.vbauer.jackdaw:jackdaw-apt:1.0.8'
}
```

Expand Down
4 changes: 2 additions & 2 deletions jackdaw-apt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.vbauer.jackdaw</groupId>
<artifactId>jackdaw</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -17,7 +17,7 @@
<commons.lang3.version>3.4</commons.lang3.version>
<commons.io.version>2.4</commons.io.version>
<guava.version>19.0</guava.version>
<jackdaw.version>1.0.7</jackdaw.version>
<jackdaw.version>1.0.8</jackdaw.version>

<maven.serviceloader.plugin.version>1.0.4</maven.serviceloader.plugin.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion jackdaw-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.vbauer.jackdaw</groupId>
<artifactId>jackdaw</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions jackdaw-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>com.github.vbauer.jackdaw</groupId>
<artifactId>jackdaw</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>jackdaw-sample</artifactId>

<properties>
<jackdaw.version>1.0.7</jackdaw.version>
<jackdaw.version>1.0.8</jackdaw.version>
<commons.collections.version>3.2.2</commons.collections.version>
<guava.version>19.0</guava.version>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.vbauer.jackdaw</groupId>
<artifactId>jackdaw</artifactId>
<packaging>pom</packaging>
<version>1.0.7</version>
<version>1.0.8</version>

<description>Type conversion system for Spring</description>
<url>https://github.com/vbauer/jackdaw</url>
Expand Down

0 comments on commit 1e09bc8

Please sign in to comment.