Skip to content

Commit

Permalink
Add use_latest_release.sh script to update cdoc2 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jann0k committed Sep 3, 2024
1 parent b8f239d commit 9a2b918
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions use_latest_release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

# replace ee.cyber.cdoc2:* dependency versions with latest release version (includes packages from local maven repo)
mvn versions:use-latest-versions -Dincludes=ee.cyber.cdoc2:* -DexcludeReactor=false -DallowSnapshots=false

# put and get server have spring-boot as parent and need to be updated separately

mvn -f put-server versions:use-latest-versions -Dincludes=ee.cyber.cdoc2:* -DexcludeReactor=false -DallowSnapshots=false

mvn -f get-server versions:use-latest-versions -Dincludes=ee.cyber.cdoc2:* -DexcludeReactor=false -DallowSnapshots=false

0 comments on commit 9a2b918

Please sign in to comment.