Skip to content

Commit 42e2838

Browse files
committed
Prepare for 3.34.1-SNAPSHOT
1 parent 1c5cff7 commit 42e2838

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: branch != develop && branch != master
1515
script: make
1616
- name: deploy-snapshot
17-
if: branch = develop || branch = master
17+
if: branch = develop
1818
script: make all deploy
1919

2020
install:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RESOURCE_DIR = src/main/resources
55

66
.phony: all package native native-all deploy
77

8-
all: jni-header package
8+
all: setversion jni-header package
99

1010
deploy: setversion
1111
mvn package deploy -DperformRelease=true --settings settings.xml

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=3.34.0
2-
artifactVersion=3.34.0
1+
version=3.34.1
2+
artifactVersion=3.34.1-SNAPSHOT

0 commit comments

Comments
 (0)