Skip to content

Commit dc8aff6

Browse files
authored
Merge pull request #268 from rosette-api/COMN-341
COMN-341: Update the parent POM to version 21.0.0
2 parents f09ccc6 + b09b626 commit dc8aff6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

model/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@
8282
<groupId>org.projectlombok</groupId>
8383
<artifactId>lombok-maven-plugin</artifactId>
8484
<version>${lombok-maven-plugin.version}</version>
85+
<dependencies>
86+
<dependency>
87+
<groupId>org.projectlombok</groupId>
88+
<artifactId>lombok</artifactId>
89+
<version>${lombok.version}</version>
90+
</dependency>
91+
</dependencies>
8592
<executions>
8693
<execution>
8794
<phase>generate-sources</phase>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>open-source-parent</artifactId>
2424
<groupId>com.basistech</groupId>
25-
<version>20.0.0</version>
25+
<version>21.0.0</version>
2626
<relativePath />
2727
</parent>
2828
<packaging>pom</packaging>

0 commit comments

Comments
 (0)