Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chavjoh committed Nov 23, 2020
1 parent c181b06 commit 3e6c2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Each metric defines an XML element by using the annotation `@XmlRootElement`.
Those metrics would usually be stored in the container `MetricsList`, representing a list of metrics (container).
This list also defines an XML element, in that case `metrics`, the XML tag for that container.

Below a file example from that example:
Below a XML file from that example:
```xml
<?xml version="1.0" ?>
<metrics>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.chavaillaz</groupId>
<artifactId>jaxb-stream</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>jar</packaging>

<name>${project.groupId}.${project.artifactId}</name>
Expand Down

0 comments on commit 3e6c2c6

Please sign in to comment.