Skip to content

Commit

Permalink
Updated POMs
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Aug 18, 2024
1 parent 1452a19 commit 55a93e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/openjdk:14-buster-browsers-legacy
- image: cimg/openjdk:21.0.2

working_directory: ~/repo

Expand All @@ -23,7 +23,7 @@ jobs:
deployment:
docker:
# specify the version you desire here
- image: circleci/openjdk:14-buster-browsers-legacy
- image: cimg/openjdk:21.0.2

working_directory: ~/repo

Expand Down
3 changes: 2 additions & 1 deletion assertj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.uom.lib</groupId>
<artifactId>uom-lib</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2</version>
</parent>
<artifactId>uom-lib-assertj</artifactId>
<name>Units of Measurement AssertJ Library</name>
Expand Down Expand Up @@ -205,4 +205,5 @@
</build>
</profile>
</profiles>
<version>2.2-SNAPSHOT</version>
</project>
3 changes: 2 additions & 1 deletion jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.uom.lib</groupId>
<artifactId>uom-lib</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2</version>
</parent>
<artifactId>uom-lib-jackson</artifactId>
<name>Units of Measurement Jackson Library</name>
Expand Down Expand Up @@ -247,4 +247,5 @@
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<version>2.2-SNAPSHOT</version>
</project>
3 changes: 2 additions & 1 deletion yasson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.uom.lib</groupId>
<artifactId>uom-lib</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2</version>
</parent>
<artifactId>uom-lib-yasson</artifactId>
<name>Units of Measurement Jakarta JSON-B Library</name>
Expand Down Expand Up @@ -237,4 +237,5 @@
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<version>2.2-SNAPSHOT</version>
</project>

0 comments on commit 55a93e1

Please sign in to comment.