Skip to content

Commit

Permalink
Merge branch 'pr-109'
Browse files Browse the repository at this point in the history
This closes #109
  • Loading branch information
kinow committed Nov 24, 2020
2 parents fdac35a + 51ab211 commit 0121815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
<rulesets>
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
<release version="1.0-alpha3" date="2020-??-??" description="Third 1.0 alpha release">
<action dev="kinow" type="update" due-to="Dependabot">
Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #109.
</action>
<action issue="IMAGING-216" dev="kinow" type="add" due-to="Gary Lucas">
Imaging.getBufferedImage() drops alpha layer for TIFF images.
</action>
Expand Down

0 comments on commit 0121815

Please sign in to comment.