Skip to content

Commit 8e0e523

Browse files
committed
Update to dnsjava 3.6.2
1 parent 2a9d3de commit 8e0e523

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

releng/features/org.eclipse.ecf.xmpp.feature/feature.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.eclipse.ecf.xmpp.feature"
44
label="ECF XMPP Provider"
5-
version="1.0.500.qualifier"
5+
version="1.0.600.qualifier"
66
provider-name="%providerName"
77
license-feature="org.eclipse.license"
88
license-feature-version="0.0.0">
@@ -45,6 +45,6 @@ https://wiki.eclipse.org/ECF#OSGi_Remote_Services
4545

4646
<plugin
4747
id="org.xbill.dns"
48-
version="3.6.1"/>
48+
version="0.0.0"/>
4949

5050
</feature>

releng/features/org.eclipse.ecf.xmpp.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<relativePath>../../../</relativePath>
1010
</parent>
1111
<artifactId>org.eclipse.ecf.xmpp.feature</artifactId>
12-
<version>1.0.500-SNAPSHOT</version>
12+
<version>1.0.600-SNAPSHOT</version>
1313
<packaging>eclipse-feature</packaging>
1414
</project>

releng/org.eclipse.ecf.releng.target/ecf-2024-06.target

+11-2
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,22 @@
6363
<unit id="org.osgi.util.xml" version="0.0.0"/>
6464
<unit id="org.sat4j.pb" version="0.0.0"/>
6565
<unit id="org.tukaani.xz" version="0.0.0"/>
66-
<unit id="org.xbill.dns" version="0.0.0"/>
6766
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/latest"/>
6867
</location>
6968
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
7069
<unit id="org.eclipse.equinox.core.feature.feature.group" version="0.0.0"/>
7170
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
7271
<repository location="https://download.eclipse.org/eclipse/updates/4.32/R-4.32-202406010610"/>
7372
</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>
7483
</locations>
75-
</target>
84+
</target>

0 commit comments

Comments
 (0)