File tree 3 files changed +14
-14
lines changed
3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 34
34
<distributionManagement >
35
35
<snapshotRepository >
36
36
<id >sonatype-nexus-snapshots</id >
37
- <url >https://google.google. oss.sonatype.org/content/repositories/snapshots</url >
37
+ <url >https://google.oss.sonatype.org/content/repositories/snapshots</url >
38
38
</snapshotRepository >
39
39
<repository >
40
40
<id >sonatype-nexus-staging</id >
41
- <url >https://google.google. oss.sonatype.org/service/local/staging/deploy/maven2/</url >
41
+ <url >https://google.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
42
42
</repository >
43
43
</distributionManagement >
44
44
<licenses >
Original file line number Diff line number Diff line change 34
34
<distributionManagement >
35
35
<snapshotRepository >
36
36
<id >sonatype-nexus-snapshots</id >
37
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
37
+ <url >https://google. oss.sonatype.org/content/repositories/snapshots</url >
38
38
</snapshotRepository >
39
39
<repository >
40
40
<id >sonatype-nexus-staging</id >
41
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
41
+ <url >https://google. oss.sonatype.org/service/local/staging/deploy/maven2/</url >
42
42
</repository >
43
43
</distributionManagement >
44
44
<licenses >
Original file line number Diff line number Diff line change 42
42
</plugin >
43
43
</plugins >
44
44
</build >
45
+ <distributionManagement >
46
+ <snapshotRepository >
47
+ <id >sonatype-nexus-snapshots</id >
48
+ <url >https://google.oss.sonatype.org/content/repositories/snapshots</url >
49
+ </snapshotRepository >
50
+ <repository >
51
+ <id >sonatype-nexus-staging</id >
52
+ <url >https://google.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
53
+ </repository >
54
+ </distributionManagement >
45
55
<profiles >
46
56
<profile >
47
57
<!-- profile for nexus-staging:release invocation -->
52
62
<name >!gpg.executable</name >
53
63
</property >
54
64
</activation >
55
- <distributionManagement >
56
- <snapshotRepository >
57
- <id >sonatype-nexus-snapshots</id >
58
- <url >https://google.oss.sonatype.org/content/repositories/snapshots</url >
59
- </snapshotRepository >
60
- <repository >
61
- <id >sonatype-nexus-staging</id >
62
- <url >https://google.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
63
- </repository >
64
- </distributionManagement >
65
65
<build >
66
66
<plugins >
67
67
<plugin >
You can’t perform that action at this time.
0 commit comments