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
4fb6e7ec
Commit
4fb6e7ec
authored
Apr 28, 2014
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix versions and repository declarations
Fixes gh-606
parent
34cbe1e6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
pom.xml
spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml
+1
-1
pom.xml
...ng-boot-starters/spring-boot-starter-data-gemfire/pom.xml
+3
-3
pom.xml
spring-boot-starters/spring-boot-starter-parent/pom.xml
+1
-1
No files found.
spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml
View file @
4fb6e7ec
...
...
@@ -6,7 +6,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
1.
0.1
.BUILD-SNAPSHOT
</version>
<version>
1.
1.0
.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-data-gemfire
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml
View file @
4fb6e7ec
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
1.
0.1
.BUILD-SNAPSHOT
</version>
<version>
1.
1.0
.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-starter-data-gemfire
</artifactId>
<packaging>
jar
</packaging>
...
...
@@ -29,8 +29,8 @@
</dependencies>
<repositories>
<repository>
<id>
spring-plugins
</id>
<url>
http://repo.spring.io/
plugin
s-release
</url>
<id>
repo.spring.io
</id>
<url>
http://repo.spring.io/
lib
s-release
</url>
<releases>
<enabled>
true
</enabled>
</releases>
...
...
spring-boot-starters/spring-boot-starter-parent/pom.xml
View file @
4fb6e7ec
...
...
@@ -79,7 +79,7 @@
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-data-gemfire
</artifactId>
<version>
1.0.0.BUILD-SNAPSHOT
</version>
<version>
${spring-boot.version}
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
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