Skip to content

Commit 2e01a47

Browse files
committed
build: fixing generated poms
1 parent 94df45c commit 2e01a47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/kafka-instance-sdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.codehaus.mojo</groupId>
111111
<artifactId>build-helper-maven-plugin</artifactId>
112-
<version>1.22</version>
112+
<version>3.2.0</version>
113113
<executions>
114114
<execution>
115115
<id>add_sources</id>

packages/kafka-management-sdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.codehaus.mojo</groupId>
111111
<artifactId>build-helper-maven-plugin</artifactId>
112-
<version>1.22</version>
112+
<version>3.2.0</version>
113113
<executions>
114114
<execution>
115115
<id>add_sources</id>

packages/registry-management-sdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.codehaus.mojo</groupId>
111111
<artifactId>build-helper-maven-plugin</artifactId>
112-
<version>1.22</version>
112+
<version>3.2.0</version>
113113
<executions>
114114
<execution>
115115
<id>add_sources</id>

0 commit comments

Comments
 (0)