Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
04434676
Commit
04434676
authored
Mar 19, 2019
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish "Update build and setup configuration to use HTTPS"
See gh-16244
parent
e2837843
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
27 deletions
+1
-27
spring-boot-project.setup
eclipse/spring-boot-project.setup
+0
-16
pom.xml
...ployment-tests/spring-boot-deployment-test-tomcat/pom.xml
+1
-1
pom.xml
spring-boot-parent/pom.xml
+0
-10
No files found.
eclipse/spring-boot-project.setup
View file @
04434676
...
...
@@ -61,8 +61,6 @@
name=
"org.eclipse.platform.feature.group"
/>
<requirement
name=
"org.eclipse.jdt.feature.group"
/>
<requirement
name=
"AnyEditTools.feature.group"
/>
<requirement
name=
"org.eclipse.m2e.maveneclipse.feature.feature.group"
/>
<requirement
...
...
@@ -93,8 +91,6 @@
url=
"https://download.eclipse.org/technology/epp/packages/mars/R"
/>
<repository
url=
"https://download.eclipse.org/releases/mars"
/>
<repository
url=
"http://andrei.gmxhome.de/eclipse/"
/>
<repository
url=
"https://dl.bintray.com/philwebb/m2eclipse-maveneclipse"
/>
<repository
...
...
@@ -164,18 +160,6 @@
pattern=
"spring-boot-.*-test.*"
/>
</workingSet>
</setupTask>
<setupTask
xsi:type=
"setup:CompoundTask"
name=
"de.loskutov.anyedit.AnyEditTools"
>
<setupTask
xsi:type=
"setup:PreferenceTask"
key=
"/instance/de.loskutov.anyedit.AnyEditTools/org.eclipse.jdt.ui.editor.tab.width"
value=
"4"
/>
<setupTask
xsi:type=
"setup:PreferenceTask"
key=
"/instance/de.loskutov.anyedit.AnyEditTools/saveAndAddLine"
value=
"true"
/>
</setupTask>
<setupTask
xsi:type=
"setup:CompoundTask"
name=
"org.eclipse.jdt.ui"
>
...
...
spring-boot-deployment-tests/spring-boot-deployment-test-tomcat/pom.xml
View file @
04434676
...
...
@@ -19,7 +19,7 @@
<main.basedir>
${basedir}/../..
</main.basedir>
<cargo.container.id>
tomcat8x
</cargo.container.id>
<cargo.container.url>
http
://central
.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip
http
s://repo1
.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip
</cargo.container.url>
</properties>
<dependencies>
...
...
spring-boot-parent/pom.xml
View file @
04434676
...
...
@@ -856,16 +856,6 @@
</plugin>
</plugins>
</build>
<pluginRepositories>
<pluginRepository>
<id>
objectstyle
</id>
<name>
ObjectStyle.org Repository
</name>
<url>
http://objectstyle.org/maven2/
</url>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
<profile>
<id>
snapshot
</id>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment