Commit d2fbef02 authored by Phillip Webb's avatar Phillip Webb

Fixup POM errors

parent e5cda040
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment