Bumped backend version to 0.0.3. Tagging now.

This commit is contained in:
K
2025-08-03 20:57:04 +05:30
parent 490578cfe2
commit adabbf06f2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ RUN useradd -s /bin/bash skycrateBack
# Create work dir # Create work dir
RUN mkdir /app RUN mkdir /app
RUN chown -R skycrateBack:skycrateBack /app RUN chown -R skycrateBack:skycrateBack /app
COPY ./target/skycrateBackend-0.0.2.jar /app COPY ./target/skycrateBackend-0.0.3.jar /app
WORKDIR /app WORKDIR /app
# Switch user # Switch user
@@ -28,4 +28,4 @@ USER skycrateBack
# Expose port for backend # Expose port for backend
EXPOSE 8080 EXPOSE 8080
CMD ["java", "-jar", "skycrateBackend-0.0.2.jar"] CMD ["java", "-jar", "skycrateBackend-0.0.3.jar"]
+1 -1
View File
@@ -13,7 +13,7 @@
<groupId>com.skycrate.backend</groupId> <groupId>com.skycrate.backend</groupId>
<artifactId>skycrateBackend</artifactId> <artifactId>skycrateBackend</artifactId>
<version>0.0.2</version> <version>0.0.3</version>
<name>skycrateBackend</name> <name>skycrateBackend</name>
<description>Cloud Storage App using HDFS</description> <description>Cloud Storage App using HDFS</description>