Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-9-0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Automation Server committed Jul 24, 2024
1 parent afdbd30 commit 41dce8f
Show file tree
Hide file tree
Showing 57 changed files with 62 additions and 63 deletions.
2 changes: 1 addition & 1 deletion azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>azure</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion backblaze/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>backblaze</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>binding</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bonjour/dll/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>Cyberduck.Bonjour</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bonjour/native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>Cyberduck.Bonjour.Native</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bonjour/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion box/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>box</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion brick/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>brick</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cli/dll/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>Cyberduck.Cli</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cli/linux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>cli-linux</artifactId>
<description>Cyberduck CLI Linux</description>
Expand Down
6 changes: 3 additions & 3 deletions cli/osx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>cli-osx</artifactId>
<description>Cyberduck CLI Mac</description>
Expand Down Expand Up @@ -195,8 +195,8 @@
<property name="hash" value="${git.revision}" />
<property name="sparkle.feed" value="${sparkle.feed}" />
<property name="installer.certificate" value="${installer.certificate}" />
<property name="skipNotarize" value="${skipNotarize}"/>
<property name="skipSign" value="${skipSign}"/>
<property name="skipNotarize" value="${skipNotarize}" />
<property name="skipSign" value="${skipSign}" />
<ant antfile="${project.basedir}/build.xml" target="package" dir="." />
</target>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>cli</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion cli/windows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>cli-windows</artifactId>
<description>Cyberduck CLI Windows</description>
Expand Down
2 changes: 1 addition & 1 deletion core/dll/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>Cyberduck.Core</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/dylib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>libcore</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion core/native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>Cyberduck.Core.Native</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/native/refresh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>ch.cyberduck</groupId>
<artifactId>Cyberduck.Core.Native</artifactId>
<relativePath>../pom.xml</relativePath>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>Cyberduck.Core.Refresh</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cryptomator/dll/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>Cyberduck.Cryptomator</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cryptomator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>cryptomator</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ctera/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>ctera</artifactId>
<packaging>jar</packaging>
Expand Down
5 changes: 2 additions & 3 deletions deepbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
~ GNU General Public License for more details.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>deepbox</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion defaults/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>defaults</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion dracoon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>dracoon</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion dropbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dropbox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>eue</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion freenet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>freenet</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ftp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>ftp</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion googledrive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>googledrive</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion googlestorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>googlestorage</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion hubic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>hubic</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion importer/dll/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>Cyberduck.Importer</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion irods/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>irods</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>jersey</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion manta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>manta</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion nextcloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>nextcloud</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>nio</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>

<artifactId>oauth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion onedrive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>ch.cyberduck</groupId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>onedrive</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion openstack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ch.cyberduck</groupId>
<artifactId>parent</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>
<artifactId>openstack</artifactId>
<packaging>jar</packaging>
Expand Down
Loading

0 comments on commit 41dce8f

Please sign in to comment.