blob: 74b07c573211c4d466aff704aca472d530623dff [file] [log] [blame]
Jake Farrell4b8faf92011-04-19 21:11:54 +00001thrift.version=0.7.0
Jake Farrellbe81e012011-08-11 19:09:13 +00002release=true
Jake Farrell4b8faf92011-04-19 21:11:54 +00003thrift.groupid=org.apache.thrift
4
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
19license=http://www.apache.org/licenses/LICENSE-2.0.txt"
20maven-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