Skip to content

Commit

Permalink
remove illegal character
Browse files Browse the repository at this point in the history
presence of emoji breaks branch integration testing
  • Loading branch information
alexdunnjpl committed Mar 2, 2023
1 parent 6b37541 commit ce237d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.


<!--
👉 This is the TEMPLATE project object model or `pom.xml` file.
This is the TEMPLATE project object model or `pom.xml` file.
Go through this file line-by-line and replace the template values with your own.
-->
Expand Down Expand Up @@ -225,7 +225,7 @@ Go through this file line-by-line and replace the template values with your own.
<goals>
<goal>jar</goal>
<goal>test-jar</goal>
</goals>
</goals>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit ce237d3

Please sign in to comment.