Skip to content

Commit

Permalink
[#107] Repair maven build for Maven 3.9.4 on Java 17 (#108)
Browse files Browse the repository at this point in the history
* Use `https` instead of `http`
* Upgrade to Tycho 2.7.5

Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
  • Loading branch information
ruspl-afed committed Feb 3, 2024
1 parent c30ed0b commit 88b131f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions default.target
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
<target name="Eclipse TeXlipse Target Platform" sequenceNumber="1573198533">
<target name="Eclipse TeXlipse Target Platform" sequenceNumber="1706890183">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.sdk.feature.group" version="4.13.0.v20190916-1323"/>
<repository location="http://download.eclipse.org/releases/2019-09/"/>
<repository location="https://download.eclipse.org/releases/2019-09/"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="2.0.2.v20181016-2210"/>
<repository location="http://download.eclipse.org/cbi/updates/license"/>
<repository location="https://download.eclipse.org/cbi/updates/license"/>
</location>
</locations>
</target>
4 changes: 2 additions & 2 deletions default.tpd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target "Eclipse TeXlipse Target Platform" with source requirements

location "http://download.eclipse.org/releases/2019-09/" {
location "https://download.eclipse.org/releases/2019-09/" {
org.eclipse.sdk.feature.group
}
location "http://download.eclipse.org/cbi/updates/license" {
location "https://download.eclipse.org/cbi/updates/license" {
org.eclipse.license.feature.group
}
2 changes: 1 addition & 1 deletion org.eclipse.texlipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<repositories>
<repository>
<id>cogcomp</id>
<url>http://cogcomp.org/m2repo/</url>
<url>https://cogcomp.org/m2repo/</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<version>2.0.3-SNAPSHOT</version>

<properties>
<tycho.version>1.5.1</tycho.version>
<tycho.version>2.7.5</tycho.version>
<tycho.scmUrl>scm:git:git://github.com/eclipse/texlipse.git</tycho.scmUrl>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit 88b131f

Please sign in to comment.