Skip to content

Commit cf9304b

Browse files
committed
Release 11.0.3
1 parent 2bfea1c commit cf9304b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.aarboard.nextcloud</groupId>
55
<artifactId>nextcloud-api</artifactId>
6-
<version>11.0.3-SNAPSHOT</version>
6+
<version>11.0.3</version>
77
<packaging>jar</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/test/java/org/aarboard/nextcloud/api/TestHelper.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@
1616
*/
1717
package org.aarboard.nextcloud.api;
1818

19+
import org.junit.Ignore;
20+
1921
/**
2022
*
2123
* @author a.schild
2224
*/
25+
@Ignore
2326
public class TestHelper {
2427
private String serverName= null;
2528
private String userName= null;

0 commit comments

Comments
 (0)