Skip to content

Commit

Permalink
Merge pull request #6472 from hmislk/Issue#6471
Browse files Browse the repository at this point in the history
Issue#6471 Closes #6471
  • Loading branch information
Deshani Pubudu authored Jul 21, 2024
2 parents 9ebead0 + a2678c2 commit 9bff156
Show file tree
Hide file tree
Showing 12 changed files with 9,533 additions and 136 deletions.
2 changes: 1 addition & 1 deletion .github/counter.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7
7
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.divudi</groupId>

<artifactId>sethma</artifactId>
<version>3.0.0</version>
<packaging>war</packaging>
<name>sethma</name>

<properties>
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -324,8 +326,6 @@
<version>3.8.1</version>
<configuration>
<release>8</release> <!-- Compile with Java 8 compatibility -->
<debug>false</debug>
<showDeprecation>false</showDeprecation>
</configuration>
</plugin>

Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 9bff156

Please sign in to comment.