Skip to content

Commit b7362da

Browse files
committed
Update HTTP connector version
1 parent 3bd905c commit b7362da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/SynapseLanguageService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,11 +837,11 @@ private void packHttpConnector() {
837837
}
838838
try {
839839
InputStream inputStream = SynapseLanguageService.class.getResourceAsStream(
840-
"/org/eclipse/lemminx/connectors/mi-connector-http-0.1.13.zip");
840+
"/org/eclipse/lemminx/connectors/mi-connector-http-0.1.14.zip");
841841
if (inputStream == null) {
842842
throw new FileNotFoundException("HTTP connector not found.");
843843
}
844-
Path httpConnectorPath = Paths.get(connectorDownloadPath, "mi-connector-http-0.1.13.zip");
844+
Path httpConnectorPath = Paths.get(connectorDownloadPath, "mi-connector-http-0.1.14.zip");
845845
Files.copy(inputStream, httpConnectorPath, StandardCopyOption.REPLACE_EXISTING);
846846
inputStream.close();
847847
updateConnectors();

org.eclipse.lemminx/src/main/resources/org/eclipse/lemminx/connectors/mi-connector-http-0.1.13.zip renamed to org.eclipse.lemminx/src/main/resources/org/eclipse/lemminx/connectors/mi-connector-http-0.1.14.zip

51.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)