File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 <developerConnection >scm:git:ssh://github.com:jonpereiradev/diff-objects.git</developerConnection >
2828 <url >https://github.com/jonpereiradev/diff-objects/tree/master</url >
2929 </scm >
30+ <distributionManagement >
31+ <snapshotRepository >
32+ <id >ossrh</id >
33+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
34+ </snapshotRepository >
35+ <repository >
36+ <id >ossrh</id >
37+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
38+ </repository >
39+ </distributionManagement >
3040 <properties >
3141 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3242 <maven .compiler.source>1.7</maven .compiler.source>
7686 <plugin >
7787 <groupId >org.apache.maven.plugins</groupId >
7888 <artifactId >maven-gpg-plugin</artifactId >
79- <version >1.6 </version >
89+ <version >1.5 </version >
8090 <executions >
8191 <execution >
8292 <id >sign-artifacts</id >
8797 </execution >
8898 </executions >
8999 </plugin >
100+ <plugin >
101+ <groupId >org.sonatype.plugins</groupId >
102+ <artifactId >nexus-staging-maven-plugin</artifactId >
103+ <version >1.6.7</version >
104+ <extensions >true</extensions >
105+ <configuration >
106+ <serverId >ossrh</serverId >
107+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
108+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
109+ </configuration >
110+ </plugin >
90111 </plugins >
91112 </build >
92113</project >
You can’t perform that action at this time.
0 commit comments