Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hu committed Dec 21, 2023
1 parent 0bb97ad commit f5eb92c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions gsrs-spring-legacy-indexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,17 @@
</dependencies>
<build>
<plugins>
<plugin>
<!-- <plugin>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
<version>1.18.0.0</version>
<version>1.18.20.0</version>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.22</version>
</dependency>
</dependencies>
<configuration>
<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
<outputDirectory>${project.build.directory}/delombok</outputDirectory>
Expand All @@ -135,8 +142,7 @@
</execution>
</executions>
</plugin>
<!-- Uncomment this for maven public release deployment
<plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
Expand Down

0 comments on commit f5eb92c

Please sign in to comment.