diff --git a/pom.xml b/pom.xml index c0b87304..67f61285 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.graduation-project student-information-system-be - v1.2.0 + v1.3.0 war Student Information System Student Information System for Higher Education @@ -179,7 +179,8 @@ sis-be 17.0.1 - java -Dserver.port=$PORT -Dspring.profiles.active=mysql-live $JAVA_OPTS -jar target/*.war + + java -Dserver.port=$PORT -Dspring.profiles.active=mysql-live $JAVA_OPTS -jar target/*.war diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 54aee3a9..0ae6b3e6 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ sis: title: Student Information System API - version: v1.2.0 + version: v1.3.0 server: port: 8585