Skip to content

Commit 51245a3

Browse files
authored
Use Maven Central instead of Nexus Sonatype (#187)
2 parents 8cdafbd + 0ee98c7 commit 51245a3

File tree

7 files changed

+36
-49
lines changed

7 files changed

+36
-49
lines changed

flyway-dialect/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-gpg-plugin</artifactId>
138-
<version>3.1.0</version>
138+
<version>3.2.7</version>
139139
<executions>
140140
<execution>
141141
<id>sign-artifacts</id>
@@ -153,14 +153,12 @@
153153
</configuration>
154154
</plugin>
155155
<plugin>
156-
<groupId>org.sonatype.plugins</groupId>
157-
<artifactId>nexus-staging-maven-plugin</artifactId>
158-
<version>1.6.13</version>
156+
<groupId>org.sonatype.central</groupId>
157+
<artifactId>central-publishing-maven-plugin</artifactId>
158+
<version>0.7.0</version>
159159
<extensions>true</extensions>
160160
<configuration>
161-
<serverId>ossrh-s01</serverId>
162-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
163-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
161+
<publishingServerId>ossrh-s01</publishingServerId>
164162
</configuration>
165163
</plugin>
166164
</plugins>

hibernate-dialect-v5/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<plugin>
173173
<groupId>org.apache.maven.plugins</groupId>
174174
<artifactId>maven-gpg-plugin</artifactId>
175-
<version>1.6</version>
175+
<version>3.2.7</version>
176176
<executions>
177177
<execution>
178178
<id>sign-artifacts</id>
@@ -190,14 +190,12 @@
190190
</configuration>
191191
</plugin>
192192
<plugin>
193-
<groupId>org.sonatype.plugins</groupId>
194-
<artifactId>nexus-staging-maven-plugin</artifactId>
195-
<version>1.6.8</version>
193+
<groupId>org.sonatype.central</groupId>
194+
<artifactId>central-publishing-maven-plugin</artifactId>
195+
<version>0.7.0</version>
196196
<extensions>true</extensions>
197197
<configuration>
198-
<serverId>ossrh-s01</serverId>
199-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
200-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
198+
<publishingServerId>ossrh-s01</publishingServerId>
201199
</configuration>
202200
</plugin>
203201
</plugins>

hibernate-dialect/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<plugin>
165165
<groupId>org.apache.maven.plugins</groupId>
166166
<artifactId>maven-gpg-plugin</artifactId>
167-
<version>3.1.0</version>
167+
<version>3.2.7</version>
168168
<executions>
169169
<execution>
170170
<id>sign-artifacts</id>
@@ -182,14 +182,12 @@
182182
</configuration>
183183
</plugin>
184184
<plugin>
185-
<groupId>org.sonatype.plugins</groupId>
186-
<artifactId>nexus-staging-maven-plugin</artifactId>
187-
<version>1.6.13</version>
185+
<groupId>org.sonatype.central</groupId>
186+
<artifactId>central-publishing-maven-plugin</artifactId>
187+
<version>0.7.0</version>
188188
<extensions>true</extensions>
189189
<configuration>
190-
<serverId>ossrh-s01</serverId>
191-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
192-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
190+
<publishingServerId>ossrh-s01</publishingServerId>
193191
</configuration>
194192
</plugin>
195193
</plugins>

jooq-dialect/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<plugin>
153153
<groupId>org.apache.maven.plugins</groupId>
154154
<artifactId>maven-gpg-plugin</artifactId>
155-
<version>1.6</version>
155+
<version>3.2.7</version>
156156
<executions>
157157
<execution>
158158
<id>sign-artifacts</id>
@@ -170,14 +170,12 @@
170170
</configuration>
171171
</plugin>
172172
<plugin>
173-
<groupId>org.sonatype.plugins</groupId>
174-
<artifactId>nexus-staging-maven-plugin</artifactId>
175-
<version>1.6.13</version>
173+
<groupId>org.sonatype.central</groupId>
174+
<artifactId>central-publishing-maven-plugin</artifactId>
175+
<version>0.7.0</version>
176176
<extensions>true</extensions>
177177
<configuration>
178-
<serverId>ossrh-s01</serverId>
179-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
180-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
178+
<publishingServerId>ossrh-s01</publishingServerId>
181179
</configuration>
182180
</plugin>
183181
</plugins>

liquibase-dialect/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-gpg-plugin</artifactId>
154-
<version>3.1.0</version>
154+
<version>3.2.7</version>
155155
<executions>
156156
<execution>
157157
<id>sign-artifacts</id>
@@ -169,14 +169,12 @@
169169
</configuration>
170170
</plugin>
171171
<plugin>
172-
<groupId>org.sonatype.plugins</groupId>
173-
<artifactId>nexus-staging-maven-plugin</artifactId>
174-
<version>1.6.13</version>
172+
<groupId>org.sonatype.central</groupId>
173+
<artifactId>central-publishing-maven-plugin</artifactId>
174+
<version>0.7.0</version>
175175
<extensions>true</extensions>
176176
<configuration>
177-
<serverId>ossrh-s01</serverId>
178-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
179-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
177+
<publishingServerId>ossrh-s01</publishingServerId>
180178
</configuration>
181179
</plugin>
182180
</plugins>

shedlock-ydb/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<plugin>
157157
<groupId>org.apache.maven.plugins</groupId>
158158
<artifactId>maven-gpg-plugin</artifactId>
159-
<version>3.1.0</version>
159+
<version>3.2.7</version>
160160
<executions>
161161
<execution>
162162
<id>sign-artifacts</id>
@@ -174,14 +174,12 @@
174174
</configuration>
175175
</plugin>
176176
<plugin>
177-
<groupId>org.sonatype.plugins</groupId>
178-
<artifactId>nexus-staging-maven-plugin</artifactId>
179-
<version>1.6.13</version>
177+
<groupId>org.sonatype.central</groupId>
178+
<artifactId>central-publishing-maven-plugin</artifactId>
179+
<version>0.7.0</version>
180180
<extensions>true</extensions>
181181
<configuration>
182-
<serverId>ossrh-s01</serverId>
183-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
184-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
182+
<publishingServerId>ossrh-s01</publishingServerId>
185183
</configuration>
186184
</plugin>
187185
</plugins>

spring-data-jdbc-ydb/pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,13 @@
171171
<activation>
172172
<activeByDefault>false</activeByDefault>
173173
</activation>
174+
174175
<build>
175176
<plugins>
176177
<plugin>
177178
<groupId>org.apache.maven.plugins</groupId>
178179
<artifactId>maven-gpg-plugin</artifactId>
179-
<version>1.6</version>
180+
<version>3.2.7</version>
180181
<executions>
181182
<execution>
182183
<id>sign-artifacts</id>
@@ -194,14 +195,12 @@
194195
</configuration>
195196
</plugin>
196197
<plugin>
197-
<groupId>org.sonatype.plugins</groupId>
198-
<artifactId>nexus-staging-maven-plugin</artifactId>
199-
<version>1.6.13</version>
198+
<groupId>org.sonatype.central</groupId>
199+
<artifactId>central-publishing-maven-plugin</artifactId>
200+
<version>0.7.0</version>
200201
<extensions>true</extensions>
201202
<configuration>
202-
<serverId>ossrh-s01</serverId>
203-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
204-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
203+
<publishingServerId>ossrh-s01</publishingServerId>
205204
</configuration>
206205
</plugin>
207206
</plugins>

0 commit comments

Comments
 (0)