This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch release/1.9.1
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/release/1.9.1 by this push:
new 8b161cc Fix RAT version to reflect new Apache release
8b161cc is described below
commit 8b161cc9c212aa99f871a309ee97d41355df163f
Author: Blake Bender <[email protected]>
AuthorDate: Wed Jun 5 12:37:24 2019 -0700
Fix RAT version to reflect new Apache release
Co-authored-by: Jacob Barrett <[email protected]>
---
dependencies/rat/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dependencies/rat/CMakeLists.txt b/dependencies/rat/CMakeLists.txt
index 8615026..f3af689 100644
--- a/dependencies/rat/CMakeLists.txt
+++ b/dependencies/rat/CMakeLists.txt
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-project( rat VERSION 0.12 LANGUAGES NONE )
+project( rat VERSION 0.13 LANGUAGES NONE )
# used to check licenses in source
set( ARTIFACT_NAME apache-rat-${PROJECT_VERSION} )
@@ -26,4 +26,4 @@ execute_process(
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)
-set( Rat_JAR ${CMAKE_CURRENT_BINARY_DIR}/${ARTIFACT_NAME}/${ARTIFACT_NAME}.jar
CACHE STRING "Full path to Apaceh Rat jar." )
+set( Rat_JAR ${CMAKE_CURRENT_BINARY_DIR}/${ARTIFACT_NAME}/${ARTIFACT_NAME}.jar
CACHE STRING "Full path to Apache Rat jar." FORCE)