Commit 4a9f7f0
Bump to 0.0.6 to trigger release
There are apparently cases where release: [created]
leads to the deploy not being triggered. Attempting
an expansion to [created, published].
diff --git c/pom.xml i/pom.xml
index f4c1091..9c9d45d 100644
--- c/pom.xml
+++ i/pom.xml
@@ -6,7 +6,7 @@
<groupId>dev.zarr</groupId>
<artifactId>zarr-java</artifactId>
- <version>0.0.9</version>
+ <version>0.0.6</version>
<name>zarr-java</name>
@@ -123,6 +123,17 @@
</dependency>
</dependencies>
+ <distributionManagement>
+ <snapshotRepository>
+ <id>ossrh</id>
+ <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
+ </snapshotRepository>
+ <repository>
+ <id>ossrh</id>
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ </repository>
+ </distributionManagement>
+
<repositories>
<repository>
<id>unidata-all</id>
@@ -221,16 +232,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.sonatype.central</groupId>
- <artifactId>central-publishing-maven-plugin</artifactId>
- <version>0.8.0</version>
- <extensions>true</extensions>
- <configuration>
- <publishingServerId>central</publishingServerId>
- <tokenAuth>true</tokenAuth>
- </configuration>
- </plugin>
</plugins>
</build>
</project>1 parent 5e2e017 commit 4a9f7f0
1 file changed
+12
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
126 | 137 | | |
127 | 138 | | |
128 | 139 | | |
| |||
221 | 232 | | |
222 | 233 | | |
223 | 234 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
0 commit comments