Skip to content

Commit

Permalink
release 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oboehm committed Jan 2, 2023
1 parent eca1e49 commit 9858a51
Show file tree
Hide file tree
Showing 149 changed files with 149 additions and 149 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [2.5] - 2023-01-02

* fileserver supports also HTML for file browsing
* switched to Grizzly 2 (jersey-grizzly2)
Expand Down
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>2.5-SNAPSHOT</version>
<version>2.5</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>2.5-SNAPSHOT</version>
<version>2.5</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>2.5-SNAPSHOT</version>
<version>2.5</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 src/script/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# set up some constants
URL=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
VERSION=2.4
VERSION=2.5
options="gpg:sign-and-deploy-file -Durl=$URL -DrepositoryId=sonatype-nexus-staging"

# passphrase is needed for signing
Expand Down
2 changes: 1 addition & 1 deletion webdav-interop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.jugs.webdav</groupId>
<artifactId>webdav</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<artifactId>webdav-interop</artifactId>
<name>Microsoft Interop for WebDAV Support</name>
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>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<name>WebDAV Support for JAX-RS</name>
<description>Provides classes for easier implementation of WebDAV based JAX-RS applications.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
2 changes: 1 addition & 1 deletion webdav-jaxrs/src/main/java/org/jugs/webdav/jaxrs/Dav.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* WebDAV Support for JAX-RS
* %%
* Copyright (C) 2008 - 2022 Java User Group Stuttgart
* Copyright (C) 2008 - 2023 Java User Group Stuttgart
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Loading

0 comments on commit 9858a51

Please sign in to comment.