We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01712f9 commit 8dd27dcCopy full SHA for 8dd27dc
1 file changed
pom.xml
@@ -56,14 +56,6 @@
56
<url>https://github.com/craftercms/handlebars.java</url>
57
</scm>
58
59
- <distributionManagement>
60
- <snapshotRepository>
61
- <id>central-snapshots</id>
62
- <name>Maven Central Snapshots</name>
63
- <url>https://central.sonatype.com/repository/maven-snapshots/</url>
64
- </snapshotRepository>
65
- </distributionManagement>
66
-
67
<dependencyManagement>
68
<dependencies>
69
<dependency>
@@ -162,7 +154,7 @@
162
154
<plugin>
163
155
<groupId>org.sonatype.central</groupId>
164
156
<artifactId>central-publishing-maven-plugin</artifactId>
165
- <version>0.9.0</version>
157
+ <version>0.10.0</version>
166
158
<extensions>true</extensions>
167
159
<configuration>
168
160
<publishingServerId>central</publishingServerId>
0 commit comments