Skip to content

Commit

Permalink
Merge pull request #4 from funfried/release/0.x
Browse files Browse the repository at this point in the history
Release/0.x
  • Loading branch information
funfried authored Sep 24, 2024
2 parents 09a8dba + 1077214 commit 6683312
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 22 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,11 @@
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.5.0</version>
<extensions>true</extensions>
<version>0.6.0</version>
<configuration>
<publishingServerId>central</publishingServerId>
<waitUntil>published</waitUntil>
<autoPublish>true</autoPublish>
<tokenAuth>true</tokenAuth>
</configuration>
Expand Down Expand Up @@ -307,7 +309,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
<version>2.0</version>
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -415,7 +417,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
<forceLegacyJavacApi>true</forceLegacyJavacApi>
<fork>true</fork>
</configuration>
</plugin>
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
</properties>

<body>
<release version="0.3-SNAPSHOT" date="n/a" description="n/a">
</release>

<release version="0.2" date="2024-09-23" description="Maintenance release">
<action dev="bahlef" type="change">
Better stop logic and better detection of running instances
Expand Down
59 changes: 40 additions & 19 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
http://www.eclipse.org/legal/epl-v20.html
-->
<project name="${project.name}"
xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
<site name="${project.name}"
xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">

<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
Expand All @@ -30,23 +31,43 @@
<publishDate position="right" />

<bannerLeft>
<name>Zonky Maven Plugin</name>
<src>imgs/logos/zonky-maven-plugin.png</src>
<href>https://funfried.github.io/zonky-maven-plugin/</href>
<image src="imgs/logos/zonky-maven-plugin.png" />
</bannerLeft>

<poweredBy>
<logo name="Maven" href="https://maven.apache.org/" img="https://maven.apache.org/images/logos/maven-feather.png" />
<logo name="Maven Central" href="https://maven-badges.herokuapp.com/maven-central/de.funfried.maven.plugins/zonky-maven-plugin/" img="https://maven-badges.herokuapp.com/maven-central/de.funfried.maven.plugins/zonky-maven-plugin/badge.svg" />
<logo name="Release Build Status" href="https://github.com/funfried/zonky-maven-plugin/actions/workflows/release_maven.yml" img="https://github.com/funfried/zonky-maven-plugin/actions/workflows/release_maven.yml/badge.svg" />
<logo name="Linux Build Status" href="https://github.com/funfried/zonky-maven-plugin/actions/workflows/linux_maven.yml" img="https://github.com/funfried/zonky-maven-plugin/actions/workflows/linux_maven.yml/badge.svg" />
<logo name="Windows Build Status" href="https://github.com/funfried/zonky-maven-plugin/actions/workflows/windows_maven.yml" img="https://github.com/funfried/zonky-maven-plugin/actions/workflows/windows_maven.yml/badge.svg" />
<logo name="Codacy Badge" href="https://www.codacy.com/gh/funfried/zonky-maven-plugin/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=funfried/zonky-maven-plugin&amp;utm_campaign=Badge_Grade" img="https://app.codacy.com/project/badge/Grade/45f6c8ab0e014809ba98276a709197f0" />
<logo name="Follow Me On Twitter" href="https://twitter.com/funfried84" img="https://img.shields.io/twitter/follow/funfried84?style=social" />
<logo name="Donate via PayPal" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=926F5XBCTK2LQ&amp;source=url" img="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" />
<logo name="Become a Patron!" href="https://www.patreon.com/funfried" img="imgs/logos/become_a_patron_button.png" />
<logo name="Buy me a drink" href="https://www.buymeacoffee.com/funfried" img="https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20drink&amp;emoji=%F0%9F%A5%83&amp;slug=funfried&amp;button_colour=5F7FFF&amp;font_colour=ffffff&amp;font_family=Cookie&amp;outline_colour=000000&amp;coffee_colour=FFDD00" />
<logo name="Say Thanks" href="https://saythanks.io/to/funfried" img="https://img.shields.io/static/v1?label=say&amp;message=thanks&amp;color=green&amp;style=for-the-badge&amp;logo=handshake" />
<logo name="Maven" href="https://maven.apache.org/">
<image src="https://maven.apache.org/images/logos/maven-feather.png" />
</logo>
<logo name="Maven Central" href="https://maven-badges.herokuapp.com/maven-central/de.funfried.maven.plugins/zonky-maven-plugin/">
<image src="https://maven-badges.herokuapp.com/maven-central/de.funfried.maven.plugins/zonky-maven-plugin/badge.svg" />
</logo>
<logo name="Release Build Status" href="https://github.com/funfried/zonky-maven-plugin/actions/workflows/release_maven.yml">
<image src="https://github.com/funfried/zonky-maven-plugin/actions/workflows/release_maven.yml/badge.svg" />
</logo>
<logo name="Linux Build Status" href="https://github.com/funfried/zonky-maven-plugin/actions/workflows/linux_maven.yml">
<image src="https://github.com/funfried/zonky-maven-plugin/actions/workflows/linux_maven.yml/badge.svg" />
</logo>
<logo name="Windows Build Status" href="https://github.com/funfried/zonky-maven-plugin/actions/workflows/windows_maven.yml">
<image src="https://github.com/funfried/zonky-maven-plugin/actions/workflows/windows_maven.yml/badge.svg" />
</logo>
<logo name="Codacy Badge" href="https://www.codacy.com/gh/funfried/zonky-maven-plugin/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=funfried/zonky-maven-plugin&amp;utm_campaign=Badge_Grade">
<image src="https://app.codacy.com/project/badge/Grade/45f6c8ab0e014809ba98276a709197f0" />
</logo>
<logo name="Follow Me On Twitter" href="https://twitter.com/funfried84">
<image src="https://img.shields.io/twitter/follow/funfried84?style=social" />
</logo>
<logo name="Donate via PayPal" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=926F5XBCTK2LQ&amp;source=url">
<image src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" />
</logo>
<logo name="Become a Patron!" href="https://www.patreon.com/funfried">
<image src="imgs/logos/become_a_patron_button.png" />
</logo>
<logo name="Buy me a drink" href="https://www.buymeacoffee.com/funfried">
<image src="https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20drink&amp;emoji=%F0%9F%A5%83&amp;slug=funfried&amp;button_colour=5F7FFF&amp;font_colour=ffffff&amp;font_family=Cookie&amp;outline_colour=000000&amp;coffee_colour=FFDD00" />
</logo>
<logo name="Say Thanks" href="https://saythanks.io/to/funfried">
<image src="https://img.shields.io/static/v1?label=say&amp;message=thanks&amp;color=green&amp;style=for-the-badge&amp;logo=handshake" />
</logo>
</poweredBy>

<body>
Expand All @@ -71,4 +92,4 @@
<item name="Donate" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=926F5XBCTK2LQ&amp;source=url" />
</links>
</body>
</project>
</site>

0 comments on commit 6683312

Please sign in to comment.