Skip to content

Commit

Permalink
Update ICU4J demo scripts to new project location
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-oly committed Nov 14, 2023
1 parent daa09c5 commit 73d4d80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion icu4jweb/build-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -x
# the project id "icu4c-demos" cannot be changed.
# Update the final part of the tag for each new release.
docker build -t gcr.io/icu4c-demos/icu4jweb:71.1 .
docker build -t us-central1-docker.pkg.dev/goog-unicode-dev/unicode-jsps/icu4j-demos:74.1 .
2 changes: 1 addition & 1 deletion icu4jweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Copyright © 2016 and later Unicode, Inc. and others. All Rights Reserved.
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>73.1</version>
<version>74.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion icu4jweb/push-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
set -x
# Edit the final part for each new release.
docker push gcr.io/icu4c-demos/icu4jweb:71.1
docker push us-central1-docker.pkg.dev/goog-unicode-dev/unicode-jsps/icu4j-demos:74.1

0 comments on commit 73d4d80

Please sign in to comment.