Skip to content

Commit 834a997

Browse files
committed
release version
1 parent 76d38f7 commit 834a997

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ To use it, simply add this project to your classpath using your build tool of ch
155155
<dependency>
156156
<groupId>com.monitorjbl</groupId>
157157
<artifactId>spring-json-view</artifactId>
158-
<version>0.1-SNAPSHOT</version>
158+
<version>0.1</version>
159159
</dependency>
160160
```
161161

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.monitorjbl</groupId>
88
<artifactId>spring-json-view</artifactId>
9-
<version>0.1-SNAPSHOT</version>
9+
<version>0.1</version>
1010
<name>JSON Views for Spring MVC</name>
1111
<description>Provides programmatic JSON response manipulation for Spring MVC</description>
1212
<url>https://github.com/monitorjbl/spring-json-view</url>
@@ -156,4 +156,4 @@
156156

157157
</dependencies>
158158

159-
</project>
159+
</project>

0 commit comments

Comments
 (0)