blob: 2eef66b4a808fd868c0bc6d31514ca0436f8b62d [file] [log] [blame]
James E. King III7a511972019-02-27 08:36:37 -05001thrift.version=0.9.3-1
Jake Farrell4b8faf92011-04-19 21:11:54 +00002thrift.groupid=org.apache.thrift
jfarrell53dd3982015-09-25 02:30:29 -04003release=true
Jake Farrell4b8faf92011-04-19 21:11:54 +00004
Jake Farrell4b8faf92011-04-19 21:11:54 +00005# Local Install paths
6install.path=/usr/local/lib
7install.javadoc.path=${install.path}
8
9# Maven dependency download locations
10mvn.repo=http://repo1.maven.org/maven2
11apache.repo=https://repository.apache.org/content/repositories/releases
12mvn.ant.task.url=${mvn.repo}/org/apache/maven/maven-ant-tasks/${mvn.ant.task.version}
13mvn.ant.task.jar=maven-ant-tasks-${mvn.ant.task.version}.jar
14
15# Apache Maven publish
Jake Farrelld889d8d2011-11-06 23:40:07 +000016license=http://www.apache.org/licenses/LICENSE-2.0.txt
Jake Farrell4b8faf92011-04-19 21:11:54 +000017maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2
18maven-repository-id=apache.releases.https
19
Jake Farrell4b8faf92011-04-19 21:11:54 +000020# Jar Versions
21mvn.ant.task.version=2.1.3
22
Jake Farrella0bd5232012-10-12 14:44:14 +000023# Dependency versions
Roger Meier92265902015-04-07 22:12:20 +020024httpclient.version=4.4.1
25httpcore.version=4.4.1
26slf4j.version=1.7.12
Jake Farrella0bd5232012-10-12 14:44:14 +000027servlet.version=2.5
28