We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e76a6 commit 18276d0Copy full SHA for 18276d0
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>io.conduit</groupId>
8
<artifactId>conduit-kafka-connect-wrapper</artifactId>
9
- <version>0.1.0</version>
+ <version>0.2.0-SNAPSHOT</version>
10
11
<properties>
12
<maven.compiler.source>11</maven.compiler.source>
scripts/dist.sh
@@ -4,4 +4,4 @@ mvn clean package
4
TO_DIR=dist/
5
mkdir -p $TO_DIR/libs
cp scripts/conduit-kafka-connect-wrapper $TO_DIR
-cp target/conduit-kafka-connect-wrapper-0.1.0-SNAPSHOT.jar $TO_DIR
+cp target/conduit-kafka-connect-wrapper-*.jar $TO_DIR
0 commit comments