Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Feb 29, 2024
1 parent 1b1bcab commit b957489
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>nl.hsac</groupId>
<artifactId>hsac-fitnesse-pdf</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
<url>https://github.com/fhoeben/hsac-fitnesse-pdf</url>
<name>Fixtures to work with PDFs in FitNesse</name>
<description>Fixtures to work with PDFs in FitNesse</description>
Expand Down Expand Up @@ -36,11 +36,11 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2023-12-03T13:19:13Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-12-05T16:20:33Z</project.build.outputTimestamp>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<fitnesse.version>20231203</fitnesse.version>
<hsac.fixtures.version>5.3.6</hsac.fixtures.version>
<hsac.fixtures.version>5.3.4</hsac.fixtures.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -81,7 +81,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.11.0</version>
<configuration>
<release>11</release>
<encoding>${project.build.sourceEncoding}</encoding>
Expand Down

0 comments on commit b957489

Please sign in to comment.