Skip to content

Commit

Permalink
77: Release new Common Library 2.2
Browse files Browse the repository at this point in the history
Task-Url: #77
  • Loading branch information
keilw committed Jun 26, 2023
1 parent 95e892c commit ccb2e0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>tech.uom.lib</groupId>
<artifactId>uom-lib</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2</version>
</parent>

<scm>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>tech.uom</groupId>
<artifactId>uom-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2</version>
</parent>
<modules>
<module>common</module>
Expand Down Expand Up @@ -43,7 +43,7 @@
<project.build.javaVersion>${jdkVersion}</project.build.javaVersion>
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
<ri.version>2.2-SNAPSHOT</ri.version><!-- NOT for common -->
<ri.version>2.2</ri.version><!-- NOT for common -->
<lib.version>${project.version}</lib.version>
<hamcrest.junit.version>2.0.0.0</hamcrest.junit.version>
</properties>
Expand Down

0 comments on commit ccb2e0f

Please sign in to comment.