Skip to content

Commit

Permalink
feat: Update office-stamper, engine, examples version to 2.0.1
Browse files Browse the repository at this point in the history
This commit bumps the version of office-stamper, engine, and examples from 2.0 to 2.0.1. Also, it removes the parent tag in engine and examples pom.xml files, and instead they have been given their specific groupId, artifactId, and version.
  • Loading branch information
caring-coder committed Jun 3, 2024
1 parent 367b16c commit 452e731
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
7 changes: 2 additions & 5 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>pro.verron.office-stamper</groupId>
<artifactId>office-stamper</artifactId>
<version>2.0</version>
</parent>

<groupId>pro.verron.office-stamper</groupId>
<artifactId>engine</artifactId>
<version>2.0.1</version>

<description>
Docx-stamper is a Java template engine for docx documents.
Expand Down
7 changes: 2 additions & 5 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>pro.verron.office-stamper</groupId>
<artifactId>office-stamper</artifactId>
<version>2.0</version>
</parent>

<groupId>pro.verron.office-stamper</groupId>
<artifactId>examples</artifactId>
<version>2.0.1</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
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>pro.verron.office-stamper</groupId>
<artifactId>office-stamper</artifactId>
<version>2.0</version>
<version>2.0.1</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 452e731

Please sign in to comment.