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
d2fbef02
Commit
d2fbef02
authored
Jun 01, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixup POM errors
parent
e5cda040
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
5 deletions
+22
-5
pom.xml
...oot-samples/spring-boot-sample-data-elasticsearch/pom.xml
+8
-3
pom.xml
spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml
+7
-1
pom.xml
...t-starters/spring-boot-starter-data-elasticsearch/pom.xml
+7
-1
No files found.
spring-boot-samples/spring-boot-sample-data-elasticsearch/pom.xml
View file @
d2fbef02
...
@@ -8,9 +8,14 @@
...
@@ -8,9 +8,14 @@
<artifactId>
spring-boot-samples
</artifactId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
1.1.0.BUILD-SNAPSHOT
</version>
<version>
1.1.0.BUILD-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
spring-boot-sample-data-gemfire
</artifactId>
<artifactId>
spring-boot-sample-data-elasticsearch
</artifactId>
<packaging>
jar
</packaging>
<name>
Spring Boot Data Elasticsearch Sample
</name>
<properties>
<description>
Spring Boot Data Elasticsearch Sample
</description>
<url>
http://projects.spring.io/spring-boot/
</url>
<organization>
<name>
Pivotal Software, Inc.
</name>
<url>
http://www.spring.io
</url>
</organization>
<properties>
<main.basedir>
${basedir}/../..
</main.basedir>
<main.basedir>
${basedir}/../..
</main.basedir>
</properties>
</properties>
<dependencies>
<dependencies>
...
...
spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml
View file @
d2fbef02
...
@@ -9,7 +9,13 @@
...
@@ -9,7 +9,13 @@
<version>
1.1.0.BUILD-SNAPSHOT
</version>
<version>
1.1.0.BUILD-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
spring-boot-sample-data-gemfire
</artifactId>
<artifactId>
spring-boot-sample-data-gemfire
</artifactId>
<packaging>
jar
</packaging>
<name>
Spring Boot Data Gemfire Sample
</name>
<description>
Spring Boot Data Gemfire Sample
</description>
<url>
http://projects.spring.io/spring-boot/
</url>
<organization>
<name>
Pivotal Software, Inc.
</name>
<url>
http://www.spring.io
</url>
</organization>
<properties>
<properties>
<main.basedir>
${basedir}/../..
</main.basedir>
<main.basedir>
${basedir}/../..
</main.basedir>
</properties>
</properties>
...
...
spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml
View file @
d2fbef02
...
@@ -8,7 +8,13 @@
...
@@ -8,7 +8,13 @@
<version>
1.1.0.BUILD-SNAPSHOT
</version>
<version>
1.1.0.BUILD-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
spring-boot-starter-data-elasticsearch
</artifactId>
<artifactId>
spring-boot-starter-data-elasticsearch
</artifactId>
<packaging>
jar
</packaging>
<name>
Spring Boot Data Elasticsearch Starter
</name>
<description>
Spring Boot Data Elasticsearch Starter
</description>
<url>
http://projects.spring.io/spring-boot/
</url>
<organization>
<name>
Pivotal Software, Inc.
</name>
<url>
http://www.spring.io
</url>
</organization>
<properties>
<properties>
<main.basedir>
${basedir}/../..
</main.basedir>
<main.basedir>
${basedir}/../..
</main.basedir>
</properties>
</properties>
...
...
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