This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new a2a9417 Attempting to fix (again) Tycho
a2a9417 is described below
commit a2a94178ad3d4e3aff61a93453699014e1337a20
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Apr 29 10:30:56 2020 +0200
Attempting to fix (again) Tycho
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 7952ab6..2d0e9cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2128,6 +2128,7 @@ under the License.
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
+ <version>${tycho.version}</version>
<configuration>
<strictVersions>false</strictVersions>
</configuration>