blob: abe1c10d0dacf9c7918af51b0e3252aa5865d88e [file] [log] [blame]
jfarrell53dd3982015-09-25 02:30:29 -04001thrift.version=0.9.3
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
5# Jar Versions
6mvn.ant.task.version=2.1.3
7
8# Local Install paths
9install.path=/usr/local/lib
10install.javadoc.path=${install.path}
11
12# Maven dependency download locations
13mvn.repo=http://repo1.maven.org/maven2
14apache.repo=https://repository.apache.org/content/repositories/releases
15mvn.ant.task.url=${mvn.repo}/org/apache/maven/maven-ant-tasks/${mvn.ant.task.version}
16mvn.ant.task.jar=maven-ant-tasks-${mvn.ant.task.version}.jar
17
18# Apache Maven publish
Jake Farrelld889d8d2011-11-06 23:40:07 +000019license=http://www.apache.org/licenses/LICENSE-2.0.txt
Jake Farrell4b8faf92011-04-19 21:11:54 +000020maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2
21maven-repository-id=apache.releases.https
22
Jake Farrell4b8faf92011-04-19 21:11:54 +000023# Jar Versions
24mvn.ant.task.version=2.1.3
25
Jake Farrella0bd5232012-10-12 14:44:14 +000026# Dependency versions
Roger Meier92265902015-04-07 22:12:20 +020027httpclient.version=4.4.1
28httpcore.version=4.4.1
29slf4j.version=1.7.12
Jake Farrella0bd5232012-10-12 14:44:14 +000030servlet.version=2.5
31