Skip to content

Commit f92b8f7

Browse files
committed
fix dependencies
1 parent c960082 commit f92b8f7

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

org.abapgit.adt.backend/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Bundle-Version: 0.12.1
66
Bundle-ClassPath: .
77
Bundle-Localization: plugin
88
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.12.0,4.0.0)",
9-
com.sap.adt.compatibility;bundle-version="[2.89.1,3.0.0)",
10-
com.sap.adt.communication;bundle-version="[2.89.1,3.0.0)"
9+
com.sap.adt.compatibility;bundle-version="[2.106.1,3.2.0)",
10+
com.sap.adt.communication;bundle-version="[2.106.1,3.2.0)"
1111
Automatic-Module-Name: org.abapgit.adt.backend
1212
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
1313
Bundle-ActivationPolicy: lazy

org.abapgit.adt.ui/META-INF/MANIFEST.MF

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ Bundle-Localization: plugin
88
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.12.0,4.0.0)",
99
org.eclipse.core.resources;bundle-version="[3.11.0,4.0.0)",
1010
org.eclipse.jface.text;bundle-version="(3.10.0,4.0.0)",
11-
com.sap.adt.util.ui;bundle-version="[2.89.1,3.0.0)",
12-
com.sap.adt.tools.core.ui;bundle-version="[2.89.1,3.0.0)",
13-
com.sap.adt.tools.core;bundle-version="[2.89.1,3.0.0)",
14-
com.sap.adt.destinations.ui;bundle-version="[2.89.1,3.0.0)",
15-
com.sap.adt.destinations;bundle-version="[2.89.1,3.0.0)",
16-
com.sap.adt.project.ui;bundle-version="[2.89.1,3.0.0)",
17-
com.sap.adt.transport;bundle-version="[2.89.1,3.0.0)",
18-
com.sap.adt.transport.ui;bundle-version="[2.89.1,3.0.0)",
11+
com.sap.adt.util.ui;bundle-version="[2.106.1,3.2.0)",
12+
com.sap.adt.tools.core.ui;bundle-version="[2.106.1,3.2.0)",
13+
com.sap.adt.tools.core;bundle-version="[2.106.1,3.2.0)",
14+
com.sap.adt.destinations.ui;bundle-version="[2.106.1,3.2.0)",
15+
com.sap.adt.destinations;bundle-version="[2.106.1,3.2.0)",
16+
com.sap.adt.project.ui;bundle-version="[2.106.1,3.2.0)",
17+
com.sap.adt.transport;bundle-version="[2.106.1,3.2.0)",
18+
com.sap.adt.transport.ui;bundle-version="[2.106.1,3.2.0)",
1919
org.abapgit.adt.backend;bundle-version="[0.1.0,2.0.0)",
20-
com.sap.adt.communication;bundle-version="[2.89.1,3.0.0)"
20+
com.sap.adt.communication;bundle-version="[2.106.1,3.2.0)"
2121
Automatic-Module-Name: org.abapgit.adt.ui
2222
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2323
Bundle-ActivationPolicy: lazy

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.abapgit.adt</groupId>
@@ -128,13 +128,13 @@
128128
</build>
129129
<repositories>
130130
<repository>
131-
<id>eclipse-oxygen</id>
132-
<url>http://download.eclipse.org/releases/oxygen</url>
131+
<id>eclipse-photon</id>
132+
<url>http://download.eclipse.org/releases/photon</url>
133133
<layout>p2</layout>
134134
</repository>
135135
<repository>
136-
<id>adt-oxygen</id>
137-
<url>https://tools.hana.ondemand.com/oxygen</url>
136+
<id>adt-photon</id>
137+
<url>https://tools.hana.ondemand.com/photon</url>
138138
<layout>p2</layout>
139139
</repository>
140140
</repositories>

0 commit comments

Comments
 (0)