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:
19
19
<dependency >
20
20
<groupId >com.convertapi.client</groupId >
21
21
<artifactId >convertapi</artifactId >
22
- <version >2.11 </version >
22
+ <version >2.12 </version >
23
23
</dependency >
24
24
```
25
25
Original file line number Diff line number Diff line change 15
15
<dependency >
16
16
<groupId >com.convertapi.client</groupId >
17
17
<artifactId >convertapi</artifactId >
18
- <version >2.11 </version >
18
+ <version >2.12 </version >
19
19
</dependency >
20
20
</dependencies >
21
21
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ git fetch
17
17
git checkout $branch_to_release
18
18
19
19
echo " 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}
21
21
22
22
echo " Performing release..."
23
- mvn release:perform
23
+ mvn release:perform -Prelease-sign-artifacts
24
24
25
25
echo " Push the new release tag..."
26
26
git push --tags
You can’t perform that action at this time.
0 commit comments