diff --git a/README.md b/README.md
index e97727f..2efcf5b 100644
--- a/README.md
+++ b/README.md
@@ -50,3 +50,4 @@ The runnable product will be available in `com.eclipsesource.megit.product/targe
* 0.0.4 Update to Eclipse EGit 2021-09
* 0.1.0 Update to Eclipse EGit 2021-12
* 0.2.0 Update to Eclipse EGit 2022-06
+ * 0.3.0 Update to Eclipse EGit 2022-12
diff --git a/com.eclipsesource.megit.parent/.project b/com.eclipsesource.megit.parent/.project
index 697860e..89d0adc 100644
--- a/com.eclipsesource.megit.parent/.project
+++ b/com.eclipsesource.megit.parent/.project
@@ -16,12 +16,12 @@
- 1660152157423
+ 1673359652144
30
org.eclipse.core.resources.regexFilterMatcher
- node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
+ node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
diff --git a/com.eclipsesource.megit.parent/pom.xml b/com.eclipsesource.megit.parent/pom.xml
index 872e8f6..af8b3d8 100644
--- a/com.eclipsesource.megit.parent/pom.xml
+++ b/com.eclipsesource.megit.parent/pom.xml
@@ -5,12 +5,12 @@
4.0.0
com.eclipsesource.megit
com.eclipsesource.megit.parent
- 0.2.0-SNAPSHOT
+ 0.3.0-SNAPSHOT
pom
- 2.2.0
- 2.2.0
+ 2.7.5
+ 2.7.5
UTF-8
1.8
1.8
diff --git a/com.eclipsesource.megit.plugin/.project b/com.eclipsesource.megit.plugin/.project
index 105d6ad..8244ac1 100644
--- a/com.eclipsesource.megit.plugin/.project
+++ b/com.eclipsesource.megit.plugin/.project
@@ -33,12 +33,12 @@
- 1660152157426
+ 1673359652153
30
org.eclipse.core.resources.regexFilterMatcher
- node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
+ node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
diff --git a/com.eclipsesource.megit.plugin/META-INF/MANIFEST.MF b/com.eclipsesource.megit.plugin/META-INF/MANIFEST.MF
index 31d0441..0dd4a04 100644
--- a/com.eclipsesource.megit.plugin/META-INF/MANIFEST.MF
+++ b/com.eclipsesource.megit.plugin/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Plugin
Bundle-SymbolicName: com.eclipsesource.megit.plugin;singleton:=true
-Bundle-Version: 0.2.0.qualifier
+Bundle-Version: 0.3.0.qualifier
Bundle-Activator: com.eclipsesource.megit.plugin.Activator
Bundle-Vendor: ECLIPSESOURCE
Require-Bundle: org.eclipse.ui,
diff --git a/com.eclipsesource.megit.plugin/pom.xml b/com.eclipsesource.megit.plugin/pom.xml
index 186ab59..95f792a 100644
--- a/com.eclipsesource.megit.plugin/pom.xml
+++ b/com.eclipsesource.megit.plugin/pom.xml
@@ -7,7 +7,7 @@
com.eclipsesource.megit
com.eclipsesource.megit.parent
- 0.2.0-SNAPSHOT
+ 0.3.0-SNAPSHOT
../com.eclipsesource.megit.parent
com.eclipsesource.megit.plugin
diff --git a/com.eclipsesource.megit.product.feature/.project b/com.eclipsesource.megit.product.feature/.project
index cf77a88..d2e1bdb 100644
--- a/com.eclipsesource.megit.product.feature/.project
+++ b/com.eclipsesource.megit.product.feature/.project
@@ -22,12 +22,12 @@
- 1660152157434
+ 1673359652170
30
org.eclipse.core.resources.regexFilterMatcher
- node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
+ node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
diff --git a/com.eclipsesource.megit.product.feature/feature.xml b/com.eclipsesource.megit.product.feature/feature.xml
index 1d4f456..89e7775 100644
--- a/com.eclipsesource.megit.product.feature/feature.xml
+++ b/com.eclipsesource.megit.product.feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/com.eclipsesource.megit.product.feature/pom.xml b/com.eclipsesource.megit.product.feature/pom.xml
index 3490434..65f475d 100644
--- a/com.eclipsesource.megit.product.feature/pom.xml
+++ b/com.eclipsesource.megit.product.feature/pom.xml
@@ -7,7 +7,7 @@
com.eclipsesource.megit
com.eclipsesource.megit.parent
- 0.2.0-SNAPSHOT
+ 0.3.0-SNAPSHOT
../com.eclipsesource.megit.parent
com.eclipsesource.megit.product.feature
diff --git a/com.eclipsesource.megit.product/.project b/com.eclipsesource.megit.product/.project
index 44cd182..7744429 100644
--- a/com.eclipsesource.megit.product/.project
+++ b/com.eclipsesource.megit.product/.project
@@ -16,12 +16,12 @@
- 1660152157430
+ 1673359652159
30
org.eclipse.core.resources.regexFilterMatcher
- node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
+ node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
diff --git a/com.eclipsesource.megit.product/pom.xml b/com.eclipsesource.megit.product/pom.xml
index 118e2bb..eab3788 100644
--- a/com.eclipsesource.megit.product/pom.xml
+++ b/com.eclipsesource.megit.product/pom.xml
@@ -7,7 +7,7 @@
com.eclipsesource.megit
com.eclipsesource.megit.parent
- 0.2.0-SNAPSHOT
+ 0.3.0-SNAPSHOT
../com.eclipsesource.megit.parent
com.eclipsesource.megit.product
diff --git a/com.eclipsesource.megit.target/.project b/com.eclipsesource.megit.target/.project
index bea0d47..ab44675 100644
--- a/com.eclipsesource.megit.target/.project
+++ b/com.eclipsesource.megit.target/.project
@@ -22,12 +22,12 @@
- 1660152157437
+ 1673359652178
30
org.eclipse.core.resources.regexFilterMatcher
- node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
+ node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
diff --git a/com.eclipsesource.megit.target/com.eclipsesource.megit.target.target b/com.eclipsesource.megit.target/com.eclipsesource.megit.target.target
index f1a28a3..01cad42 100644
--- a/com.eclipsesource.megit.target/com.eclipsesource.megit.target.target
+++ b/com.eclipsesource.megit.target/com.eclipsesource.megit.target.target
@@ -1,47 +1,48 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
diff --git a/com.eclipsesource.megit.target/com.eclipsesource.megit.target.tpd b/com.eclipsesource.megit.target/com.eclipsesource.megit.target.tpd
index 59d1429..498845a 100644
--- a/com.eclipsesource.megit.target/com.eclipsesource.megit.target.tpd
+++ b/com.eclipsesource.megit.target/com.eclipsesource.megit.target.tpd
@@ -1,6 +1,6 @@
target "MeGit Target"
with allEnvironments source
-location "https://download.eclipse.org/releases/2022-06/" {
+location "https://download.eclipse.org/releases/2022-12/" {
org.eclipse.jgit.feature.group
org.eclipse.jgit.gpg.bc.feature.group
org.eclipse.jgit.ssh.jsch.feature.group
@@ -22,9 +22,8 @@ location "https://download.eclipse.org/releases/2022-06/" {
org.eclipse.ecf.filetransfer.feature.feature.group
org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group
org.eclipse.ecf.filetransfer.ssl.feature.feature.group
+ org.eclipse.jdt.core
javaewah
- org.bouncycastle.bcpg
- org.bouncycastle.bcprov
net.i2p.crypto.eddsa
org.apache.commons.io
org.apache.commons.compress
@@ -32,9 +31,11 @@ location "https://download.eclipse.org/releases/2022-06/" {
org.apache.httpcomponents.httpclient
org.apache.commons.codec
org.apache.sshd.sftp
- javax.servlet.jsp
+ org.apache.sshd.osgi
+ slf4j.api
+ slf4j.nop
}
-location "https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository" {
+location "https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository" {
com.google.guava
com.google.gson
}
diff --git a/com.eclipsesource.megit.target/pom.xml b/com.eclipsesource.megit.target/pom.xml
index 3b1d03c..bdd6e0c 100644
--- a/com.eclipsesource.megit.target/pom.xml
+++ b/com.eclipsesource.megit.target/pom.xml
@@ -7,7 +7,7 @@
com.eclipsesource.megit
com.eclipsesource.megit.parent
- 0.2.0-SNAPSHOT
+ 0.3.0-SNAPSHOT
../com.eclipsesource.megit.parent
com.eclipsesource.megit.target