Skip to content

Commit 49c378d

Browse files
committed
Bump Curity SDK version and fix nexus urls
1 parent e35e044 commit 49c378d

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

pom.xml

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.curity.identityserver.plugin</groupId>
88
<artifactId>identityserver.plugins.authenticators.live.windows</artifactId>
9-
<version>1.2.0</version>
9+
<version>1.2.1</version>
1010

1111
<name>Windows Live Authenticator</name>
1212

@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>se.curity.identityserver</groupId>
3434
<artifactId>identityserver.sdk</artifactId>
35-
<version>2.4.0</version>
35+
<version>5.1.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.slf4j</groupId>
@@ -41,34 +41,16 @@
4141
</dependency>
4242
</dependencies>
4343

44-
<repositories>
45-
<repository>
46-
<id>customer-release-repo</id>
47-
<url>https://nexus.curity.se/nexus/content/repositories/customer-release-repo</url>
48-
<snapshots>
49-
<enabled>false</enabled>
50-
</snapshots>
51-
</repository>
52-
<repository>
53-
<id>customer-snapshot-repo</id>
54-
<name>Customer Snapshot Repository</name>
55-
<url>https://nexus.curity.se/nexus/content/repositories/customer-snapshot-repo/</url>
56-
<releases>
57-
<enabled>false</enabled>
58-
</releases>
59-
</repository>
60-
</repositories>
61-
6244
<distributionManagement>
6345
<repository>
6446
<id>customer-release-repo</id>
6547
<name>Customer Release Repository</name>
66-
<url>https://nexus.curity.se/nexus/content/repositories/customer-release-repo/</url>
48+
<url>https://nexus.curityio.net/repository/customer-release-repo/</url>
6749
</repository>
6850
<snapshotRepository>
6951
<id>curity-snapshot-repo</id>
7052
<name>Curity Nexus Snapshot Repository</name>
71-
<url>https://nexus.curity.se/nexus/content/repositories/customer-snapshot-repo/</url>
53+
<url>https://nexus.curityio.net/nexus/repository/customer-snapshot-repo/</url>
7254
</snapshotRepository>
7355
</distributionManagement>
74-
</project>
56+
</project>

0 commit comments

Comments
 (0)