This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push:
new b6afbd9 Update Maven source plugin
b6afbd9 is described below
commit b6afbd96fc74666cf40ce3d8de458f4039ea9fbf
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Sep 2 21:26:59 2022 +0100
Update Maven source plugin
---
CHANGES.md | 1 +
pom.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index cac8d2c..daead72 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,6 +4,7 @@
- Fix [#29](https://github.com/apache/tomcat-jakartaee-migration/issues/29) by
recalculating the CRC value of the entry type is SORTED after converting (lihan)
- Update Apache Parent to 27. (markt)
- Update Maven Assembly plugin to 3.4.2. (markt)
+- Update Maven Source plugin to 3.2.1. (markt)
## 1.0.1
- Fix [#19](https://github.com/apache/tomcat-jakartaee-migration/issues/19).
Add support for converting `.groovy` files.
diff --git a/pom.xml b/pom.xml
index f456ccc..df46959 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,7 +179,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]