We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e065de commit 368bcebCopy full SHA for 368bceb
1 file changed
pom.xml
@@ -48,6 +48,13 @@
48
<maven-compiler-plugin.target>1.6</maven-compiler-plugin.target>
49
</properties>
50
51
+ <distributionManagement>
52
+ <snapshotRepository>
53
+ <id>ossrh</id>
54
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
55
+ </snapshotRepository>
56
+ </distributionManagement>
57
+
58
<build>
59
<pluginManagement>
60
<plugins>
@@ -68,7 +75,7 @@
68
75
<plugin>
69
76
<groupId>org.sonatype.plugins</groupId>
70
77
<artifactId>nexus-staging-maven-plugin</artifactId>
71
- <version>1.6.3</version>
78
+ <version>1.6.7</version>
72
79
<extensions>true</extensions>
73
80
<configuration>
74
81
<serverId>ossrh</serverId>
0 commit comments