Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposed fix for #257 and #284 - BR-CO-15 #292

Merged
merged 14 commits into from
Sep 22, 2021
Next Next commit
Version bump
  • Loading branch information
phax committed Jul 31, 2021
commit 911102edfddc44735bb8030b1edfb672469292e4
2 changes: 1 addition & 1 deletion pom-preprocess.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-schematron-maven-plugin</artifactId>
<version>6.0.2</version>
<version>6.2.0</version>
<executions>
<execution>
<id>cii</id>
Expand Down
2 changes: 1 addition & 1 deletion pom-validate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-schematron-maven-plugin</artifactId>
<version>6.0.2</version>
<version>6.2.0</version>
<executions>
<execution>
<id>cii</id>
Expand Down
4 changes: 2 additions & 2 deletions pom-xslt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-schematron-maven-plugin</artifactId>
<version>6.0.2</version>
<version>6.2.0</version>
<executions>
<!--
-->
Expand All @@ -44,7 +44,6 @@
</configuration>
</execution>
<!--
-->
<execution>
<id>edifact</id>
<goals>
Expand All @@ -55,6 +54,7 @@
<xsltDirectory>${basedir}/edifact/xslt</xsltDirectory>
</configuration>
</execution>
-->
<!--
-->
<execution>
Expand Down