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
2aff82bb
Commit
2aff82bb
authored
Jan 12, 2016
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.2.x'
parents
e4e9a717
6117b6c5
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
32 additions
and
32 deletions
+32
-32
pom.xml
spring-boot-actuator-docs/pom.xml
+2
-2
pom.xml
...eployment-tests/spring-boot-deployment-test-tomee/pom.xml
+1
-1
pom.xml
...loyment-tests/spring-boot-deployment-test-wildfly/pom.xml
+1
-1
pom.xml
spring-boot-parent/pom.xml
+21
-21
pom.xml
...ng-boot-samples/spring-boot-sample-data-cassandra/pom.xml
+4
-4
pom.xml
...ot-tools/spring-boot-loader/src/it/executable-war/pom.xml
+3
-3
No files found.
spring-boot-actuator-docs/pom.xml
View file @
2aff82bb
...
...
@@ -174,13 +174,13 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-jar-plugin
</artifactId>
<configuration>
<configuration>
<includes>
<include>
**/*.html
</include>
<include>
**/*.png
</include>
</includes>
</configuration>
</plugin>
</plugin>
</plugins>
<pluginManagement>
<plugins>
...
...
spring-boot-deployment-tests/spring-boot-deployment-test-tomee/pom.xml
View file @
2aff82bb
...
...
@@ -35,7 +35,7 @@
<exclusion>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-validation
</artifactId>
</exclusion>
</exclusion>
</exclusions>
</dependency>
<dependency>
...
...
spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/pom.xml
View file @
2aff82bb
...
...
@@ -34,7 +34,7 @@
<exclusion>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-validation
</artifactId>
</exclusion>
</exclusion>
</exclusions>
</dependency>
<dependency>
...
...
spring-boot-parent/pom.xml
View file @
2aff82bb
...
...
@@ -415,27 +415,27 @@
<ignore
/>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-invoker-plugin
</artifactId>
<versionRange>
[1.0.0,)
</versionRange>
<goals>
<goal>
install
</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore
/>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-invoker-plugin
</artifactId>
<versionRange>
[1.0.0,)
</versionRange>
<goals>
<goal>
install
</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore
/>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
...
...
spring-boot-samples/spring-boot-sample-data-cassandra/pom.xml
View file @
2aff82bb
...
...
@@ -33,10 +33,10 @@
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.cassandraunit
</groupId>
<artifactId>
cassandra-unit-spring
</artifactId>
<version>
2.1.9.2
</version>
<scope>
test
</scope>
<groupId>
org.cassandraunit
</groupId>
<artifactId>
cassandra-unit-spring
</artifactId>
<version>
2.1.9.2
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
<build>
...
...
spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml
View file @
2aff82bb
...
...
@@ -6,9 +6,9 @@
<artifactId>
executable-war
</artifactId>
<version>
0.0.1.BUILD-SNAPSHOT
</version>
<packaging>
war
</packaging>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<build>
<plugins>
<plugin>
...
...
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