Skip to content

Commit

Permalink
Merge pull request #268 from rosette-api/COMN-341
Browse files Browse the repository at this point in the history
COMN-341: Update the parent POM to version 21.0.0
  • Loading branch information
seth-mg authored Dec 3, 2024
2 parents f09ccc6 + b09b626 commit dc8aff6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
<version>${lombok-maven-plugin.version}</version>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</dependency>
</dependencies>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>open-source-parent</artifactId>
<groupId>com.basistech</groupId>
<version>20.0.0</version>
<version>21.0.0</version>
<relativePath />
</parent>
<packaging>pom</packaging>
Expand Down

0 comments on commit dc8aff6

Please sign in to comment.