diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-20 23:25:23 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-21 23:39:40 +0200 |
commit | 7a74abd6be8db8e72dd96d6908d29cc1b6dd3072 (patch) | |
tree | 2b6ea87dcde55997e8b20d39091444bff1b4e4b9 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target | |
parent | 7b8aab9897315483f1b388672b1d065d61e084d2 (diff) | |
download | jgit-7a74abd6be8db8e72dd96d6908d29cc1b6dd3072.tar.gz jgit-7a74abd6be8db8e72dd96d6908d29cc1b6dd3072.zip |
Update Apache commons-logging to 1.3.2
Stop bundling the source bundle since the upstream artifact doesn't have
a valid OSGi manifest.
Change-Id: I819685f7f6d6ebcf8f179dd3133e7fc809bba392
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target index 3653905d92..c47627ef68 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> -<target name="jgit-4.25" sequenceNumber="1716239663"> +<target name="jgit-4.25" sequenceNumber="1716240027"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -269,7 +269,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.2</version> + <version>1.3.2</version> <type>jar</type> </dependency> </dependencies> |