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
4aa2fed4
Commit
4aa2fed4
authored
Sep 03, 2015
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "configure JRE that is different from compiler target level"
This reverts commit
678f36cf
.
parent
6193b640
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
93 deletions
+0
-93
pom.xml
spring-boot-actuator/pom.xml
+0
-16
pom.xml
spring-boot-autoconfigure/pom.xml
+0
-16
pom.xml
spring-boot-devtools/pom.xml
+0
-16
pom.xml
spring-boot-tools/spring-boot-loader-tools/pom.xml
+0
-15
pom.xml
spring-boot-tools/spring-boot-loader/pom.xml
+0
-16
pom.xml
spring-boot/pom.xml
+0
-14
No files found.
spring-boot-actuator/pom.xml
View file @
4aa2fed4
...
@@ -303,20 +303,4 @@
...
@@ -303,20 +303,4 @@
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<!-- specify the JRE level that is used on the classpath for compilation, to allow smooth import into Eclipse/STS IDE -->
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<java.classpath.jre>
1.8
</java.classpath.jre>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
</project>
spring-boot-autoconfigure/pom.xml
View file @
4aa2fed4
...
@@ -578,20 +578,4 @@
...
@@ -578,20 +578,4 @@
<artifactId>
snakeyaml
</artifactId>
<artifactId>
snakeyaml
</artifactId>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<!-- specify the JRE level that is used on the classpath for compilation, to allow smooth import into Eclipse/STS IDE -->
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<java.classpath.jre>
1.7
</java.classpath.jre>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
</project>
spring-boot-devtools/pom.xml
View file @
4aa2fed4
...
@@ -74,20 +74,4 @@
...
@@ -74,20 +74,4 @@
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<!-- specify the JRE level that is used on the classpath for compilation, to allow smooth import into Eclipse/STS IDE -->
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<java.classpath.jre>
1.7
</java.classpath.jre>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
</project>
spring-boot-tools/spring-boot-loader-tools/pom.xml
View file @
4aa2fed4
...
@@ -137,20 +137,5 @@
...
@@ -137,20 +137,5 @@
</configuration>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<!-- specify the JRE level that is used on the classpath for compilation, to allow smooth import into Eclipse/STS IDE -->
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<java.classpath.jre>
1.7
</java.classpath.jre>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</build>
</project>
</project>
spring-boot-tools/spring-boot-loader/pom.xml
View file @
4aa2fed4
...
@@ -82,20 +82,4 @@
...
@@ -82,20 +82,4 @@
</build>
</build>
</profile>
</profile>
</profiles>
</profiles>
<build>
<pluginManagement>
<plugins>
<plugin>
<!-- specify the JRE level that is used on the classpath for compilation, to allow smooth import into Eclipse/STS IDE -->
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<java.classpath.jre>
1.7
</java.classpath.jre>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
</project>
spring-boot/pom.xml
View file @
4aa2fed4
...
@@ -266,19 +266,5 @@
...
@@ -266,19 +266,5 @@
</executions>
</executions>
</plugin>
</plugin>
</plugins>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<!-- specify the JRE level that is used on the classpath for compilation, to allow smooth import into Eclipse/STS IDE -->
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<java.classpath.jre>
1.7
</java.classpath.jre>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</build>
</project>
</project>
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