Skip to content

Commit daa401b

Browse files
Add missing distributionManagement (#857)
common versions 7.0.15+ do not bring in distributionManagement. They are necessary for the build when releasing the connector. Add missing distributionManagement and reset the version to 15.0.0
1 parent d327d20 commit daa401b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>kafka-connect-elasticsearch</artifactId>
12-
<version>15.0.1-SNAPSHOT</version>
12+
<version>15.0.0-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414
<name>kafka-connect-elasticsearch</name>
1515
<organization>
@@ -319,6 +319,19 @@
319319
</dependencies>
320320
</dependencyManagement>
321321

322+
<distributionManagement>
323+
<repository>
324+
<id>aws-release</id>
325+
<name>AWS Release Repository</name>
326+
<url>${confluent.release.repo}</url>
327+
</repository>
328+
<snapshotRepository>
329+
<id>aws-snapshot</id>
330+
<name>AWS Snapshot Repository</name>
331+
<url>${confluent.snapshot.repo}</url>
332+
</snapshotRepository>
333+
</distributionManagement>
334+
322335
<build>
323336
<plugins>
324337
<plugin>

0 commit comments

Comments
 (0)