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
3b81152d
Commit
3b81152d
authored
Aug 22, 2015
by
Huang YunKun
Committed by
Stephane Nicoll
Aug 22, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix springloaded version
Closes gh-3807
parent
ff8a4d0f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
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
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 @
3b81152d
...
...
@@ -47,7 +47,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
springloaded
</artifactId>
<version>
1.2.0.RELEASE
</version>
<version>
${spring-loaded.version}
</version>
</dependency>
</dependencies>
</plugin>
...
...
spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml
100644 → 100755
View file @
3b81152d
...
...
@@ -38,7 +38,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
springloaded
</artifactId>
<version>
1.2.0.RELEASE
</version>
<version>
${spring-loaded.version}
</version>
</dependency>
</dependencies>
</plugin>
...
...
spring-boot-samples/spring-boot-sample-web-ui/pom.xml
100644 → 100755
View file @
3b81152d
...
...
@@ -38,7 +38,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
springloaded
</artifactId>
<version>
1.2.0.RELEASE
</version>
<version>
${spring-loaded.version}
</version>
</dependency>
</dependencies>
</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