From d889d8ddfa08f9177eb26bbfab5ea1938462e296 Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Sun, 6 Nov 2011 23:40:07 +0000 Subject: [PATCH] Removing trailing quote in java build.properties file. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198592 13f79535-47bb-0310-9956-ffa450edef68 --- lib/java/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/java/build.properties b/lib/java/build.properties index 97a5e69f..0d372b3c 100644 --- a/lib/java/build.properties +++ b/lib/java/build.properties @@ -15,7 +15,7 @@ mvn.ant.task.url=${mvn.repo}/org/apache/maven/maven-ant-tasks/${mvn.ant.task.ver mvn.ant.task.jar=maven-ant-tasks-${mvn.ant.task.version}.jar # Apache Maven publish -license=http://www.apache.org/licenses/LICENSE-2.0.txt" +license=http://www.apache.org/licenses/LICENSE-2.0.txt maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2 maven-repository-id=apache.releases.https -- 2.17.1