Skip to content

Commit

Permalink
[maven-release-plugin] prepare release kafka-connect-storage-cloud-5.…
Browse files Browse the repository at this point in the history
…4.11
  • Loading branch information
poojakuntalcflt committed Nov 17, 2022
1 parent 66b1148 commit 26054f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions kafka-connect-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@
~ WARRANTIES OF ANY KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.confluent</groupId>
<artifactId>kafka-connect-storage-cloud</artifactId>
<version>5.4.11-SNAPSHOT</version>
<version>5.4.11</version>
</parent>

<artifactId>kafka-connect-s3</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
~ WARRANTIES OF ANY KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -29,7 +27,7 @@
<groupId>io.confluent</groupId>
<artifactId>kafka-connect-storage-cloud</artifactId>
<packaging>pom</packaging>
<version>5.4.11-SNAPSHOT</version>
<version>5.4.11</version>
<name>kafka-connect-storage-cloud</name>
<organization>
<name>Confluent, Inc.</name>
Expand All @@ -52,7 +50,7 @@
<connection>scm:git:git://github.com/confluentinc/kafka-connect-storage-cloud.git</connection>
<developerConnection>scm:git:git@github.com:confluentinc/kafka-connect-storage-cloud.git</developerConnection>
<url>https://github.com/confluentinc/kafka-connect-storage-cloud</url>
<tag>5.4.x</tag>
<tag>kafka-connect-storage-cloud-5.4.11</tag>
</scm>

<modules>
Expand Down

0 comments on commit 26054f2

Please sign in to comment.