[maven-release-plugin] prepare release 1.0.0.M1

This commit is contained in:
Mark Paluch
2016-10-28 14:07:29 +02:00
parent 61833f33fc
commit fb5bb7a2a1
9 changed files with 30 additions and 31 deletions

View File

@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<version>1.2.1.RELEASE</version>
<relativePath/>
<relativePath />
<!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-vault-config-docs</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.M1</version>
<packaging>pom</packaging>
<name>Spring Cloud Vault Config Docs</name>
@@ -109,4 +108,8 @@
</snapshots>
</repository>
</repositories>
<scm>
<tag>1.0.0.M1</tag>
</scm>
</project>