File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55 <groupId >org.piwik.java.tracking</groupId >
66 <artifactId >piwik-java-tracker</artifactId >
7- <version >1.0-SNAPSHOT </version >
7+ <version >1.0</version >
88 <packaging >jar</packaging >
99
1010 <name >Piwik Java Tracker</name >
3232 <url >git@github.com:piwik/piwik-java-tracker.git</url >
3333 </scm >
3434
35+ <distributionManagement >
36+ <snapshotRepository >
37+ <id >ossrh</id >
38+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
39+ </snapshotRepository >
40+ <repository >
41+ <id >ossrh</id >
42+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
43+ </repository >
44+ </distributionManagement >
45+
3546 <build >
3647 <plugins >
3748 <plugin >
94105 </execution >
95106 </executions >
96107 </plugin >
108+ <plugin >
109+ <groupId >org.sonatype.plugins</groupId >
110+ <artifactId >nexus-staging-maven-plugin</artifactId >
111+ <version >1.6.3</version >
112+ <extensions >true</extensions >
113+ <configuration >
114+ <serverId >ossrh</serverId >
115+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
116+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
117+ </configuration >
118+ </plugin >
97119 </plugins >
98120 </build >
99121
You can’t perform that action at this time.
0 commit comments