Skip to content

Commit b4dbb0c

Browse files
committed
Fix for typo in httpclient 5 description
1 parent cbb7ea9 commit b4dbb0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bundle-Name: %plugin.name
44
Bundle-Vendor: %plugin.provider
55
Bundle-SymbolicName: org.eclipse.ecf.provider.filetransfer.httpclient5.win32;singleton:=true
66
Automatic-Module-Name: org.eclipse.ecf.provider.filetransfer.httpclient5.win32
7-
Bundle-Version: 1.1.100.qualifier
7+
Bundle-Version: 1.1.200.qualifier
88
Bundle-Localization: plugin
99
Bundle-ActivationPolicy: lazy
1010
Bundle-RequiredExecutionEnvironment: JavaSE-17

providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/plugin.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
#
88
# SPDX-License-Identifier: EPL-2.0
99
############################################################################
10-
plugin.name=ECF HttpComponents 4.5 Filetransfer Windows Components
10+
plugin.name=ECF HttpComponents 5.0 Filetransfer Windows Components
1111
plugin.provider=Eclipse.org - ECF

providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<relativePath>../../../</relativePath>
1010
</parent>
1111
<artifactId>org.eclipse.ecf.provider.filetransfer.httpclient5.win32</artifactId>
12-
<version>1.1.100-SNAPSHOT</version>
12+
<version>1.1.200-SNAPSHOT</version>
1313
<packaging>eclipse-plugin</packaging>
1414

1515
</project>

0 commit comments

Comments
 (0)