Skip to content

Commit 122b2a1

Browse files
committed
Polish "Update build and setup configuration to use HTTPS"
See gh-16243
1 parent 7c31412 commit 122b2a1

File tree

3 files changed

+1
-27
lines changed

3 files changed

+1
-27
lines changed

eclipse/spring-boot-project.setup

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
name="org.eclipse.platform.feature.group"/>
6262
<requirement
6363
name="org.eclipse.jdt.feature.group"/>
64-
<requirement
65-
name="AnyEditTools.feature.group"/>
6664
<requirement
6765
name="org.eclipse.m2e.maveneclipse.feature.feature.group"/>
6866
<requirement
@@ -93,8 +91,6 @@
9391
url="https://download.eclipse.org/technology/epp/packages/mars/R"/>
9492
<repository
9593
url="https://download.eclipse.org/releases/mars"/>
96-
<repository
97-
url="http://andrei.gmxhome.de/eclipse/"/>
9894
<repository
9995
url="https://dl.bintray.com/philwebb/m2eclipse-maveneclipse"/>
10096
<repository
@@ -164,18 +160,6 @@
164160
pattern="spring-boot-.*-test.*"/>
165161
</workingSet>
166162
</setupTask>
167-
<setupTask
168-
xsi:type="setup:CompoundTask"
169-
name="de.loskutov.anyedit.AnyEditTools">
170-
<setupTask
171-
xsi:type="setup:PreferenceTask"
172-
key="/instance/de.loskutov.anyedit.AnyEditTools/org.eclipse.jdt.ui.editor.tab.width"
173-
value="4"/>
174-
<setupTask
175-
xsi:type="setup:PreferenceTask"
176-
key="/instance/de.loskutov.anyedit.AnyEditTools/saveAndAddLine"
177-
value="true"/>
178-
</setupTask>
179163
<setupTask
180164
xsi:type="setup:CompoundTask"
181165
name="org.eclipse.jdt.ui">

spring-boot-deployment-tests/spring-boot-deployment-test-tomcat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<main.basedir>${basedir}/../..</main.basedir>
2020
<cargo.container.id>tomcat8x</cargo.container.id>
2121
<cargo.container.url>
22-
http://central.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip
22+
https://repo1.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip
2323
</cargo.container.url>
2424
</properties>
2525
<dependencies>

spring-boot-parent/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -815,16 +815,6 @@
815815
</plugin>
816816
</plugins>
817817
</build>
818-
<pluginRepositories>
819-
<pluginRepository>
820-
<id>objectstyle</id>
821-
<name>ObjectStyle.org Repository</name>
822-
<url>http://objectstyle.org/maven2/</url>
823-
<snapshots>
824-
<enabled>false</enabled>
825-
</snapshots>
826-
</pluginRepository>
827-
</pluginRepositories>
828818
</profile>
829819
<profile>
830820
<id>snapshot</id>

0 commit comments

Comments
 (0)