Skip to content

Commit 256a04a

Browse files
author
Jiří Bubník
committed
Release 2.0.3
- update version to 2.0.4-SNAPSHOT - change deployment to new central publishing (central-publishing-maven-plugin) as OSSHR was terminated.
1 parent 9dd2e46 commit 256a04a

File tree

51 files changed

+111
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+111
-26
lines changed

hotswap-agent-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</parent>
1212

1313
<artifactId>hotswap-agent-core</artifactId>
14+
<name>hotswap-agent-core</name>
1415

1516
<profiles>
1617
<profile>

hotswap-agent-parent/pom.xml

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<artifactId>flatten-maven-plugin</artifactId>
172172
<version>1.7.3</version>
173173
<configuration>
174-
<flattenMode>minimum</flattenMode>
174+
<flattenMode>ossrh</flattenMode>
175175
</configuration>
176176
<executions>
177177
<execution>
@@ -199,12 +199,12 @@
199199

200200
<distributionManagement>
201201
<repository>
202-
<id>ossrh</id>
203-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
202+
<id>central-hotswap-agent-release</id>
203+
<url>https://central.sonatype.com/</url>
204204
</repository>
205205
<snapshotRepository>
206-
<id>ossrh</id>
207-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
206+
<id>central-hotswap-agent-release</id>
207+
<url>https://central.sonatype.com/</url>
208208
</snapshotRepository>
209209
</distributionManagement>
210210

@@ -213,7 +213,7 @@
213213
<plugin>
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-source-plugin</artifactId>
216-
<version>2.2.1</version>
216+
<version>3.3.1</version>
217217
<executions>
218218
<execution>
219219
<id>attach-sources</id>
@@ -226,7 +226,7 @@
226226
<plugin>
227227
<groupId>org.apache.maven.plugins</groupId>
228228
<artifactId>maven-javadoc-plugin</artifactId>
229-
<version>2.10.4</version>
229+
<version>3.10.1</version>
230230
<executions>
231231
<execution>
232232
<id>attach-javadocs</id>
@@ -243,7 +243,7 @@
243243
<plugin>
244244
<groupId>org.apache.maven.plugins</groupId>
245245
<artifactId>maven-gpg-plugin</artifactId>
246-
<version>1.6</version>
246+
<version>3.2.7</version>
247247
<executions>
248248
<execution>
249249
<id>sign-artifacts</id>
@@ -253,21 +253,23 @@
253253
</goals>
254254
<configuration>
255255
<keyname>[email protected]</keyname>
256+
<passphraseServerId>gpg.passphrase</passphraseServerId>
257+
<gpgArguments>
258+
<arg>--pinentry-mode</arg>
259+
<arg>loopback</arg>
260+
</gpgArguments>
256261
</configuration>
257262
</execution>
258263
</executions>
259264
</plugin>
260265
<plugin>
261-
<groupId>org.sonatype.plugins</groupId>
262-
<artifactId>nexus-staging-maven-plugin</artifactId>
263-
<version>1.6.7</version>
266+
<groupId>org.sonatype.central</groupId>
267+
<artifactId>central-publishing-maven-plugin</artifactId>
268+
<version>0.6.0</version>
264269
<extensions>true</extensions>
265-
266270
<configuration>
267-
<serverId>ossrh</serverId>
268-
269-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
270-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
271+
<publishingServerId>central-hotswap-agent-release</publishingServerId>
272+
<autoPublish>false</autoPublish>
271273
</configuration>
272274
</plugin>
273275
</plugins>
@@ -290,8 +292,7 @@
290292
<scope>system</scope>
291293
<systemPath>${java.home}/../lib/tools.jar</systemPath>
292294
<optional>true</optional>
293-
</dependency>
294-
</dependencies>
295+
</dependency> </dependencies>
295296
</dependencyManagement>
296297
</profile>
297298
</profiles>
@@ -327,7 +328,7 @@
327328
</dependencyManagement>
328329

329330
<properties>
330-
<revision>2.0.3-SNAPSHOT</revision>
331+
<revision>2.0.4-SNAPSHOT</revision>
331332
<dcevm>dcevm</dcevm>
332333
<dcevm.test.arguments>-XX:+AllowEnhancedClassRedefinition -XX:HotswapAgent=external
333334
--add-exports java.base/sun.security.action=ALL-UNNAMED

hotswap-agent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</parent>
1212

1313
<artifactId>hotswap-agent</artifactId>
14+
<name>hotswap-agent</name>
1415
<description>Distribution of HotswapAgent core and all plugins in all-in-one JAR.</description>
1516

1617
<packaging>jar</packaging>

plugin/hotswap-agent-cdi-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</parent>
1111

1212
<artifactId>hotswap-agent-cdi-plugin</artifactId>
13+
<name>hotswap-agent-cdi-plugin</name>
1314

1415
<properties>
1516
</properties>

plugin/hotswap-agent-cxf-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</parent>
1111

1212
<artifactId>hotswap-agent-cxf-plugin</artifactId>
13+
<name>hotswap-agent-cxf-plugin</name>
1314

1415
<properties>
1516
<servlet-api.version>3.0.1</servlet-api.version>

plugin/hotswap-agent-deltaspike-jakarta-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</parent>
1111

1212
<artifactId>hotswap-agent-deltaspike-jakarta-plugin</artifactId>
13+
<name>hotswap-agent-deltaspike-jakarta-plugin</name>
1314

1415
<properties>
1516
<deltaspike.version>2.0.0</deltaspike.version>

plugin/hotswap-agent-deltaspike-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</parent>
1111

1212
<artifactId>hotswap-agent-deltaspike-plugin</artifactId>
13+
<name>hotswap-agent-deltaspike-plugin</name>
1314

1415
<properties>
1516
<deltaspike.version>1.9.6</deltaspike.version>

plugin/hotswap-agent-el-resolver-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</parent>
1111

1212
<artifactId>hotswap-agent-el-resolver-plugin</artifactId>
13+
<name>hotswap-agent-el-resolver-plugin</name>
1314

1415
<dependencies>
1516
<dependency>

plugin/hotswap-agent-freemarker-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</parent>
1111

1212
<artifactId>hotswap-agent-freemarker-plugin</artifactId>
13+
<name>hotswap-agent-freemarker-plugin</name>
1314

1415
<dependencies>
1516
<dependency>

plugin/hotswap-agent-glassfish-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</parent>
1111

1212
<artifactId>hotswap-agent-glassfish-plugin</artifactId>
13+
<name>hotswap-agent-glassfish-plugin</name>
1314

1415
<dependencies>
1516
<dependency>

0 commit comments

Comments
 (0)