Skip to content

Commit

Permalink
Update productize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Mar 8, 2019
1 parent 4de0c65 commit 222b56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion productize.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

GH_PROD_BRANCH="7.3.x-devel"
GH_PROD_BRANCH="7.4.x-devel"
GH_PROD_VERSION=$(curl -s https://raw.githubusercontent.com/redhat-developer/redhat-sso-boms/7.3.x/pom.xml | grep -m1 "<version>" | sed 's/<[^>]*>//g' | tr -d ' ')
KEYCLOAK_VERSION=$(cat pom.xml | grep -m1 "<version>" | sed 's/<[^>]*>//g' | sed 's/-SNAPSHOT//g' | tr -d ' ')

Expand Down

0 comments on commit 222b56c

Please sign in to comment.