Skip to content

Commit

Permalink
build: fixing generated poms
Browse files Browse the repository at this point in the history
  • Loading branch information
secondsun committed Jun 16, 2021
1 parent 94df45c commit 2e01a47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/kafka-instance-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.22</version>
<version>3.2.0</version>
<executions>
<execution>
<id>add_sources</id>
Expand Down
2 changes: 1 addition & 1 deletion packages/kafka-management-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.22</version>
<version>3.2.0</version>
<executions>
<execution>
<id>add_sources</id>
Expand Down
2 changes: 1 addition & 1 deletion packages/registry-management-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.22</version>
<version>3.2.0</version>
<executions>
<execution>
<id>add_sources</id>
Expand Down

0 comments on commit 2e01a47

Please sign in to comment.