Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 3e134b7

Browse files
committed
fixed release repo for now
1 parent 2f3ed72 commit 3e134b7

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@
258258
<gitFlowConfig>
259259
<versionTagPrefix>v</versionTagPrefix>
260260
</gitFlowConfig>
261-
<pushRemote>false</pushRemote>
262261
</configuration>
263262
</plugin>
264263

@@ -351,10 +350,16 @@
351350

352351

353352
<distributionManagement>
353+
<!-- <repository> -->
354+
<!-- <id>ossrh</id> -->
355+
<!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> -->
356+
<!-- </repository> -->
354357
<repository>
355-
<id>ossrh</id>
356-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
358+
<id>maven.aksw.internal</id>
359+
<name>AKSW Release Repository</name>
360+
<url>http://maven.aksw.org/archiva/repository/internal</url>
357361
</repository>
362+
358363
<snapshotRepository>
359364
<id>maven.aksw.snapshots</id>
360365
<name>AKSW Snapshot Repository</name>

0 commit comments

Comments
 (0)