Skip to content

Commit

Permalink
Feature and bundle version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
scottslewis committed Apr 30, 2024
1 parent f278fed commit 23c83cf
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion framework/bundles/org.eclipse.ecf.ssl/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.ssl
Automatic-Module-Name: org.eclipse.ecf.ssl
Bundle-Version: 1.3.0.qualifier
Bundle-Version: 1.3.100.qualifier
Fragment-Host: org.eclipse.ecf
Bundle-RequiredExecutionEnvironment: JavaSE-17
Import-Package: org.eclipse.osgi.service.security
Expand Down
1 change: 1 addition & 0 deletions framework/bundles/org.eclipse.ecf.ssl/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ bin.includes = META-INF/,\
about.html,\
plugin.properties
src.includes = about.html
jre.compilation.profile = J2SE-1.5
3 changes: 1 addition & 2 deletions framework/bundles/org.eclipse.ecf.ssl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.eclipse.ecf.ssl</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ public static SSLContext getSSLContext(String protocols) {
try {
resultContext = SSLContext.getDefault();
} catch (NoSuchAlgorithmException pkiNotAvailableERR) {
// TODO Auto-generated catch block
// e.printStackTrace();

if (protocols != null) {

String[] httpsProtocols = protocols.split(",");
// trim to make sure
for (int i = 0; i < httpsProtocols.length; i++)
Expand All @@ -53,7 +49,6 @@ public static SSLContext getSSLContext(String protocols) {
// just continue to look for SSLContexts with the next
// protocolName
}

}
}
}
Expand Down
2 changes: 1 addition & 1 deletion releng/features/org.eclipse.ecf.base.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.ecf.base.feature"
label="ECF Base Feature"
version="2.1.1.qualifier"
version="2.1.2.qualifier"
provider-name="Eclipse.org"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.ecf.core.ssl.feature"
label="ECF Core SSL Feature"
version="1.1.501.qualifier"
version="1.1.600.qualifier"
provider-name="Eclipse.org - ECF"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
3 changes: 1 addition & 2 deletions releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.eclipse.ecf.core.ssl.feature</artifactId>
<version>1.1.501-SNAPSHOT</version>
<version>1.1.600-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

0 comments on commit 23c83cf

Please sign in to comment.