Skip to content

Commit

Permalink
Fix #3 rename @value to @valueobject to clearly indicate its role
Browse files Browse the repository at this point in the history
  • Loading branch information
tvinke committed Aug 2, 2017
1 parent 2b17312 commit 82711e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ uploadArchives {
pom.project {
name 'bulletproof'
packaging 'jar'
description 'Groovy AST transformations, such as @Value and @NonNull, which makes constructing an instance more bullet-proof'
description 'Groovy AST transformations, such as @ValueObject and @NonNull, which makes constructing an instance more bullet-proof'
url 'https://github.com/tvinke/bulletproof'

scm {
Expand Down

0 comments on commit 82711e2

Please sign in to comment.