Compare commits

..

No commits in common. "0.1.14" and "0.1.13" have entirely different histories.

2 changed files with 4 additions and 8 deletions

View file

@ -1,7 +1,3 @@
## [0.1.14]
### 🐛 Fixes
- [10894d0](https://w9r.dev/pom/dependencies/commits/10894d0) **deps**: update all non-major dependencies
## [0.1.13]
- [dab93b0](https://w9r.dev/pom/dependencies/commits/dab93b0) revert 11923acb66a66d6da58579fb1f0ae6dd9a3583b7

View file

@ -6,7 +6,7 @@
<groupId>dev.w9r.pom</groupId>
<artifactId>dependencies</artifactId>
<version>0.1.14</version>
<version>0.1.13</version>
<name>Common Dependency Project Object Model for Maven Builds</name>
<description>Common dependencies and management of their versions</description>
@ -31,7 +31,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<w9r.logback.json.version>0.1.5</w9r.logback.json.version>
<w9r.logback.version>1.5.17</w9r.logback.version>
<w9r.logback.version>1.5.16</w9r.logback.version>
</properties>
<licenses>
@ -101,12 +101,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.4</version>
<version>3.1.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.14.0</version>
<version>3.13.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>