Skip to content

Commit

Permalink
Merge pull request #138 from openpreserve/integration
Browse files Browse the repository at this point in the history
REL: Version 0.10.0
  • Loading branch information
carlwilson authored Dec 15, 2023
2 parents 72232dd + 7e63737 commit 4db3bce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion odf-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openpreservation.odf</groupId>
<artifactId>odf-validator</artifactId>
<version>0.9.1</version>
<version>0.10.0</version>
</parent>

<artifactId>odf-apps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion odf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openpreservation.odf</groupId>
<artifactId>odf-validator</artifactId>
<version>0.9.1</version>
<version>0.10.0</version>
</parent>

<groupId>org.openpreservation.odf</groupId>
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.openpreservation.odf</groupId>
<artifactId>odf-validator</artifactId>
<version>0.9.1</version>
<version>0.10.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -247,6 +247,11 @@
<directory>src/main/resources/org/openpreservation/odf/batch</directory>
<filtering>true</filtering>
</resource>
<resource>
<!-- Filter batch file copy to replace version number with current version number. -->
<directory>src/main/resources/org/openpreservation/odf/docs</directory>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
Expand Down

0 comments on commit 4db3bce

Please sign in to comment.