diff --git a/pom.xml b/pom.xml
index bb42c5e37..980d41d6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
org.springframework.data.build
spring-data-parent
- 2.2.0.BUILD-SNAPSHOT
+ 2.2.0.RELEASE
@@ -26,7 +26,7 @@
2.19.1
org.hibernate
2.0.0
- 2.2.0.BUILD-SNAPSHOT
+ 2.2.0.RELEASE
spring.data.jpa
@@ -521,8 +521,8 @@
- spring-libs-snapshot
- https://repo.spring.io/libs-snapshot
+ spring-libs-release
+ https://repo.spring.io/libs-release
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index 96e66ab3f..d2da812ef 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Data JPA 2.2 RC3
+Spring Data JPA 2.2 GA
Copyright (c) [2011-2019] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").