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
69fcae6b
Commit
69fcae6b
authored
Aug 22, 2015
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3807 from htynkn/fix-sample-dependency
* pr/3807: Polish Fix springloaded version
parents
ff8a4d0f
1dfa1fc3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
pom.xml
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
+1
-1
pom.xml
...t-samples/spring-boot-sample-web-groovy-templates/pom.xml
+1
-1
build.gradle
spring-boot-samples/spring-boot-sample-web-ui/build.gradle
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-web-ui/pom.xml
+1
-1
No files found.
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
100644 → 100755
View file @
69fcae6b
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
<artifactId>
springloaded
</artifactId>
<artifactId>
springloaded
</artifactId>
<version>
1.2.0.RELEASE
</version>
<version>
${spring-loaded.version}
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
</plugin>
</plugin>
...
...
spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml
100644 → 100755
View file @
69fcae6b
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
<artifactId>
springloaded
</artifactId>
<artifactId>
springloaded
</artifactId>
<version>
1.2.0.RELEASE
</version>
<version>
${spring-loaded.version}
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
</plugin>
</plugin>
...
...
spring-boot-samples/spring-boot-sample-web-ui/build.gradle
View file @
69fcae6b
buildscript
{
buildscript
{
ext
{
ext
{
springBootVersion
=
'1.3.0.BUILD-SNAPSHOT'
springBootVersion
=
'1.3.0.BUILD-SNAPSHOT'
springLoadedVersion
=
'1.2.
0
.RELEASE'
springLoadedVersion
=
'1.2.
4
.RELEASE'
}
}
repositories
{
repositories
{
// NOTE: You should declare only repositories that you need here
// NOTE: You should declare only repositories that you need here
...
...
spring-boot-samples/spring-boot-sample-web-ui/pom.xml
100644 → 100755
View file @
69fcae6b
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
<artifactId>
springloaded
</artifactId>
<artifactId>
springloaded
</artifactId>
<version>
1.2.0.RELEASE
</version>
<version>
${spring-loaded.version}
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
</plugin>
</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