Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Sep 17, 2020
1 parent c4ac311 commit d012b55
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/target/
/.settings/
/.project
/.classpath
target/
.settings/
.project
.classpath
zz
release.properties
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Add the following to your pom.xml to use this artifact, replacing `x.y.z` with t

# News and noteworthy

* v1.0.9 - 2020-09-17
* Updated to Jakarta JAXB 2.3.3
* v1.0.8 - 2020-08-30
* Updated to ph-ubl 6.4.0
* Updated to ph-ebinterface 6.2.0
Expand Down
25 changes: 16 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,59 +64,59 @@
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-commons-parent-pom</artifactId>
<version>9.4.8</version>
<version>9.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-masterdata-parent-pom</artifactId>
<version>6.1.7</version>
<version>6.1.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.helger.ubl</groupId>
<artifactId>ph-ubl-parent-pom</artifactId>
<version>6.4.0</version>
<version>6.4.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-ebinterface</artifactId>
<version>6.2.0</version>
<version>6.2.1</version>
</dependency>
<dependency>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-commons-parent-pom</artifactId>
<version>8.1.8</version>
<version>8.2.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>at.austriapro</groupId>
<artifactId>ebinterface-ubl-mapping</artifactId>
<version>4.6.0</version>
<version>4.6.1</version>
</dependency>
<dependency>
<groupId>com.helger.bdve</groupId>
<artifactId>ph-bdve-parent-pom</artifactId>
<version>6.0.2</version>
<version>6.0.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.helger.bdve.rules</groupId>
<artifactId>ph-bdve-rules-parent-pom</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.helger</groupId>
<artifactId>en16931-cii2ubl</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -204,6 +204,13 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>8</source>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit d012b55

Please sign in to comment.