We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfea1c commit cf9304bCopy full SHA for cf9304b
2 files changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.aarboard.nextcloud</groupId>
5
<artifactId>nextcloud-api</artifactId>
6
- <version>11.0.3-SNAPSHOT</version>
+ <version>11.0.3</version>
7
<packaging>jar</packaging>
8
<properties>
9
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
src/test/java/org/aarboard/nextcloud/api/TestHelper.java
@@ -16,10 +16,13 @@
16
*/
17
package org.aarboard.nextcloud.api;
18
19
+import org.junit.Ignore;
20
+
21
/**
22
*
23
* @author a.schild
24
25
+@Ignore
26
public class TestHelper {
27
private String serverName= null;
28
private String userName= null;
0 commit comments