Skip to content

Commit

Permalink
Merge branch 'develop' into dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
manishjha-04 authored Aug 15, 2024
2 parents 289ed6e + 95b9bbe commit 6f13df8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<packaging>war</packaging>
<properties>
<maven.java.release>11</maven.java.release>
<major.version>2</major.version>
<minor.version>8</minor.version>
<state.version>1</state.version>
<major.version>3</major.version>
<minor.version>0</minor.version>
<state.version>2</state.version>
<!-- 0 = alpha, 1 = beta, 2 = rc, 3 = deployable -->
<fix.version>39</fix.version>
<fix.version>1</fix.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<liquibase.propertyFile>${project.basedir}/liquibase/liquibase.properties</liquibase.propertyFile>
<castor.version>1.4.1</castor.version>
Expand Down

0 comments on commit 6f13df8

Please sign in to comment.