Skip to content

Commit 9b837d4

Browse files
committed
pom
1 parent 3887037 commit 9b837d4

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

pom.xml

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

77
<groupId>com.scalableminds</groupId>
88
<artifactId>blosc-java</artifactId>
9-
<version>0.2-1.21.4</version>
9+
<version>0.3-1.21.6</version>
1010
<inceptionYear>2023</inceptionYear>
1111

1212
<name>blosc-java</name>
@@ -76,7 +76,7 @@
7676
<plugin>
7777
<groupId>org.jreleaser</groupId>
7878
<artifactId>jreleaser-maven-plugin</artifactId>
79-
<version>1.7.0</version>
79+
<version>1.15.0</version>
8080
<configuration>
8181
<jreleaser>
8282
<signing>
@@ -85,17 +85,13 @@
8585
</signing>
8686
<deploy>
8787
<maven>
88-
<nexus2>
89-
<maven-central>
88+
<mavenCentral>
89+
<sonatype>
9090
<active>ALWAYS</active>
91-
<url>https://oss.sonatype.org/service/local</url>
92-
<snapshotUrl>https://oss.sonatype.org/content/repositories/snapshots/
93-
</snapshotUrl>
94-
<closeRepository>false</closeRepository>
95-
<releaseRepository>false</releaseRepository>
91+
<url>https://central.sonatype.com/api/v1/publisher</url>
9692
<stagingRepositories>target/staging-deploy</stagingRepositories>
97-
</maven-central>
98-
</nexus2>
93+
</sonatype>
94+
</mavenCentral>
9995
</maven>
10096
</deploy>
10197
</jreleaser>

0 commit comments

Comments
 (0)