File tree Expand file tree Collapse file tree 1 file changed +32
-11
lines changed Expand file tree Collapse file tree 1 file changed +32
-11
lines changed Original file line number Diff line number Diff line change 50
50
<url >http://github.com/getyoti/yoti-java-sdk.git</url >
51
51
</scm >
52
52
53
- <distributionManagement >
54
- <snapshotRepository >
55
- <id >ossrh</id >
56
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
57
- </snapshotRepository >
58
- <repository >
59
- <id >ossrh</id >
60
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
61
- </repository >
62
- </distributionManagement >
63
-
53
+ <profiles >
54
+ <profile >
55
+ <id >sonatype</id >
56
+ <activation >
57
+ <activeByDefault >false</activeByDefault >
58
+ </activation >
59
+ <distributionManagement >
60
+ <snapshotRepository >
61
+ <id >ossrh</id >
62
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
63
+ </snapshotRepository >
64
+ <repository >
65
+ <id >ossrh</id >
66
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
67
+ </repository >
68
+ </distributionManagement >
69
+ </profile >
70
+ <profile >
71
+ <id >nexus</id >
72
+ <activation >
73
+ <activeByDefault >false</activeByDefault >
74
+ </activation >
75
+ <distributionManagement >
76
+ <snapshotRepository >
77
+ <id >yoti-snapshots</id >
78
+ <name >yoti-snapshots</name >
79
+ <url >https://nxs/repository/maven-snaphosts/</url >
80
+ </snapshotRepository >
81
+ </distributionManagement >
82
+ </profile >
83
+ </profiles >
84
+
64
85
<properties >
65
86
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
66
87
You can’t perform that action at this time.
0 commit comments