Skip to content

Commit

Permalink
Merge pull request #123 from scottslewis/master
Browse files Browse the repository at this point in the history
Fix for org.xbill.dns version -> 3.6.0
  • Loading branch information
scottslewis authored Aug 8, 2024
2 parents 3ee34c7 + 8b6e8c8 commit b3b3ad1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
29 changes: 6 additions & 23 deletions releng/features/org.eclipse.ecf.xmpp.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.ecf.xmpp.feature"
label="ECF XMPP Provider"
version="1.0.300.qualifier"
version="1.0.400.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand All @@ -29,39 +29,22 @@ https://wiki.eclipse.org/ECF#OSGi_Remote_Services

<plugin
id="org.eclipse.ecf.provider.xmpp"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.jivesoftware.smack"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.ecf.provider.xmpp.datashare"
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.ecf.provider.xmpp.remoteservice"
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.xbill.dns"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="3.6.0"/>

</feature>
2 changes: 1 addition & 1 deletion releng/features/org.eclipse.ecf.xmpp.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.eclipse.ecf.xmpp.feature</artifactId>
<version>1.0.300-SNAPSHOT</version>
<version>1.0.400-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

0 comments on commit b3b3ad1

Please sign in to comment.