Upgrade to proto-schema-compatibility-maven-plugin 5.0.12.Final (#33738)
Closes #33711 Upgrading prevents dangling proto.lock file being created when commitProtoLock=false Signed-off-by: Ryan Emerson <remerson@redhat.com>
This commit is contained in:
parent
a74e60f4d7
commit
bf89897ba6
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -99,7 +99,7 @@
|
||||||
<!-- version number is needed for the proto-schema-compatibility-maven-plugin and needs to be in-sync with the version used in Infinispan -->
|
<!-- version number is needed for the proto-schema-compatibility-maven-plugin and needs to be in-sync with the version used in Infinispan -->
|
||||||
<protostream.version>5.0.8.Final</protostream.version>
|
<protostream.version>5.0.8.Final</protostream.version>
|
||||||
<!-- protostream.plugin.version property can be replaced with protostream.version once protostream.version >= 5.0.10.Final -->
|
<!-- protostream.plugin.version property can be replaced with protostream.version once protostream.version >= 5.0.10.Final -->
|
||||||
<protostream.plugin.version>5.0.10.Final</protostream.plugin.version>
|
<protostream.plugin.version>5.0.12.Final</protostream.plugin.version>
|
||||||
|
|
||||||
<!--JAKARTA-->
|
<!--JAKARTA-->
|
||||||
<jakarta.mail.version>2.1.1</jakarta.mail.version>
|
<jakarta.mail.version>2.1.1</jakarta.mail.version>
|
||||||
|
|
Loading…
Reference in a new issue