]> source.dussan.org Git - jgit.git/commitdiff
Update Orbit to S20220927175816 81/196281/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 9 Oct 2022 23:20:07 +0000 (01:20 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 9 Oct 2022 23:20:07 +0000 (01:20 +0200)
and
- com.google.code.gson:gson to 2.9.1

Change-Id: Ia9e4fdc557478d3ca37b0169be93711791952068

21 files changed:
WORKSPACE
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.tpd
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.tpd
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.tpd
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.tpd
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.tpd
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.tpd
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.23.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.23.tpd
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.tpd
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.tpd
org.eclipse.jgit.packaging/org.eclipse.jgit.target/orbit/S20220927175816.tpd [new file with mode: 0644]
pom.xml

index d8ff81f93b81f5eda2142733f43df4c571d5e153..579bb991da531b8f7cd86c7f23c9943c9d695649 100644 (file)
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -208,8 +208,8 @@ maven_jar(
 
 maven_jar(
     name = "gson",
-    artifact = "com.google.code.gson:gson:2.8.9",
-    sha1 = "8a432c1d6825781e21a02db2e2c33c5fde2833b9",
+    artifact = "com.google.code.gson:gson:2.9.1",
+    sha1 = "02cc2131b98ebfb04e2b2c7dfb84431f4045096b",
 )
 
 JETTY_VER = "10.0.6"
index 76aafcce7b0a367a9f3616f26b20aa5e5a3ec181..95a748e1f8ae25f6e4a5c52687b303432b65cccb 100644 (file)
@@ -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.17" sequenceNumber="1662389260">
+<target name="jgit-4.17" sequenceNumber="1665357434">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="jakarta.servlet-api" version="4.0.0"/>
@@ -23,8 +23,8 @@
       <repository id="jetty-10.0.x" location="https://download.eclipse.org/eclipse/jetty/10.0.6/"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
-      <unit id="com.google.gson" version="2.8.9.v20220111-1409"/>
-      <unit id="com.google.gson.source" version="2.8.9.v20220111-1409"/>
+      <unit id="com.google.gson" version="2.9.1.v20220915-1632"/>
+      <unit id="com.google.gson.source" version="2.9.1.v20220915-1632"/>
       <unit id="com.jcraft.jsch" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jsch.source" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jzlib" version="1.1.3.v20220502-1820"/>
@@ -87,7 +87,7 @@
       <unit id="org.slf4j.binding.simple.source" version="1.7.30.v20200204-2150"/>
       <unit id="org.tukaani.xz" version="1.9.0.v20210624-1259"/>
       <unit id="org.tukaani.xz.source" version="1.9.0.v20210624-1259"/>
-      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository"/>
+      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/S20220927175816/repository"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="org.eclipse.osgi" version="0.0.0"/>
index 8c28b96d1195905bcfbcf5a12ee2379d1560735d..059f332af17723fe6bb5a84f43fc5a7737185f22 100644 (file)
@@ -1,7 +1,7 @@
 target "jgit-4.17" with source configurePhase
 
 include "projects/jetty-10.0.x.tpd"
-include "orbit/R20220830213456-2022-09.tpd"
+include "orbit/S20220927175816.tpd"
 
 location "https://download.eclipse.org/releases/2020-09/" {
        org.eclipse.osgi lazy
index f48ed6e52d76de100b9286bf8adf0b0655c9adde..f22776c335945c180d50969df463f0213c41011d 100644 (file)
@@ -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.18" sequenceNumber="1662389260">
+<target name="jgit-4.18" sequenceNumber="1665357434">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="jakarta.servlet-api" version="4.0.0"/>
@@ -23,8 +23,8 @@
       <repository id="jetty-10.0.x" location="https://download.eclipse.org/eclipse/jetty/10.0.6/"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
-      <unit id="com.google.gson" version="2.8.9.v20220111-1409"/>
-      <unit id="com.google.gson.source" version="2.8.9.v20220111-1409"/>
+      <unit id="com.google.gson" version="2.9.1.v20220915-1632"/>
+      <unit id="com.google.gson.source" version="2.9.1.v20220915-1632"/>
       <unit id="com.jcraft.jsch" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jsch.source" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jzlib" version="1.1.3.v20220502-1820"/>
@@ -87,7 +87,7 @@
       <unit id="org.slf4j.binding.simple.source" version="1.7.30.v20200204-2150"/>
       <unit id="org.tukaani.xz" version="1.9.0.v20210624-1259"/>
       <unit id="org.tukaani.xz.source" version="1.9.0.v20210624-1259"/>
-      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository"/>
+      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/S20220927175816/repository"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="org.eclipse.osgi" version="0.0.0"/>
index a0cf7f71d02af8a97fd7690757a7494aec6afae4..54c1c91a079ab9cad2d0d9309cbd1333925a44fb 100644 (file)
@@ -1,7 +1,7 @@
 target "jgit-4.18" with source configurePhase
 
 include "projects/jetty-10.0.x.tpd"
-include "orbit/R20220830213456-2022-09.tpd"
+include "orbit/S20220927175816.tpd"
 
 location "https://download.eclipse.org/releases/2020-12/" {
        org.eclipse.osgi lazy
index d30352c15e52ed9763e6dce0c1966efeab1bf673..b7dc6da7bd8eddffd103aca0f5527a343fa0f7c4 100644 (file)
@@ -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.19-staging" sequenceNumber="1662389263">
+<target name="jgit-4.19-staging" sequenceNumber="1665357434">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="jakarta.servlet-api" version="4.0.0"/>
@@ -23,8 +23,8 @@
       <repository id="jetty-10.0.x" location="https://download.eclipse.org/eclipse/jetty/10.0.6/"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
-      <unit id="com.google.gson" version="2.8.9.v20220111-1409"/>
-      <unit id="com.google.gson.source" version="2.8.9.v20220111-1409"/>
+      <unit id="com.google.gson" version="2.9.1.v20220915-1632"/>
+      <unit id="com.google.gson.source" version="2.9.1.v20220915-1632"/>
       <unit id="com.jcraft.jsch" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jsch.source" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jzlib" version="1.1.3.v20220502-1820"/>
@@ -87,7 +87,7 @@
       <unit id="org.slf4j.binding.simple.source" version="1.7.30.v20200204-2150"/>
       <unit id="org.tukaani.xz" version="1.9.0.v20210624-1259"/>
       <unit id="org.tukaani.xz.source" version="1.9.0.v20210624-1259"/>
-      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository"/>
+      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/S20220927175816/repository"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="org.eclipse.osgi" version="0.0.0"/>
index ec33a087386ab3885dbe7ce33ff217c58e4678b0..e8cdc0090a44961a7b39562055f6ecddecfa563d 100644 (file)
@@ -1,7 +1,7 @@
 target "jgit-4.19-staging" with source configurePhase
 
 include "projects/jetty-10.0.x.tpd"
-include "orbit/R20220830213456-2022-09.tpd"
+include "orbit/S20220927175816.tpd"
 
 location "https://download.eclipse.org/releases/2021-03/" {
        org.eclipse.osgi lazy
index e20ef5b5906cfeead0252387de934a31ca5007e6..3085df9609966b09da9f16ca80560b5a820d2409 100644 (file)
@@ -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.20" sequenceNumber="1662389260">
+<target name="jgit-4.20" sequenceNumber="1665357434">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="jakarta.servlet-api" version="4.0.0"/>
@@ -23,8 +23,8 @@
       <repository id="jetty-10.0.x" location="https://download.eclipse.org/eclipse/jetty/10.0.6/"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
-      <unit id="com.google.gson" version="2.8.9.v20220111-1409"/>
-      <unit id="com.google.gson.source" version="2.8.9.v20220111-1409"/>
+      <unit id="com.google.gson" version="2.9.1.v20220915-1632"/>
+      <unit id="com.google.gson.source" version="2.9.1.v20220915-1632"/>
       <unit id="com.jcraft.jsch" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jsch.source" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jzlib" version="1.1.3.v20220502-1820"/>
@@ -87,7 +87,7 @@
       <unit id="org.slf4j.binding.simple.source" version="1.7.30.v20200204-2150"/>
       <unit id="org.tukaani.xz" version="1.9.0.v20210624-1259"/>
       <unit id="org.tukaani.xz.source" version="1.9.0.v20210624-1259"/>
-      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository"/>
+      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/S20220927175816/repository"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="org.eclipse.osgi" version="0.0.0"/>
index ccca715b1a3582bd5114104c92fdbd6807349289..60cc123806ca3fdbcac3ec01475e912a44b0078a 100644 (file)
@@ -1,7 +1,7 @@
 target "jgit-4.20" with source configurePhase
 
 include "projects/jetty-10.0.x.tpd"
-include "orbit/R20220830213456-2022-09.tpd"
+include "orbit/S20220927175816.tpd"
 
 location "https://download.eclipse.org/releases/2021-06/" {
        org.eclipse.osgi lazy
index b98b23b0bf963de9af915f704c1fb94f52591aa2..81ca92e4e08ba45a372210967c504d5334969329 100644 (file)
@@ -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.21" sequenceNumber="1662389260">
+<target name="jgit-4.21" sequenceNumber="1665357434">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="jakarta.servlet-api" version="4.0.0"/>
@@ -23,8 +23,8 @@
       <repository id="jetty-10.0.x" location="https://download.eclipse.org/eclipse/jetty/10.0.6/"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
-      <unit id="com.google.gson" version="2.8.9.v20220111-1409"/>
-      <unit id="com.google.gson.source" version="2.8.9.v20220111-1409"/>
+      <unit id="com.google.gson" version="2.9.1.v20220915-1632"/>
+      <unit id="com.google.gson.source" version="2.9.1.v20220915-1632"/>
       <unit id="com.jcraft.jsch" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jsch.source" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jzlib" version="1.1.3.v20220502-1820"/>
@@ -87,7 +87,7 @@
       <unit id="org.slf4j.binding.simple.source" version="1.7.30.v20200204-2150"/>
       <unit id="org.tukaani.xz" version="1.9.0.v20210624-1259"/>
       <unit id="org.tukaani.xz.source" version="1.9.0.v20210624-1259"/>
-      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository"/>
+      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/S20220927175816/repository"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="org.eclipse.osgi" version="0.0.0"/>
index 2652598dfd0c7ee8e79d2d7955d73c3a20c94060..3c5fddf3a179aff2b3a5e20e2df08f3dcf572b5f 100644 (file)
@@ -1,7 +1,7 @@
 target "jgit-4.21" with source configurePhase
 
 include "projects/jetty-10.0.x.tpd"
-include "orbit/R20220830213456-2022-09.tpd"
+include "orbit/S20220927175816.tpd"
 
 location "https://download.eclipse.org/releases/2021-09/" {
        org.eclipse.osgi lazy
index 718660985feec3db9fc6d393f1b7e2d71ff96d70..7257fcf46b8a44c83199f1c0b827345d076fdb75 100644 (file)
@@ -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.22" sequenceNumber="1662389260">
+<target name="jgit-4.22" sequenceNumber="1665357433">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="jakarta.servlet-api" version="4.0.0"/>
@@ -23,8 +23,8 @@
       <repository id="jetty-10.0.x" location="https://download.eclipse.org/eclipse/jetty/10.0.6/"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
-      <unit id="com.google.gson" version="2.8.9.v20220111-1409"/>
-      <unit id="com.google.gson.source" version="2.8.9.v20220111-1409"/>
+      <unit id="com.google.gson" version="2.9.1.v20220915-1632"/>
+      <unit id="com.google.gson.source" version="2.9.1.v20220915-1632"/>
       <unit id="com.jcraft.jsch" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jsch.source" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jzlib" version="1.1.3.v20220502-1820"/>
@@ -87,7 +87,7 @@
       <unit id="org.slf4j.binding.simple.source" version="1.7.30.v20200204-2150"/>
       <unit id="org.tukaani.xz" version="1.9.0.v20210624-1259"/>
       <unit id="org.tukaani.xz.source" version="1.9.0.v20210624-1259"/>
-      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository"/>
+      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/S20220927175816/repository"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="org.eclipse.osgi" version="0.0.0"/>
index bc87048daeb9973bbdf958b383307cf0cbd8964e..70ebbad8b847e5f73a6c8c7d78ad5615499aad2e 100644 (file)
@@ -1,7 +1,7 @@
 target "jgit-4.22" with source configurePhase
 
 include "projects/jetty-10.0.x.tpd"
-include "orbit/R20220830213456-2022-09.tpd"
+include "orbit/S20220927175816.tpd"
 
 location "https://download.eclipse.org/releases/2021-12/" {
        org.eclipse.osgi lazy
index 670d61d5d13b530673d81e2eeaec561b735b65aa..278e1f6b11806aaf9a942cf6da3176cbbf8cecd0 100644 (file)
@@ -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.23" sequenceNumber="1662389260">
+<target name="jgit-4.23" sequenceNumber="1665357433">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="jakarta.servlet-api" version="4.0.0"/>
@@ -23,8 +23,8 @@
       <repository id="jetty-10.0.x" location="https://download.eclipse.org/eclipse/jetty/10.0.6/"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
-      <unit id="com.google.gson" version="2.8.9.v20220111-1409"/>
-      <unit id="com.google.gson.source" version="2.8.9.v20220111-1409"/>
+      <unit id="com.google.gson" version="2.9.1.v20220915-1632"/>
+      <unit id="com.google.gson.source" version="2.9.1.v20220915-1632"/>
       <unit id="com.jcraft.jsch" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jsch.source" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jzlib" version="1.1.3.v20220502-1820"/>
@@ -87,7 +87,7 @@
       <unit id="org.slf4j.binding.simple.source" version="1.7.30.v20200204-2150"/>
       <unit id="org.tukaani.xz" version="1.9.0.v20210624-1259"/>
       <unit id="org.tukaani.xz.source" version="1.9.0.v20210624-1259"/>
-      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository"/>
+      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/S20220927175816/repository"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="org.eclipse.osgi" version="0.0.0"/>
index 2d15b9ff58f99d0d98ceaf258dfcb6b550a1b580..62e1b21e801cf4b616622099a8ed2ae56ae25617 100644 (file)
@@ -1,7 +1,7 @@
 target "jgit-4.23" with source configurePhase
 
 include "projects/jetty-10.0.x.tpd"
-include "orbit/R20220830213456-2022-09.tpd"
+include "orbit/S20220927175816.tpd"
 
 location "https://download.eclipse.org/releases/2022-03/" {
        org.eclipse.osgi lazy
index 4d78a592ea38fecf6f847409a751ab9ebe6f87f3..d8f2349260fec511aadf7672bfa4280a3d6e6885 100644 (file)
@@ -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.24" sequenceNumber="1662389260">
+<target name="jgit-4.24" sequenceNumber="1665357433">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="jakarta.servlet-api" version="4.0.0"/>
@@ -23,8 +23,8 @@
       <repository id="jetty-10.0.x" location="https://download.eclipse.org/eclipse/jetty/10.0.6/"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
-      <unit id="com.google.gson" version="2.8.9.v20220111-1409"/>
-      <unit id="com.google.gson.source" version="2.8.9.v20220111-1409"/>
+      <unit id="com.google.gson" version="2.9.1.v20220915-1632"/>
+      <unit id="com.google.gson.source" version="2.9.1.v20220915-1632"/>
       <unit id="com.jcraft.jsch" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jsch.source" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jzlib" version="1.1.3.v20220502-1820"/>
@@ -87,7 +87,7 @@
       <unit id="org.slf4j.binding.simple.source" version="1.7.30.v20200204-2150"/>
       <unit id="org.tukaani.xz" version="1.9.0.v20210624-1259"/>
       <unit id="org.tukaani.xz.source" version="1.9.0.v20210624-1259"/>
-      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository"/>
+      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/S20220927175816/repository"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="org.eclipse.osgi" version="0.0.0"/>
index 0b7176a301fc31ed0b103b1f1a3d02e24805bd1f..a113eefcf22dca9081f90572bc1b436b43883bad 100644 (file)
@@ -1,7 +1,7 @@
 target "jgit-4.24" with source configurePhase
 
 include "projects/jetty-10.0.x.tpd"
-include "orbit/R20220830213456-2022-09.tpd"
+include "orbit/S20220927175816.tpd"
 
 location "https://download.eclipse.org/releases/2022-06/" {
        org.eclipse.osgi lazy
index 568da28e5a3d3a0e2ca57dc47845ed331e6dadb9..7386c67d012cb7704349aaa5e91586eff03a8df2 100644 (file)
@@ -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="1662389260">
+<target name="jgit-4.25" sequenceNumber="1665357420">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="jakarta.servlet-api" version="4.0.0"/>
@@ -23,8 +23,8 @@
       <repository id="jetty-10.0.x" location="https://download.eclipse.org/eclipse/jetty/10.0.6/"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
-      <unit id="com.google.gson" version="2.8.9.v20220111-1409"/>
-      <unit id="com.google.gson.source" version="2.8.9.v20220111-1409"/>
+      <unit id="com.google.gson" version="2.9.1.v20220915-1632"/>
+      <unit id="com.google.gson.source" version="2.9.1.v20220915-1632"/>
       <unit id="com.jcraft.jsch" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jsch.source" version="0.1.55.v20190404-1902"/>
       <unit id="com.jcraft.jzlib" version="1.1.3.v20220502-1820"/>
@@ -87,7 +87,7 @@
       <unit id="org.slf4j.binding.simple.source" version="1.7.30.v20200204-2150"/>
       <unit id="org.tukaani.xz" version="1.9.0.v20210624-1259"/>
       <unit id="org.tukaani.xz.source" version="1.9.0.v20210624-1259"/>
-      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository"/>
+      <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/S20220927175816/repository"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="org.eclipse.osgi" version="0.0.0"/>
index 0005893d63853b68bfb24866b135076f9a0c5fee..c0bce96310f175fac7c31d2365b1b68e7588560a 100644 (file)
@@ -1,7 +1,7 @@
 target "jgit-4.25" with source configurePhase
 
 include "projects/jetty-10.0.x.tpd"
-include "orbit/R20220830213456-2022-09.tpd"
+include "orbit/S20220927175816.tpd"
 
 location "https://download.eclipse.org/staging/2022-09/" {
        org.eclipse.osgi lazy
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/orbit/S20220927175816.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/orbit/S20220927175816.tpd
new file mode 100644 (file)
index 0000000..4d9c638
--- /dev/null
@@ -0,0 +1,69 @@
+target "S20220927175816" with source configurePhase
+// see https://download.eclipse.org/tools/orbit/downloads/
+
+location "https://download.eclipse.org/tools/orbit/downloads/drops/S20220927175816/repository" {
+       com.google.gson [2.9.1.v20220915-1632,2.9.1.v20220915-1632]
+       com.google.gson.source [2.9.1.v20220915-1632,2.9.1.v20220915-1632]
+       com.jcraft.jsch [0.1.55.v20190404-1902,0.1.55.v20190404-1902]
+       com.jcraft.jsch.source [0.1.55.v20190404-1902,0.1.55.v20190404-1902]
+       com.jcraft.jzlib [1.1.3.v20220502-1820,1.1.3.v20220502-1820]
+       com.jcraft.jzlib.source [1.1.3.v20220502-1820,1.1.3.v20220502-1820]
+       com.sun.jna [5.8.0.v20210503-0343,5.8.0.v20210503-0343]
+       com.sun.jna.source [5.8.0.v20210503-0343,5.8.0.v20210503-0343]
+       com.sun.jna.platform [5.8.0.v20210406-1004,5.8.0.v20210406-1004]
+       com.sun.jna.platform.source [5.8.0.v20210406-1004,5.8.0.v20210406-1004]
+       javaewah [1.1.13.v20211029-0839,1.1.13.v20211029-0839]
+       javaewah.source [1.1.13.v20211029-0839,1.1.13.v20211029-0839]
+       net.bytebuddy.byte-buddy [1.9.0.v20181107-1410,1.9.0.v20181107-1410]
+       net.bytebuddy.byte-buddy-agent [1.9.0.v20181106-1534,1.9.0.v20181106-1534]
+       net.bytebuddy.byte-buddy-agent.source [1.9.0.v20181106-1534,1.9.0.v20181106-1534]
+       net.bytebuddy.byte-buddy.source [1.9.0.v20181107-1410,1.9.0.v20181107-1410]
+       net.i2p.crypto.eddsa [0.3.0.v20220506-1020,0.3.0.v20220506-1020]
+       net.i2p.crypto.eddsa.source [0.3.0.v20220506-1020,0.3.0.v20220506-1020]
+       org.apache.ant [1.10.12.v20211102-1452,1.10.12.v20211102-1452]
+       org.apache.ant.source [1.10.12.v20211102-1452,1.10.12.v20211102-1452]
+       org.apache.commons.codec [1.14.0.v20200818-1422,1.14.0.v20200818-1422]
+       org.apache.commons.codec.source [1.14.0.v20200818-1422,1.14.0.v20200818-1422]
+       org.apache.commons.compress [1.21.0.v20211103-2100,1.21.0.v20211103-2100]
+       org.apache.commons.compress.source [1.21.0.v20211103-2100,1.21.0.v20211103-2100]
+       org.apache.commons.logging [1.2.0.v20180409-1502,1.2.0.v20180409-1502]
+       org.apache.commons.logging.source [1.2.0.v20180409-1502,1.2.0.v20180409-1502]
+       org.apache.httpcomponents.httpclient [4.5.13.v20210128-2225,4.5.13.v20210128-2225]
+       org.apache.httpcomponents.httpclient.source [4.5.13.v20210128-2225,4.5.13.v20210128-2225]
+       org.apache.httpcomponents.httpcore [4.4.15.v20220209-2345,4.4.15.v20220209-2345]
+       org.apache.httpcomponents.httpcore.source [4.4.15.v20220209-2345,4.4.15.v20220209-2345]
+       org.apache.sshd.osgi [2.8.0.v20211227-1750,2.8.0.v20211227-1750]
+       org.apache.sshd.osgi.source [2.8.0.v20211227-1750,2.8.0.v20211227-1750]
+       org.apache.sshd.sftp [2.8.0.v20211227-1750,2.8.0.v20211227-1750]
+       org.apache.sshd.sftp.source [2.8.0.v20211227-1750,2.8.0.v20211227-1750]
+       org.assertj [3.20.2.v20210706-1104,3.20.2.v20210706-1104]
+       org.assertj.source [3.20.2.v20210706-1104,3.20.2.v20210706-1104]
+       org.bouncycastle.bcpg [1.71.0.v20220723-1943,1.71.0.v20220723-1943]
+       org.bouncycastle.bcpg.source [1.71.0.v20220723-1943,1.71.0.v20220723-1943]
+       org.bouncycastle.bcpkix [1.71.0.v20220723-1943,1.71.0.v20220723-1943]
+       org.bouncycastle.bcpkix.source [1.71.0.v20220723-1943,1.71.0.v20220723-1943]
+       org.bouncycastle.bcprov [1.71.0.v20220723-1943,1.71.0.v20220723-1943]
+       org.bouncycastle.bcprov.source [1.71.0.v20220723-1943,1.71.0.v20220723-1943]
+       org.bouncycastle.bcutil [1.71.0.v20220723-1943,1.71.0.v20220723-1943]
+       org.bouncycastle.bcutil.source [1.71.0.v20220723-1943,1.71.0.v20220723-1943]
+       org.hamcrest [2.2.0.v20210711-0821,2.2.0.v20210711-0821]
+       org.hamcrest.source [2.2.0.v20210711-0821,2.2.0.v20210711-0821]
+       org.hamcrest.core [1.3.0.v20180420-1519,1.3.0.v20180420-1519]
+       org.hamcrest.core.source [1.3.0.v20180420-1519,1.3.0.v20180420-1519]
+       org.hamcrest.library [1.3.0.v20180524-2246,1.3.0.v20180524-2246]
+       org.hamcrest.library.source [1.3.0.v20180524-2246,1.3.0.v20180524-2246]
+       org.junit [4.13.2.v20211018-1956,4.13.2.v20211018-1956]
+       org.junit.source [4.13.2.v20211018-1956,4.13.2.v20211018-1956]
+       org.kohsuke.args4j [2.33.0.v20160323-2218,2.33.0.v20160323-2218]
+       org.kohsuke.args4j.source [2.33.0.v20160323-2218,2.33.0.v20160323-2218]
+       org.mockito [2.23.0.v20200310-1642,2.23.0.v20200310-1642]
+       org.mockito.source [2.23.0.v20200310-1642,2.23.0.v20200310-1642]
+       org.objenesis [2.6.0.v20180420-1519,2.6.0.v20180420-1519]
+       org.objenesis.source [2.6.0.v20180420-1519,2.6.0.v20180420-1519]
+       org.slf4j.api [1.7.30.v20200204-2150,1.7.30.v20200204-2150]
+       org.slf4j.api.source [1.7.30.v20200204-2150,1.7.30.v20200204-2150]
+       org.slf4j.binding.simple [1.7.30.v20200204-2150,1.7.30.v20200204-2150]
+       org.slf4j.binding.simple.source [1.7.30.v20200204-2150,1.7.30.v20200204-2150]
+       org.tukaani.xz [1.9.0.v20210624-1259,1.9.0.v20210624-1259]
+       org.tukaani.xz.source [1.9.0.v20210624-1259,1.9.0.v20210624-1259]
+}
diff --git a/pom.xml b/pom.xml
index 286933233312b8e5302392b798a97bf9b65a1101..42de119e979d2ab4ea3709f57b1b6be2f579758c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <slf4j-version>1.7.30</slf4j-version>
     <maven-javadoc-plugin-version>3.3.1</maven-javadoc-plugin-version>
     <tycho-extras-version>2.6.0</tycho-extras-version>
-    <gson-version>2.8.9</gson-version>
+    <gson-version>2.9.1</gson-version>
     <bouncycastle-version>1.71</bouncycastle-version>
     <spotbugs-maven-plugin-version>4.3.0</spotbugs-maven-plugin-version>
     <maven-project-info-reports-plugin-version>3.1.2</maven-project-info-reports-plugin-version>