Skip to content

Commit 52cd851

Browse files
committed
Updated to latest version of xenial/sqlite3-jdbc
1 parent c19eb2b commit 52cd851

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/keepSync.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ cat $_BASE_DIR/VERSION
3232
echo "Changing version in pom.xml"
3333
xmlstarlet edit --inplace -N N="http://maven.apache.org/POM/4.0.0" --update "/N:project/N:version" --value "$SQLITE_VERSION" $_BASE_DIR/pom.xml
3434
#sed -ire "s|\(<version>\)\(.*\)\(\-SNAPSHOT<\/version>\)|\1$SQLITE_VERSION\3|g" $_BASE_DIR/pom.xml
35-
git add $_BASE_DIR/pom.xml
36-
git add $_BASE_DIR/VERSION
37-
git commit -m "Prepare for $SQLITE_VERSION"
38-
git tag --force "$SQLITE_VERSION"
35+
echo git add $_BASE_DIR/pom.xml
36+
echo git add $_BASE_DIR/VERSION
37+
echo git commit -m "'Prepare for $SQLITE_VERSION'"
38+
echo git tag "'$SQLITE_VERSION'"
3939

40-
git push --force --quiet "https://${GH_TOKEN}@github.com/Willena/sqlite-jdbc-crypt.git"
41-
git push --force --quiet --tags "https://${GH_TOKEN}@github.com/Willena/sqlite-jdbc-crypt.git"
40+
echo git push
41+
echo git push --tags

0 commit comments

Comments
 (0)