Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
monitorjbl committed Feb 7, 2015
1 parent 76d38f7 commit 834a997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -155,7 +155,7 @@ To use it, simply add this project to your classpath using your build tool of ch
<dependency>
<groupId>com.monitorjbl</groupId>
<artifactId>spring-json-view</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.monitorjbl</groupId>
<artifactId>spring-json-view</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<name>JSON Views for Spring MVC</name>
<description>Provides programmatic JSON response manipulation for Spring MVC</description>
<url>https://github.com/monitorjbl/spring-json-view</url>
Expand Down Expand Up @@ -156,4 +156,4 @@

</dependencies>

</project>
</project>

0 comments on commit 834a997

Please sign in to comment.