[JAVA-24006] Removed version definition from lombok-modules
This commit is contained in:
parent
111379185d
commit
9adb243e2b
|
@ -43,7 +43,6 @@
|
|||
</build>
|
||||
|
||||
<properties>
|
||||
<lombok.version>edge-SNAPSHOT</lombok.version>
|
||||
<hibernate-jpa-2.1-api.version>1.0.0.Final</hibernate-jpa-2.1-api.version>
|
||||
<delombok-maven-plugin.version>1.18.20.0</delombok-maven-plugin.version>
|
||||
<annotations.version>23.0.0</annotations.version>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
</parent>
|
||||
|
||||
<modules>
|
||||
<!--<module>lombok</module>--> <!-- Fixing in JAVA-24006 -->
|
||||
<module>lombok</module>
|
||||
<module>lombok-2</module>
|
||||
<!-- <module>lombok-custom</module>--> <!-- this module uses legacy jdk-8 features (tools.jar), so can't upgrade to jdk9 or above-->
|
||||
</modules>
|
||||
|
|
Loading…
Reference in New Issue