Commit 8e0e523 1 parent 2a9d3de commit 8e0e523 Copy full SHA for 8e0e523
File tree 3 files changed +14
-5
lines changed
features/org.eclipse.ecf.xmpp.feature
org.eclipse.ecf.releng.target
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" org.eclipse.ecf.xmpp.feature"
4
4
label =" ECF XMPP Provider"
5
- version =" 1.0.500 .qualifier"
5
+ version =" 1.0.600 .qualifier"
6
6
provider-name =" %providerName"
7
7
license-feature =" org.eclipse.license"
8
8
license-feature-version =" 0.0.0" >
@@ -45,6 +45,6 @@ https://wiki.eclipse.org/ECF#OSGi_Remote_Services
45
45
46
46
<plugin
47
47
id =" org.xbill.dns"
48
- version =" 3.6.1 " />
48
+ version =" 0.0.0 " />
49
49
50
50
</feature >
Original file line number Diff line number Diff line change 9
9
<relativePath >../../../</relativePath >
10
10
</parent >
11
11
<artifactId >org.eclipse.ecf.xmpp.feature</artifactId >
12
- <version >1.0.500 -SNAPSHOT</version >
12
+ <version >1.0.600 -SNAPSHOT</version >
13
13
<packaging >eclipse-feature</packaging >
14
14
</project >
Original file line number Diff line number Diff line change 63
63
<unit id =" org.osgi.util.xml" version =" 0.0.0" />
64
64
<unit id =" org.sat4j.pb" version =" 0.0.0" />
65
65
<unit id =" org.tukaani.xz" version =" 0.0.0" />
66
- <unit id =" org.xbill.dns" version =" 0.0.0" />
67
66
<repository location =" https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/latest" />
68
67
</location >
69
68
<location includeAllPlatforms =" false" includeConfigurePhase =" true" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
70
69
<unit id =" org.eclipse.equinox.core.feature.feature.group" version =" 0.0.0" />
71
70
<unit id =" org.eclipse.sdk.feature.group" version =" 0.0.0" />
72
71
<repository location =" https://download.eclipse.org/eclipse/updates/4.32/R-4.32-202406010610" />
73
72
</location >
73
+ <location includeDependencyDepth =" none" includeDependencyScopes =" compile" includeSource =" true" missingManifest =" generate" type =" Maven" >
74
+ <dependencies >
75
+ <dependency >
76
+ <groupId >dnsjava</groupId >
77
+ <artifactId >dnsjava</artifactId >
78
+ <version >3.6.2</version >
79
+ <type >jar</type >
80
+ </dependency >
81
+ </dependencies >
82
+ </location >
74
83
</locations >
75
- </target >
84
+ </target >
You can’t perform that action at this time.
0 commit comments