diff --git a/docs/pom.xml b/docs/pom.xml
index 60553a7f5..d137eb876 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -122,12 +122,12 @@
${project.build.directory}/refdocs/
- ${project.version}
- http://cloud.spring.io/
-
-
-
-
+ ${project.version}
+
+
+ ${project.version}/
+ http://cloud.spring.io/spring-cloud-static/
+
diff --git a/pom.xml b/pom.xml
index ee9e91ed1..46f5773b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-cloud-stream-parent
2.2.1.BUILD-SNAPSHOT
@@ -10,7 +10,7 @@
org.springframework.cloud
spring-cloud-build
2.1.4.RELEASE
-
+
https://github.com/spring-cloud/spring-cloud-stream
@@ -25,7 +25,7 @@
1.8
1.0.0.RELEASE
1.0.0.RELEASE
- Californium-SR5
+ Californium-SR8
3.0.3
2.1
2.1.1.BUILD-SNAPSHOT
diff --git a/spring-cloud-stream-schema/src/test/java/org/springframework/cloud/schema/avro/AvroSchemaRegistryClientMessageConverterTests.java b/spring-cloud-stream-schema/src/test/java/org/springframework/cloud/schema/avro/AvroSchemaRegistryClientMessageConverterTests.java
index 27057162e..7931141aa 100644
--- a/spring-cloud-stream-schema/src/test/java/org/springframework/cloud/schema/avro/AvroSchemaRegistryClientMessageConverterTests.java
+++ b/spring-cloud-stream-schema/src/test/java/org/springframework/cloud/schema/avro/AvroSchemaRegistryClientMessageConverterTests.java
@@ -25,8 +25,8 @@ import example.avro.Command;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
-
import org.mockito.Mockito;
+
import org.springframework.beans.DirectFieldAccessor;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;