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 4003571 commit 5fa3837Copy full SHA for 5fa3837
pom.xml
@@ -34,8 +34,8 @@
34
<artifactId>maven-compiler-plugin</artifactId>
35
<version>3.5</version>
36
<configuration>
37
- <source>1.7</source>
38
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
39
</configuration>
40
</plugin>
41
</plugins>
release.sh prepare-release.shrelease.sh renamed to prepare-release.sh
@@ -9,7 +9,7 @@ cd $(dirname $0)
9
10
rm -rf $RELEASE_DIR
11
12
-mvn clean package
+mvn clean verify
13
14
DIR=$(mktemp -d)
15
INST_DIR="${DIR}/${DIST_NAME}/bin"
0 commit comments