Skip to content

Commit

Permalink
add utf8 source encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
paultuckey committed Oct 19, 2023
1 parent 08f3628 commit 7a8d1bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
12 changes: 3 additions & 9 deletions annotation/pom.xml
Expand Up @@ -12,15 +12,9 @@
Add-on to urlrewritefilter to support annotations
</description>

<mailingLists>
<mailingList>
<name>UrlRewrite users</name>
<post>urlrewrite@googlegroups.com</post>
<subscribe>urlrewrite+subscribe@googlegroups.com</subscribe>
<unsubscribe>urlrewrite+unsubscribe@googlegroups.com</unsubscribe>
<archive>https://groups.google.com/d/forum/urlrewrite</archive>
</mailingList>
</mailingLists>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<licenses>
<license>
Expand Down
1 change: 1 addition & 0 deletions container-test/test-with-testcontainers/pom.xml
Expand Up @@ -7,6 +7,7 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<version>1.0.0</version>
<name>UrlRewriteFilter Container Tests</name>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -27,6 +27,7 @@
<app.manual-version>5.0</app.manual-version>
<app.year>2022</app.year>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<licenses>
Expand Down

0 comments on commit 7a8d1bb

Please sign in to comment.