Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jaxb
diff options
context:
space:
mode:
authorNitin Dahyabhai2023-08-01 01:31:14 +0000
committerNitin Dahyabhai2023-08-01 01:31:14 +0000
commitc9a0154c8d7e05dcc128b333dead5e69986ff4a5 (patch)
tree9960cbe0831ca1f3ceec2fe124d9a8b7d8bd5520 /jaxb
parentf6f1cac5d8ea7e3a7ac9ce4ea4de1086555b2e09 (diff)
downloadwebtools.dali-c9a0154c8d7e05dcc128b333dead5e69986ff4a5.tar.gz
webtools.dali-c9a0154c8d7e05dcc128b333dead5e69986ff4a5.tar.xz
webtools.dali-c9a0154c8d7e05dcc128b333dead5e69986ff4a5.zip
Update jobs from Tycho 2.7.5 to Tycho 4.0.0
Diffstat (limited to 'jaxb')
-rw-r--r--jaxb/features/org.eclipse.jpt.dbws.eclipselink.feature/pom.xml4
-rw-r--r--jaxb/features/org.eclipse.jpt.jaxb.eclipselink.feature/pom.xml4
-rw-r--r--jaxb/features/org.eclipse.jpt.jaxb.feature/pom.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/jaxb/features/org.eclipse.jpt.dbws.eclipselink.feature/pom.xml b/jaxb/features/org.eclipse.jpt.dbws.eclipselink.feature/pom.xml
index a63fdb98fb..00543dd08e 100644
--- a/jaxb/features/org.eclipse.jpt.dbws.eclipselink.feature/pom.xml
+++ b/jaxb/features/org.eclipse.jpt.dbws.eclipselink.feature/pom.xml
@@ -33,10 +33,10 @@
<version>${tycho.version}</version>
<executions>
<execution>
- <id>source-feature</id>
+ <id>feature-source</id>
<phase>package</phase>
<goals>
- <goal>source-feature</goal>
+ <goal>feature-source</goal>
</goals>
<configuration>
<excludes>
diff --git a/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.feature/pom.xml b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.feature/pom.xml
index 7057bcb0ec..b985d841ea 100644
--- a/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.feature/pom.xml
+++ b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.feature/pom.xml
@@ -33,10 +33,10 @@
<version>${tycho.version}</version>
<executions>
<execution>
- <id>source-feature</id>
+ <id>feature-source</id>
<phase>package</phase>
<goals>
- <goal>source-feature</goal>
+ <goal>feature-source</goal>
</goals>
<configuration>
<excludes>
diff --git a/jaxb/features/org.eclipse.jpt.jaxb.feature/pom.xml b/jaxb/features/org.eclipse.jpt.jaxb.feature/pom.xml
index 4bdeb2672e..6136567aac 100644
--- a/jaxb/features/org.eclipse.jpt.jaxb.feature/pom.xml
+++ b/jaxb/features/org.eclipse.jpt.jaxb.feature/pom.xml
@@ -33,10 +33,10 @@
<version>${tycho.version}</version>
<executions>
<execution>
- <id>source-feature</id>
+ <id>feature-source</id>
<phase>package</phase>
<goals>
- <goal>source-feature</goal>
+ <goal>feature-source</goal>
</goals>
<configuration>
<excludes>

Back to the top