Skip to content

Commit 7289ce8

Browse files
committed
fix script
1 parent 18276d0 commit 7289ce8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.conduit</groupId>
88
<artifactId>conduit-kafka-connect-wrapper</artifactId>
9-
<version>0.2.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010

1111
<properties>
1212
<maven.compiler.source>11</maven.compiler.source>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
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
3+
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

Comments
 (0)