THRIFT-6 update Version Info for several languages, add print-version to Makefile.am
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1026299 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/java/ivy.xml b/lib/java/ivy.xml
index 07fb3b3..f964ef3 100644
--- a/lib/java/ivy.xml
+++ b/lib/java/ivy.xml
@@ -15,11 +15,13 @@
limitations under the License.
-->
<ivy-module version="1.0">
- <info organisation="org.apache.thrift" module="libthrift" revision="0.3.0-20100116" >
- <license name="apache" />
- <ivyauthor name="Thrift Team" url="thrift-dev@incubator.apache.org" />
+ <info organisation="org.apache.thrift" module="libthrift" revision="0.6.0-dev" >
+ <license name="Apache License 2.0" url="http://www.apache.org/licenses/LICENSE-2.0" />
+ <ivyauthor name="Thrift Developers" url="thrift-dev@incubator.apache.org" />
<repository name="apache repository" url="http://incubator.apache.org/thrift/" />
- <description homepage="http://incubator.apache.org/thrift/" />
+ <description homepage="http://incubator.apache.org/thrift/">
+ Java bindings for the Apache Thrift RPC system
+ </description>
</info>
<configurations defaultconfmapping="compile">
<conf name="compile" />