Skip to content

Commit

Permalink
0.5 release
Browse files Browse the repository at this point in the history
fixes #6

fixes #7
  • Loading branch information
monitorjbl committed Jun 1, 2015
1 parent 8731ab9 commit 7a09637
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion json-view/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.monitorjbl</groupId>
<artifactId>json-view</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
<name>json-view</name>
<description>Provides programmatic exclusion/inclusion for Jackson JSON serialization</description>
<url>https://github.com/monitorjbl/json-view</url>
Expand Down
4 changes: 1 addition & 3 deletions release.sh
Expand Up @@ -7,6 +7,4 @@ mvn versions:set -DnewVersion=$1 -DgenerateBackupPoms=false && cd ..

if [[ $1 == *"-SNAPSHOT" ]]; then
git commit -a -m "incrementing snapshot version"
else
git commit -a -m "$1 release"
fi
fi
2 changes: 1 addition & 1 deletion spring-json-view/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.monitorjbl</groupId>
<artifactId>spring-json-view</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
<name>spring-json-view</name>
<description>Provides programmatic JSON response manipulation for Spring MVC</description>
<url>https://github.com/monitorjbl/spring-json-view</url>
Expand Down

0 comments on commit 7a09637

Please sign in to comment.