Skip to content

Commit dfd1bc8

Browse files
committed
Use snapshots
1 parent e4cb212 commit dfd1bc8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
<!-- Default is publishing to private Maven repo on mvn.javacard.pro -->
4848
<distributionManagement>
4949
<repository>
50-
<id>javacard</id>
50+
<id>javacard-pro</id>
5151
<url>scpexe://[email protected]/home/mvn/maven/</url>
5252
</repository>
5353
<snapshotRepository>
54-
<id>javacard</id>
54+
<id>javacard-pro-snapshots</id>
5555
<url>scpexe://[email protected]/home/mvn/maven/SNAPSHOTS</url>
5656
</snapshotRepository>
5757
</distributionManagement>
@@ -61,6 +61,10 @@
6161
<id>javacard-pro</id>
6262
<url>https://mvn.javacard.pro/maven/</url>
6363
</repository>
64+
<repository>
65+
<id>javacard-pro-snapshots</id>
66+
<url>https://mvn.javacard.pro/maven/SNAPSHOTS/</url>
67+
</repository>
6468
</repositories>
6569

6670
<scm>

0 commit comments

Comments
 (0)