Skip to content

Commit a1ad734

Browse files
author
ConCode - Coding/Tutorials
committed
[maven-release-plugin] prepare release jtrack-1.0.3
1 parent dd3556a commit a1ad734

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.
@@ -42,6 +42,17 @@
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>
@@ -110,7 +121,7 @@
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>

0 commit comments

Comments
 (0)