Skip to content

Commit ae76526

Browse files
committed
remove deployment urls
1 parent 342d6cc commit ae76526

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

pom.xml

Lines changed: 1 addition & 12 deletions
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>14.1.1-SNAPSHOT</version>
6+
<version>14.1.4-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<properties>
99
<!-- compile time dependencies -->
@@ -150,16 +150,6 @@
150150
<scope>test</scope>
151151
</dependency>
152152
</dependencies>
153-
<distributionManagement>
154-
<snapshotRepository>
155-
<id>central</id>
156-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
157-
</snapshotRepository>
158-
<repository>
159-
<id>central</id>
160-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
161-
</repository>
162-
</distributionManagement>
163153
<scm>
164154
<connection>scm:git:https://github.com/a-schild/nextcloud-java-api.git</connection>
165155
<url>https://github.com/a-schild/nextcloud-java-api</url>
@@ -177,7 +167,6 @@
177167
<extensions>true</extensions>
178168
<configuration>
179169
<publishingServerId>central</publishingServerId>
180-
<tokenAuth>true</tokenAuth>
181170
<autoPublish>true</autoPublish>
182171
</configuration>
183172
</plugin>

0 commit comments

Comments
 (0)