Skip to content

Commit 4ef31c3

Browse files
Release version 0.1.0
1 parent c74a44c commit 4ef31c3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SPDX-License-Identifier: Apache-2.0
2121
<parent>
2222
<groupId>io.aiven.kafka.connect</groupId>
2323
<artifactId>connectors-for-salesforce</artifactId>
24-
<version>0.1.0-SNAPSHOT</version>
24+
<version>0.1.0</version>
2525
</parent>
2626

2727
<artifactId>connector-common-for-salesforce</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SPDX-License-Identifier: Apache-2.0
2626

2727
<groupId>io.aiven.kafka.connect</groupId>
2828
<artifactId>connectors-for-salesforce</artifactId>
29-
<version>0.1.0-SNAPSHOT</version>
29+
<version>0.1.0</version>
3030
<packaging>pom</packaging>
3131

3232
<name>Aiven connectors for Salesforce on Apache Kafka</name>
@@ -96,7 +96,7 @@ Sink module is removed until there is code
9696
</distributionManagement>
9797

9898
<properties>
99-
<latestRelease>none</latestRelease>
99+
<latestRelease>0.1.0</latestRelease>
100100
<jackson.databind.version>3.0.3</jackson.databind.version>
101101
<aiven.framework.version>0.1.0</aiven.framework.version>
102102
<grpc.version>1.64.0</grpc.version>

source/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SPDX-License-Identifier: Apache-2.0
2121
<parent>
2222
<groupId>io.aiven.kafka.connect</groupId>
2323
<artifactId>connectors-for-salesforce</artifactId>
24-
<version>0.1.0-SNAPSHOT</version>
24+
<version>0.1.0</version>
2525
</parent>
2626

2727
<artifactId>source-connector-for-salesforce</artifactId>

0 commit comments

Comments
 (0)