summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2006-11-28 17:11:40 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2006-11-28 17:11:40 +0000
commita67675bf62bf80877755516337787b989e1b15e4 (patch)
tree529efb0e22c928f2ae29d3ac66cd4b25c070a19d
parent9339f286721afec1d9680e6b8ed15b9f53426b16 (diff)
downloadqpid-python-a67675bf62bf80877755516337787b989e1b15e4.tar.gz
added comments in the mina readme file as per cliffs suggestions
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M1@480130 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/build.properties2
-rwxr-xr-xjava/common/lib/mina/MINA_README.txt5
2 files changed, 5 insertions, 2 deletions
diff --git a/java/build.properties b/java/build.properties
index 2c92ec5504..c01dc7222b 100644
--- a/java/build.properties
+++ b/java/build.properties
@@ -18,4 +18,4 @@
#
build.release.version=1.0
build.release.name=incubator
-build.release.tag=M1-RC3
+build.release.tag=M1
diff --git a/java/common/lib/mina/MINA_README.txt b/java/common/lib/mina/MINA_README.txt
index 8779ba5613..21c3f4af6d 100755
--- a/java/common/lib/mina/MINA_README.txt
+++ b/java/common/lib/mina/MINA_README.txt
@@ -1,3 +1,6 @@
The current MINA version is taken from rev 463149.
-If you need to get the source please visit http://mina.apache.org/.
+If you need to get the source please visit https://svn.apache.org/repos/asf/mina/trunk
+If you do svn co https://svn.apache.org/repos/asf/mina/trunk -r463149
+
+visit http://mina.apache.org/ to get more info about the project