Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Updated backend version to 0.3.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brunkow Moser committed Feb 15, 2023
1 parent bf1e27e commit cf9d872
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion consumer-backend/productpass/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ RUN chown -R appuser:appuser /app && chmod -R 755 /app
USER appuser
EXPOSE 8080

ENTRYPOINT ["java", "-jar", "./productpass-0.3.3-SNAPSHOT.jar"]
ENTRYPOINT ["java", "-jar", "./productpass-0.3.4-SNAPSHOT.jar"]
2 changes: 1 addition & 1 deletion consumer-backend/productpass/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</parent>
<groupId>org.eclipse.tractusx</groupId>
<artifactId>productpass</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.3.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Catena-X Product Passport Consumer Backend</name>
<description>Product Passport Consumer Backend System for Product Passport Consumer Frontend Application</description>
Expand Down
2 changes: 1 addition & 1 deletion consumer-backend/productpass/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->

# ![Digital Product Passport Consumer Backend](../../docs/catena-x-logo.svg) Product Battery Passport Consumer Backend
# Version: 0.3.3-SNAPSHOT
# Version: 0.3.4-SNAPSHOT

## Table of contents
<!-- TOC -->
Expand Down

0 comments on commit cf9d872

Please sign in to comment.