Skip to content

Commit e0e3acd

Browse files
committed
Bump to 0.0.8
Use new sonatype plugin for upload
1 parent d2a3dea commit e0e3acd

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

pom.xml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.zarr</groupId>
88
<artifactId>zarr-java</artifactId>
9-
<version>0.0.7</version>
9+
<version>0.0.8</version>
1010

1111
<name>zarr-java</name>
1212

@@ -123,17 +123,6 @@
123123
</dependency>
124124
</dependencies>
125125

126-
<distributionManagement>
127-
<snapshotRepository>
128-
<id>ossrh</id>
129-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
130-
</snapshotRepository>
131-
<repository>
132-
<id>ossrh</id>
133-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
134-
</repository>
135-
</distributionManagement>
136-
137126
<repositories>
138127
<repository>
139128
<id>unidata-all</id>
@@ -232,6 +221,16 @@
232221
</execution>
233222
</executions>
234223
</plugin>
224+
<plugin>
225+
<groupId>org.sonatype.central</groupId>
226+
<artifactId>central-publishing-maven-plugin</artifactId>
227+
<version>0.8.0</version>
228+
<extensions>true</extensions>
229+
<configuration>
230+
<publishingServerId>central</publishingServerId>
231+
<tokenAuth>true</tokenAuth>
232+
</configuration>
233+
</plugin>
235234
</plugins>
236235
</build>
237236
</project>

0 commit comments

Comments
 (0)