Skip to content

Commit 18276d0

Browse files
committed
Increment snapshot version
1 parent 64e76a6 commit 18276d0

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.1.0</version>
9+
<version>0.2.0-SNAPSHOT</version>
1010

1111
<properties>
1212
<maven.compiler.source>11</maven.compiler.source>

scripts/dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ mvn clean package
44
TO_DIR=dist/
55
mkdir -p $TO_DIR/libs
66
cp scripts/conduit-kafka-connect-wrapper $TO_DIR
7-
cp target/conduit-kafka-connect-wrapper-0.1.0-SNAPSHOT.jar $TO_DIR
7+
cp target/conduit-kafka-connect-wrapper-*.jar $TO_DIR

0 commit comments

Comments
 (0)