File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >com.github.connyscode.ctils</groupId >
66 <artifactId >jtrack</artifactId >
7- <version >1.0.3-SNAPSHOT </version >
7+ <version >1.0.3</version >
88 <name >${project.groupId} :${project.artifactId} </name >
99 <description >A application used as an example on how to set up pushing
1010 its components to the Central Repository.
4242 </configuration >
4343 </plugin >
4444
45+ <plugin >
46+ <groupId >org.sonatype.plugins</groupId >
47+ <artifactId >nexus-staging-maven-plugin</artifactId >
48+ <version >1.6.7</version >
49+ <extensions >true</extensions >
50+ <configuration >
51+ <serverId >ossrh</serverId >
52+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
53+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
54+ </configuration >
55+ </plugin >
4556 <plugin >
4657 <groupId >org.apache.maven.plugins</groupId >
4758 <artifactId >maven-release-plugin</artifactId >
110121 <
connection >scm:git:ssh://
[email protected] /ConnysCode/jTrack.git</
connection >
111122 <
developerConnection >scm:git:ssh://
[email protected] /ConnysCode/jTrack.git</
developerConnection >
112123 <url >https://github.com/connyscode/jtrack</url >
113- <tag >jtrack-1.0.2 </tag >
124+ <tag >jtrack-1.0.3 </tag >
114125 </scm >
115126
116127 <licenses >
You can’t perform that action at this time.
0 commit comments