File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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.11 </version >
22+ <version >2.12 </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.11 </version >
18+ <version >2.12 </version >
1919 </dependency >
2020 </dependencies >
2121
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ git fetch
1717git checkout $branch_to_release
1818
1919echo " Preparing release..."
20- mvn release:prepare -DreleaseVersion=${VERSION} -DdevelopmentVersion=${NEXT_VERSION} -Dtag=v${VERSION} -Dresume=false -Darguments=-Dgpg.passphrase=${GPG_PASSPHRASE}
20+ mvn release:prepare -Prelease-sign-artifacts - DreleaseVersion=${VERSION} -DdevelopmentVersion=${NEXT_VERSION} -Dtag=v${VERSION} -Dresume=false -Darguments=-Dgpg.passphrase=${GPG_PASSPHRASE}
2121
2222echo " Performing release..."
23- mvn release:perform
23+ mvn release:perform -Prelease-sign-artifacts
2424
2525echo " Push the new release tag..."
2626git push --tags
You can’t perform that action at this time.
0 commit comments