Skip to content

Commit

Permalink
fix Jsch version
Browse files Browse the repository at this point in the history
  • Loading branch information
nxi committed Dec 6, 2024
1 parent 1a58cce commit f859758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/extensions/com.jcraft.jsch/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Jsch
Bundle-SymbolicName: com.jcraft.jsch
Bundle-Version: 0.1.55.qualifier
Bundle-Version: 0.1.46.v201205102330
Bundle-ClassPath: jsch-0.1.55.jar
Bundle-Vendor: Jcraft
Export-Package: com.jcraft.jsch,
Expand Down
2 changes: 1 addition & 1 deletion framework/extensions/com.jcraft.jsch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
</parent>

<artifactId>com.jcraft.jsch</artifactId>
<version>0.1.55-SNAPSHOT</version>
<version>0.1.46.v201205102330</version>
<name>Jsch</name>
</project>

0 comments on commit f859758

Please sign in to comment.