Skip to content

Commit a8fa13f

Browse files
BernhardFuchspeacekeeper
authored andcommitted
fix: Nexus migration
1 parent 97ee228 commit a8fa13f

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

pom.xml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,30 @@
1616
<scm>
1717
<url>https://github.com/danubetech/verifiable-credentials-java</url>
1818
<connection>scm:git:git://github.com/danubetech/verifiable-credentials-java.git</connection>
19-
<developerConnection>scm:git:git@danubetech/verifiable-credentials-java.git</developerConnection>
20-
</scm>
19+
<developerConnection>scm:git:[email protected]:danubetech/verifiable-credentials-java.git</developerConnection>
20+
</scm>
21+
22+
<distributionManagement>
23+
<snapshotRepository>
24+
<id>danubetech-maven-snapshots</id>
25+
<url>https://repo.danubetech.com/repository/maven-snapshots/</url>
26+
</snapshotRepository>
27+
<repository>
28+
<id>danubetech-maven-releases</id>
29+
<url>https://repo.danubetech.com/repository/maven-releases/</url>
30+
</repository>
31+
</distributionManagement>
32+
33+
<repositories>
34+
<repository>
35+
<id>danubtech-maven-snapshots</id>
36+
<url>https://repo.danubetech.com/repository/maven-snapshots/</url>
37+
</repository>
38+
<repository>
39+
<id>danubtech-maven-releases</id>
40+
<url>https://repo.danubetech.com/repository/maven-releases/</url>
41+
</repository>
42+
</repositories>
2143

2244
<properties>
2345
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)