This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
new ec2d67972c Bump tycho-packaging-plugin from 0.26.0 to 2.7.5 (#1126)
(#1130)
ec2d67972c is described below
commit ec2d67972cf26ab674fde8aa11a56512b196275d
Author: Andriy Redko <[email protected]>
AuthorDate: Sun Feb 12 10:25:36 2023 -0500
Bump tycho-packaging-plugin from 0.26.0 to 2.7.5 (#1126) (#1130)
* Bump tycho-packaging-plugin from 0.26.0 to 2.7.5
Bumps [tycho-packaging-plugin](https://github.com/eclipse/tycho) from
0.26.0 to 2.7.5.
- [Release notes](https://github.com/eclipse/tycho/releases)
-
[Changelog](https://github.com/eclipse-tycho/tycho/blob/master/RELEASE_NOTES.md)
-
[Commits](https://github.com/eclipse/tycho/compare/tycho-0.26.0...tycho-2.7.5)
---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-packaging-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
* Add tycho-maven-plugin (needed by tycho-packaging-plugin)
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
services/xkms/xkms-x509-handlers/pom.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/services/xkms/xkms-x509-handlers/pom.xml
b/services/xkms/xkms-x509-handlers/pom.xml
index ab0e316ea8..3a01f0c7bf 100644
--- a/services/xkms/xkms-x509-handlers/pom.xml
+++ b/services/xkms/xkms-x509-handlers/pom.xml
@@ -75,10 +75,16 @@
</dependencies>
<build>
<plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-maven-plugin</artifactId>
+ <version>2.7.5</version>
+ <extensions>true</extensions>
+ </plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
- <version>0.26.0</version>
+ <version>2.7.5</version>
<executions>
<execution>
<id>timestamp</id>