Skip to content

Commit

Permalink
Merge pull request #168 from scottslewis/master
Browse files Browse the repository at this point in the history
Fix for typo in httpclient 5 plugin.name
  • Loading branch information
scottslewis authored Jan 22, 2025
2 parents cbb7ea9 + b4dbb0c commit c3deba1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: %plugin.name
Bundle-Vendor: %plugin.provider
Bundle-SymbolicName: org.eclipse.ecf.provider.filetransfer.httpclient5.win32;singleton:=true
Automatic-Module-Name: org.eclipse.ecf.provider.filetransfer.httpclient5.win32
Bundle-Version: 1.1.100.qualifier
Bundle-Version: 1.1.200.qualifier
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
#
# SPDX-License-Identifier: EPL-2.0
############################################################################
plugin.name=ECF HttpComponents 4.5 Filetransfer Windows Components
plugin.name=ECF HttpComponents 5.0 Filetransfer Windows Components
plugin.provider=Eclipse.org - ECF
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.eclipse.ecf.provider.filetransfer.httpclient5.win32</artifactId>
<version>1.1.100-SNAPSHOT</version>
<version>1.1.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>

0 comments on commit c3deba1

Please sign in to comment.