Skip to content

Commit

Permalink
Merge pull request #139 from scottslewis/sslcontext
Browse files Browse the repository at this point in the history
rosgi feature version update
  • Loading branch information
scottslewis authored Dec 7, 2024
2 parents 4bf10bb + b2cab28 commit 5794d20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.ecf.remoteservice.rosgi.feature"
label="ECF Remote Services R-OSGi Provider"
version="2.0.2.qualifier"
version="2.0.300.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand All @@ -28,23 +28,14 @@ https://wiki.eclipse.org/ECF#OSGi_Remote_Services

<plugin
id="ch.ethz.iks.r_osgi.remote"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

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

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

</feature>
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<groupId>org.eclipse.ecf</groupId>

<artifactId>org.eclipse.ecf.remoteservice.rosgi.feature</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.300-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

0 comments on commit 5794d20

Please sign in to comment.