File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV GPG_PASSPHRASE=
66ARG GIT_EMAIL=
77ARG FULL_NAME=
88
9- ARG MAVEN_VERSION=3.3.9
9+ ARG MAVEN_VERSION=3.9.6
1010ARG USER_HOME_DIR="/root"
1111ENV MAVEN_HOME /usr/share/maven
1212ENV MAVEN_CONFIG "$USER_HOME_DIR/.m2"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Add the following dependency to your pom.xml:
1919<dependency >
2020 <groupId >com.convertapi.client</groupId >
2121 <artifactId >convertapi</artifactId >
22- <version >2.9 </version >
22+ <version >2.10 </version >
2323</dependency >
2424```
2525
Original file line number Diff line number Diff line change 1515 <dependency >
1616 <groupId >com.convertapi.client</groupId >
1717 <artifactId >convertapi</artifactId >
18- <version >2.9 </version >
18+ <version >2.10 </version >
1919 </dependency >
2020 </dependencies >
2121
Original file line number Diff line number Diff line change @@ -7,11 +7,9 @@ echo "Set private key..."
77cp -vr /gpg ~ /.gnupg
88echo " pinentry-mode loopback" > ~ /.gnupg/gpg.conf
99cp -vpr /maven ~ /.m2
10- cp -vr /ssh ~ /.ssh
1110
1211echo " Cloning convertapi-java..."
13- ssh-keyscan github.com >> ~ /.ssh/known_hosts
14- git clone git@github.com:ConvertAPI/convertapi-java.git
12+ git clone https://${GIT_USERNAME} :${GIT_SECRET} @github.com/ConvertAPI/convertapi-java.git
1513cd convertapi-java
1614
1715echo " Switching to the release branch..."
You can’t perform that action at this time.
0 commit comments