Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauer committed Jun 21, 2015
1 parent c9d5b5b commit 88c64f2
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 @@ -109,8 +109,8 @@ sourceSets {
Specify needed dependencies:
```
dependencies {
compile 'com.github.vbauer.jackdaw:jackdaw-core:1.0.5'
provided 'com.github.vbauer.jackdaw:jackdaw-apt:1.0.5'
compile 'com.github.vbauer.jackdaw:jackdaw-core:1.0.6'
provided 'com.github.vbauer.jackdaw:jackdaw-apt:1.0.6'
}
```

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.5</version>
<version>1.0.6</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>18.0</guava.version>
<jackdaw.version>1.0.5</jackdaw.version>
<jackdaw.version>1.0.6</jackdaw.version>

<maven.serviceloader.plugin.version>1.0.3</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.5</version>
<version>1.0.6</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,15 +6,15 @@
<parent>
<groupId>com.github.vbauer.jackdaw</groupId>
<artifactId>jackdaw</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>

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

<properties>
<guava.version>18.0</guava.version>
<jackdaw.version>1.0.5</jackdaw.version>
<jackdaw.version>1.0.6</jackdaw.version>
</properties>

<dependencies>
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.5</version>
<version>1.0.6</version>

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

0 comments on commit 88c64f2

Please sign in to comment.