Prepare release.

Remove snapshot repositories. Upgrade dependencies.

See gh-72.
This commit is contained in:
Mark Paluch
2017-01-27 09:06:04 +01:00
parent 0a0747695c
commit d838a4672d
5 changed files with 9 additions and 33 deletions

View File

@@ -53,7 +53,7 @@ before_script:
- sleep 30 # wait until Cassandra is up
- apache-cassandra-2.2.8/bin/cqlsh localhost -u cassandra -p cassandra -e "CREATE USER 'springvault' WITH PASSWORD 'springvault' SUPERUSER"
script: mvn clean verify
script: mvn clean verify -Pspring,java8
after_script:
- apache-cassandra-2.2.8/bin/nodetool stopdaemon

View File

@@ -1,28 +1,28 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<version>1.2.1.RELEASE</version>
<version>1.3.0.M1</version>
<relativePath />
<!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-vault-config-docs</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Cloud Vault Config Docs</name>
<description>Spring Cloud Docs</description>
<properties>
<docs.main>spring-cloud-vault-config</docs.main>
<main.basedir>${basedir}/..</main.basedir>
<docs.whitelisted.branches>1.0.x</docs.whitelisted.branches>
</properties>
<build>
<pluginManagement>
<plugins>
@@ -53,7 +53,7 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<!--skip deploy (this is just a test module) -->
@@ -91,14 +91,6 @@
</profiles>
<repositories>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>

View File

@@ -99,7 +99,7 @@ the test cases). Example Maven configuration:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.1.RELEASE</version>
<version>1.5.0.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

View File

@@ -140,14 +140,6 @@
</build>
<repositories>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>

View File

@@ -167,14 +167,6 @@
</build>
<repositories>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>