Use human readable names in pom.xml for all task projects.

* Update pom to include text for contributor agreement
* Update samples to the latest release number
* Remove CLA section from README.adoc

Resolves #172
This commit is contained in:
Glenn Renfro
2016-07-11 13:13:16 -04:00
committed by Gunnar Hillert
parent 57ec71ce0e
commit 21d4a17591
9 changed files with 30 additions and 29 deletions

View File

@@ -7,7 +7,7 @@
<artifactId>timestamp-task</artifactId>
<packaging>jar</packaging>
<name>Timestamp Task</name>
<version>1.0.1.BUILD-SNAPSHOT</version>
<version>1.0.2.BUILD-SNAPSHOT</version>
<description>Spring Cloud Timestamp Task</description>
<parent>
@@ -26,7 +26,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>1.0.1.BUILD-SNAPSHOT</version>
<version>1.0.2.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-starter</artifactId>
<version>1.0.1.BUILD-SNAPSHOT</version>
<version>1.0.2.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>