Skip to content

Commit 4a9f7f0

Browse files
joshmoorebrokkoli71
authored andcommitted
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

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

pom.xml

Lines changed: 12 additions & 11 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.9</version>
9+
<version>0.0.6</version>
1010

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

@@ -123,6 +123,17 @@
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+
126137
<repositories>
127138
<repository>
128139
<id>unidata-all</id>
@@ -221,16 +232,6 @@
221232
</execution>
222233
</executions>
223234
</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>
234235
</plugins>
235236
</build>
236237
</project>

0 commit comments

Comments
 (0)