Skip to content

Commit

Permalink
Fixes #1234. Apply PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
haramon committed Jan 29, 2025
1 parent 82c789d commit cfd94a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/it/schemagen-encoding-utf8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.codehaus.mojo.jaxb2.its</groupId>
<artifactId>mjaxb-64</artifactId>
<artifactId>schemagen-encoding-utf8</artifactId>
<version>1.0-SNAPSHOT</version>

<description>Purpose: Test for bug reported in MJAXB-64 (Combinations of name attributes for
XmlTypes and XmlRootElement).
<description>Purpose: Test for bug reported in mojohaus#348 (Use encoding parameter when reading xml on
transformSchemas).
</description>

<properties>
Expand All @@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<version>@maven-compiler-plugin.version@</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ public String getName() {
public void setName(String name) {
this.name = name;
}
}
}

0 comments on commit cfd94a9

Please sign in to comment.