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 a08f80a commit 394dccf
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 18 deletions.
30 changes: 14 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,30 @@
# ph-datetime

After 5.0.0 this library is now integrated int phax/ph-commons to always have joint releases.

## ph-holiday
# ph-holiday

Java library containing holiday configuration.

# News and noteworthy

* v6.0.2 - 2020-03-28
* Updated to ph-commons 9.4.0
* v6.0.1 - 2018-11-22
* Updated to ph-commons 9.2.0
* v6.0.0 - 2017-12-20
* Updated to ph-commons 9.0.0

## Maven usage

Add the following to your pom.xml to use this artifact:
Add the following to your pom.xml to use this artifact, replacing `x.y.z` with the effective version number:

```xml
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-holiday</artifactId>
<version>6.0.2</version>
<version>x.y.z</version>
</dependency>
```

# News and noteworthy

* v6.0.3 - 2020-09-17
* Updated to Jakarta JAXB 2.3.3
* v6.0.2 - 2020-03-28
* Updated to ph-commons 9.4.0
* v6.0.1 - 2018-11-22
* Updated to ph-commons 9.2.0
* v6.0.0 - 2017-12-20
* Updated to ph-commons 9.0.0

---

My personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) |
Expand Down
2 changes: 1 addition & 1 deletion ph-holiday/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-jaxb22-plugin</artifactId>
<version>2.3.2.6</version>
<version>2.3.3.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<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>
Expand Down Expand Up @@ -105,4 +105,16 @@
<modules>
<module>ph-holiday</module>
</modules>

<build>
<plugins>
<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 394dccf

Please sign in to comment.