Skip to content

Commit 7882d8c

Browse files
authored
chore: release version 4.33.0 (#535)
1 parent ce47687 commit 7882d8c

File tree

2 files changed

+10
-29
lines changed

2 files changed

+10
-29
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ an example.
1919

2020
## Release Notes
2121

22+
#### 4.33.0
23+
* Requires Liquibase 4.33.0
24+
2225
#### 4.32.0
2326
* Requires Liquibase 4.32.0
2427

pom.xml

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
<organizationUrl>https://github.com/olavloite</organizationUrl>
2525
</developer>
2626
</developers>
27-
<distributionManagement>
28-
<snapshotRepository>
29-
<id>ossrh</id>
30-
<url>https://google.oss.sonatype.org/content/repositories/snapshots</url>
31-
</snapshotRepository>
32-
</distributionManagement>
3327
<scm>
3428
<connection>scm:git:[email protected]:cloudspannerecosystem/liquibase-spanner.git</connection>
3529
<developerConnection>scm:git:[email protected]:cloudspannerecosystem/liquibase-spanner.git</developerConnection>
@@ -216,14 +210,13 @@
216210
<pluginManagement>
217211
<plugins>
218212
<plugin>
219-
<groupId>org.sonatype.plugins</groupId>
220-
<artifactId>nexus-staging-maven-plugin</artifactId>
221-
<version>1.7.0</version>
213+
<groupId>org.sonatype.central</groupId>
214+
<artifactId>central-publishing-maven-plugin</artifactId>
215+
<version>0.8.0</version>
222216
<extensions>true</extensions>
223217
<configuration>
224-
<serverId>ossrh</serverId>
225-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
226-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
218+
<publishingServerId>central</publishingServerId>
219+
<autoPublish>true</autoPublish>
227220
</configuration>
228221
</plugin>
229222
<plugin>
@@ -334,8 +327,8 @@
334327
<build>
335328
<plugins>
336329
<plugin>
337-
<groupId>org.sonatype.plugins</groupId>
338-
<artifactId>nexus-staging-maven-plugin</artifactId>
330+
<groupId>org.sonatype.central</groupId>
331+
<artifactId>central-publishing-maven-plugin</artifactId>
339332
</plugin>
340333
<plugin>
341334
<groupId>org.apache.maven.plugins</groupId>
@@ -387,21 +380,6 @@
387380
</plugins>
388381
</build>
389382
</profile>
390-
<profile>
391-
<id>allow-snapshots</id>
392-
<repositories>
393-
<repository>
394-
<id>sonatype-snapshots</id>
395-
<url>https://google.oss.sonatype.org/content/repositories/snapshots</url>
396-
<releases>
397-
<enabled>false</enabled>
398-
</releases>
399-
<snapshots>
400-
<enabled>true</enabled>
401-
</snapshots>
402-
</repository>
403-
</repositories>
404-
</profile>
405383
<profile>
406384
<id>surefire-java8</id>
407385
<activation>

0 commit comments

Comments
 (0)