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 18276d0 commit 7289ce8Copy full SHA for 7289ce8
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>io.conduit</groupId>
8
<artifactId>conduit-kafka-connect-wrapper</artifactId>
9
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.1.0</version>
10
11
<properties>
12
<maven.compiler.source>11</maven.compiler.source>
scripts/conduit-kafka-connect-wrapper
@@ -1,3 +1,3 @@
1
#!/usr/bin/env bash
2
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
3
-exec /usr/bin/env java -cp "$SCRIPT_DIR/conduit-kafka-connect-wrapper-0.1.0-SNAPSHOT.jar:$SCRIPT_DIR/libs/*" io.conduit.Application
+exec /usr/bin/env java -cp "$SCRIPT_DIR/conduit-kafka-connect-wrapper-0.1.0.jar:$SCRIPT_DIR/libs/*" io.conduit.Application
0 commit comments