Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed May 20, 2021
1 parent 4af2808 commit 8a6424f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The only configuration that should be found in this `pom` is configuration that
---
**NOTE**

Starting with release **1.1** the groupId of this Parent POM changes from **tec.uom** to **tech.uom**.
Starting with release **1.1** the groupId of this Parent POM changed from **tec.uom** to **tech.uom**.
Laying the ground for the 2.x releases.

---
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
<maven.surefire.version>2.22.2</maven.surefire.version>
<maven.toolchains.version>3.0.0</maven.toolchains.version>
<maven.war.version>3.3.1</maven.war.version>
<felix.plugin.version>4.2.1</felix.plugin.version>
<felix.plugin.version>5.1.2</felix.plugin.version>
<!-- Note 5.1.1 has a bug that erases the Automatic-Module-Name, do not use till solved -->
<formatter.plugin.version>2.13.0</formatter.plugin.version>
<license.plugin.version>4.0.rc2</license.plugin.version>
<jacoco.plugin.version>0.8.6</jacoco.plugin.version>
<license.plugin.version>4.1</license.plugin.version>
<jacoco.plugin.version>0.8.7</jacoco.plugin.version>
<!-- Test settings -->
<junit.jupiter.version>5.7.1</junit.jupiter.version>
<junit.platform.version>1.7.1</junit.platform.version>
<junit.jupiter.version>5.7.2</junit.jupiter.version>
<junit.platform.version>1.7.2</junit.platform.version>
<hamcrest.version>2.2</hamcrest.version>
</properties>

Expand Down

0 comments on commit 8a6424f

Please sign in to comment.