Skip to content

Commit

Permalink
begin with next snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
oboehm committed Feb 24, 2024
1 parent bc80ba2 commit 295b659
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addressbook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.jugs.webdav</groupId>
<artifactId>webdav</artifactId>
<version>3.1</version>
<version>3.2-SNAPSHOT</version>
</parent>
<artifactId>addressbook</artifactId>
<name>WebDAV Support for JAX-RS Address-Book Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion fileserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.jugs.webdav</groupId>
<artifactId>webdav</artifactId>
<version>3.1</version>
<version>3.2-SNAPSHOT</version>
</parent>
<artifactId>fileserver</artifactId>
<name>FileServer based on WebDAV Support</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.jugs.webdav</groupId>
<artifactId>webdav</artifactId>
<version>3.1</version>
<version>3.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>WebDAV Support</name>
<description>Provides module webdav-jaxrs for easier implementation of WebDAV based JAX-RS applications.</description>
Expand Down
2 changes: 1 addition & 1 deletion webdav-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.jugs.webdav</groupId>
<artifactId>webdav</artifactId>
<version>3.1</version>
<version>3.2-SNAPSHOT</version>
</parent>
<name>WebDAV Support for JAX-RS</name>
<description>Provides classes for easier implementation of WebDAV based JAX-RS applications.</description>
Expand Down

0 comments on commit 295b659

Please sign in to comment.