Compare commits

..

No commits in common. "main" and "0.1.5" have entirely different histories.
main ... 0.1.5

3 changed files with 18 additions and 48 deletions

View file

@ -59,7 +59,8 @@ jobs:
- name: Build package and populate staging area for deployment - name: Build package and populate staging area for deployment
run: | run: |
mvn -B --file pom.xml -P skipShadeAndCycloneDX,publication deploy mvn -X -B --file pom.xml package
mvn -X --file pom.xml -Ppublication
- name: "Run JReleaser (Assemble)" - name: "Run JReleaser (Assemble)"
uses: https://github.com/jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # 2.4.2 uses: https://github.com/jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # 2.4.2
@ -76,14 +77,14 @@ jobs:
- name: JReleaser release trace - name: JReleaser release trace
if: always() if: always()
uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3 uses: https://gitea.com/actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with: with:
name: jreleaser-trace name: jreleaser-trace
path: target/jreleaser/trace.log path: target/jreleaser/trace.log
- name: JReleaser release properties - name: JReleaser release properties
if: always() if: always()
uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3 uses: https://gitea.com/actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with: with:
name: jreleaser-properties name: jreleaser-properties
path: target/jreleaser/output.properties path: target/jreleaser/output.properties

View file

@ -1,34 +1,3 @@
## [0.1.12]
### 🧰 Tasks
- [fc209e8](https://w9r.dev/pom/spring-boot-starter/commits/fc209e8) **deps**: update all non-major dependencies
## [0.1.11]
### 🧰 Tasks
- [7989bf0](https://w9r.dev/pom/spring-boot-starter/commits/7989bf0) **deps**: update dependency org.owasp:dependency-check-maven to v12
## [0.1.10]
### 🐛 Fixes
- [e269770](https://w9r.dev/pom/spring-boot-starter/commits/e269770) **deps**: update dependency dev.w9r.pom:dependencies to v0.1.13
## [0.1.9]
### 🛠 Build
- [a004117](https://w9r.dev/pom/spring-boot-starter/commits/a004117) only one maven run for build and deploy
## [0.1.8]
### 🛠 Build
- [24ea986](https://w9r.dev/pom/spring-boot-starter/commits/24ea986) do not run shade and cyclonedx on this pom
## [0.1.7]
### 🐛 Fixes
- [fcb1b92](https://w9r.dev/pom/spring-boot-starter/commits/fcb1b92) **deps**: update all non-major dependencies
---
- [c9add44](https://w9r.dev/pom/spring-boot-starter/commits/c9add44) revert 16d3b08ef162154a523d0538c5230155fc166b8f
## [0.1.6]
### 🧰 Tasks
- [f6281a9](https://w9r.dev/pom/spring-boot-starter/commits/f6281a9) **deps**: update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.3
## [0.1.5] ## [0.1.5]
### 🧰 Tasks ### 🧰 Tasks
- [16d3b08](https://w9r.dev/pom/spring-boot-starter/commits/16d3b08) **deps**: update https://gitea.com/actions/upload-artifact action to v4 - [16d3b08](https://w9r.dev/pom/spring-boot-starter/commits/16d3b08) **deps**: update https://gitea.com/actions/upload-artifact action to v4

28
pom.xml
View file

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>dev.w9r.pom</groupId> <groupId>dev.w9r.pom</groupId>
<artifactId>spring-boot-starter</artifactId> <artifactId>spring-boot-starter</artifactId>
<version>0.1.12</version> <version>0.1.5</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>spring-boot-starter</name> <name>spring-boot-starter</name>
<description>A POM consisting of general dependencies and build settings</description> <description>A POM consisting of general dependencies and build settings</description>
@ -45,15 +45,15 @@
<spring-cloud.version>2024.0.0</spring-cloud.version> <spring-cloud.version>2024.0.0</spring-cloud.version>
<plugin.maven-compiler.version>3.13.0</plugin.maven-compiler.version> <plugin.maven-compiler.version>3.13.0</plugin.maven-compiler.version>
<plugin.maven-deploy.version>3.1.3</plugin.maven-deploy.version> <plugin.maven-deploy.version>3.1.2</plugin.maven-deploy.version>
<cyclonedx-maven-plugin.version>2.9.1</cyclonedx-maven-plugin.version> <cyclonedx-maven-plugin.version>2.9.1</cyclonedx-maven-plugin.version>
<plugin.sonar.version>5.0.0.4389</plugin.sonar.version> <plugin.sonar.version>5.0.0.4389</plugin.sonar.version>
<plugin.jacoco.version>0.8.12</plugin.jacoco.version> <plugin.jacoco.version>0.8.12</plugin.jacoco.version>
<checkstyle.version>10.21.1</checkstyle.version> <checkstyle.version>10.17.0</checkstyle.version>
<plugin.checkstyle.version>3.6.0</plugin.checkstyle.version> <plugin.checkstyle.version>3.6.0</plugin.checkstyle.version>
<plugin.dependency-check.version>12.0.1</plugin.dependency-check.version> <plugin.dependency-check.version>11.1.1</plugin.dependency-check.version>
<plugin.spotbugs.version>4.8.6.6</plugin.spotbugs.version> <plugin.spotbugs.version>4.8.6.6</plugin.spotbugs.version>
<spotbugs.version>4.9.0</spotbugs.version> <spotbugs.version>4.8.6</spotbugs.version>
<findsecbugs.version>1.13.0</findsecbugs.version> <findsecbugs.version>1.13.0</findsecbugs.version>
</properties> </properties>
<distributionManagement> <distributionManagement>
@ -89,7 +89,7 @@
<dependency> <dependency>
<groupId>dev.w9r.pom</groupId> <groupId>dev.w9r.pom</groupId>
<artifactId>dependencies</artifactId> <artifactId>dependencies</artifactId>
<version>0.1.13</version> <version>0.1.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
@ -113,7 +113,7 @@
<dependency> <dependency>
<groupId>dev.w9r.pom</groupId> <groupId>dev.w9r.pom</groupId>
<artifactId>dependencies</artifactId> <artifactId>dependencies</artifactId>
<version>0.1.13</version> <version>0.1.0</version>
<type>pom</type> <type>pom</type>
</dependency> </dependency>
<dependency> <dependency>
@ -161,7 +161,7 @@
<dependency> <dependency>
<groupId>com.github.loki4j</groupId> <groupId>com.github.loki4j</groupId>
<artifactId>loki-logback-appender</artifactId> <artifactId>loki-logback-appender</artifactId>
<version>1.6.0</version> <version>1.4.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
@ -219,7 +219,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version> <version>3.11.0</version>
<configuration> <configuration>
<parameters>true</parameters> <parameters>true</parameters>
</configuration> </configuration>
@ -227,7 +227,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId> <artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.2</version> <version>3.0.0</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
@ -243,7 +243,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version> <version>3.3.0</version>
<configuration> <configuration>
<archive> <archive>
<manifest> <manifest>
@ -256,7 +256,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId> <artifactId>maven-war-plugin</artifactId>
<version>3.4.0</version> <version>3.3.2</version>
<configuration> <configuration>
<archive> <archive>
<manifest> <manifest>
@ -281,13 +281,13 @@
<plugin> <plugin>
<groupId>org.graalvm.buildtools</groupId> <groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId> <artifactId>native-maven-plugin</artifactId>
<version>0.10.4</version> <version>0.9.22</version>
<extensions>true</extensions> <extensions>true</extensions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>io.github.git-commit-id</groupId> <groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId> <artifactId>git-commit-id-maven-plugin</artifactId>
<version>9.0.1</version> <version>9.0.0</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>