Skip to content

Commit fc28e24

Browse files
committed
Bumped version
1 parent f323bce commit fc28e24

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
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.bitbucket</artifactId>
9-
<version>1.2.0-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010

1111
<name>Bitbucket Authenticator</name>
1212

@@ -58,4 +58,17 @@
5858
</releases>
5959
</repository>
6060
</repositories>
61+
62+
<distributionManagement>
63+
<repository>
64+
<id>customer-release-repo</id>
65+
<name>Customer Release Repository</name>
66+
<url>https://nexus.curity.se/nexus/content/repositories/customer-release-repo/</url>
67+
</repository>
68+
<snapshotRepository>
69+
<id>curity-snapshot-repo</id>
70+
<name>Curity Nexus Snapshot Repository</name>
71+
<url>https://nexus.curity.se/nexus/content/repositories/customer-snapshot-repo/</url>
72+
</snapshotRepository>
73+
</distributionManagement>
6174
</project>

0 commit comments

Comments
 (0)