Skip to content

Commit 4ff91a5

Browse files
Copilotfranz1981
andcommitted
Fix JReleaser configuration and simplify POM setup
Co-authored-by: franz1981 <[email protected]>
1 parent aa39da1 commit 4ff91a5

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

pom.xml

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -264,50 +264,6 @@
264264
<groupId>org.jreleaser</groupId>
265265
<artifactId>jreleaser-maven-plugin</artifactId>
266266
<version>${jreleaser-maven-plugin.version}</version>
267-
<configuration>
268-
<jreleaser>
269-
<project>
270-
<name>netty-virtualthread-scheduler</name>
271-
<description>Integration between Java Virtual Threads (Project Loom) and Netty's event loop</description>
272-
<longDescription>This project provides an integration between Java Virtual Threads (Project Loom) and Netty's event loop, enabling low-overhead execution of blocking or CPU-bound work started from the Netty event loop without the usual extra thread hand-offs.</longDescription>
273-
<website>https://github.com/franz1981/Netty-VirtualThread-Scheduler</website>
274-
<authors>
275-
<author>Francesco Nigro</author>
276-
</authors>
277-
<license>Apache-2.0</license>
278-
<inceptionYear>2024</inceptionYear>
279-
</project>
280-
<release>
281-
<github>
282-
<owner>franz1981</owner>
283-
<name>Netty-VirtualThread-Scheduler</name>
284-
<tagName>{{projectVersion}}</tagName>
285-
<releaseName>Release {{projectVersion}}</releaseName>
286-
<overwrite>true</overwrite>
287-
<changelog>
288-
<formatted>ALWAYS</formatted>
289-
<preset>conventional-commits</preset>
290-
</changelog>
291-
</github>
292-
</release>
293-
<deploy>
294-
<maven>
295-
<nexus2>
296-
<maven-central>
297-
<active>ALWAYS</active>
298-
<url>https://s01.oss.sonatype.org/service/local</url>
299-
<closeRepository>true</closeRepository>
300-
<releaseRepository>true</releaseRepository>
301-
<stagingRepositories>target/staging-deploy</stagingRepositories>
302-
<artifactIds>
303-
<artifactId>netty-virtualthread-core</artifactId>
304-
</artifactIds>
305-
</maven-central>
306-
</nexus2>
307-
</maven>
308-
</deploy>
309-
</jreleaser>
310-
</configuration>
311267
</plugin>
312268
</plugins>
313269
</build>

0 commit comments

Comments
 (0)