Compare commits
No commits in common. "main" and "0.1.9" have entirely different histories.
2 changed files with 5 additions and 17 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,15 +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]
|
## [0.1.9]
|
||||||
### 🛠 Build
|
### 🛠 Build
|
||||||
- [a004117](https://w9r.dev/pom/spring-boot-starter/commits/a004117) only one maven run for build and deploy
|
- [a004117](https://w9r.dev/pom/spring-boot-starter/commits/a004117) only one maven run for build and deploy
|
||||||
|
|
10
pom.xml
10
pom.xml
|
@ -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.9</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>
|
||||||
|
@ -51,9 +51,9 @@
|
||||||
<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.21.1</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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue