Skip to content

Commit

Permalink
upgrade google cloud artifactregistry-maven-wagon
Browse files Browse the repository at this point in the history
  • Loading branch information
hongwingl committed Jan 10, 2025
1 parent f6d5890 commit b873195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hmftools-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import logging
logger = logging.getLogger(__name__)
logging.basicConfig(stream=sys.stdout,
format='%(asctime)s %(levelname)5s - %(message)s',
format='%(asctime)s [%(levelname)5s] - %(message)s',
datefmt='%Y-%m-%d %H:%M:%S',
level=logging.INFO)
logger.setLevel(logging.DEBUG)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<extension>
<groupId>com.google.cloud.artifactregistry</groupId>
<artifactId>artifactregistry-maven-wagon</artifactId>
<version>2.2.0</version>
<version>2.2.4</version>
</extension>
</extensions>
<pluginManagement>
Expand Down

0 comments on commit b873195

Please sign in to comment.