Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-wls-common-mvn-release' into…
Browse files Browse the repository at this point in the history
… fix-wls-common-mvn-release
  • Loading branch information
MrSebastian committed Apr 9, 2024
2 parents d1e0260 + db085c1 commit 4900482
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions wls-common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>


Expand Down Expand Up @@ -141,8 +140,8 @@
<eclipse>
<file>itm-java-codeformat/java_codestyle_formatter.xml</file>
</eclipse>
<trimTrailingWhitespace/>
<endWithNewline/>
<trimTrailingWhitespace />
<endWithNewline />
</java>
</configuration>
<executions>
Expand Down

0 comments on commit 4900482

Please sign in to comment.