Skip to content

Commit a86d12e

Browse files
committed
release 1.8
1 parent fa47f27 commit a86d12e

File tree

19 files changed

+96
-122
lines changed

19 files changed

+96
-122
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ this [real-life example](https://github.com/h908714124/aws-glacier-multipart-upl
6060
"boolean for flags")
6161
boolean verbose,
6262
@ShortName('X') @Description(
63-
"String or Optional<String> for regular arguments")
63+
"Optional<String> for regular arguments")
6464
Optional<String> method,
6565
@OtherTokens @Description({
6666
"@OtherTokens to capture everything else.",

annotations/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

annotations/pom.xml

Lines changed: 0 additions & 35 deletions
This file was deleted.

annotations/release

Lines changed: 0 additions & 10 deletions
This file was deleted.

core/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,10 @@
2121

2222
<dependencies>
2323

24-
<dependency>
25-
<groupId>${project.groupId}</groupId>
26-
<artifactId>jbock-annotations</artifactId>
27-
<version>${project.version}</version>
28-
</dependency>
29-
3024
<dependency>
3125
<groupId>com.squareup</groupId>
3226
<artifactId>javapoet</artifactId>
33-
<version>1.8.0</version>
27+
<version>1.9.0</version>
3428
</dependency>
3529

3630
<!-- Test -->
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)