Author: davsclaus
Date: Wed Sep 10 11:40:48 2008
New Revision: 693925
URL: http://svn.apache.org/viewvc?rev=693925&view=rev
Log:
Upgraded to newer version of Derby. Polished README
Modified:
activemq/camel/trunk/README.txt
activemq/camel/trunk/pom.xml
Modified: activemq/camel/trunk/README.txt
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/README.txt?rev=693925&r1=693924&r2=693925&view=diff
==============================================================================
--- activemq/camel/trunk/README.txt (original)
+++ activemq/camel/trunk/README.txt Wed Sep 10 11:40:48 2008
@@ -5,13 +5,13 @@
Camel implements the Enterprise Integration Patterns allowing you to configure
routing and mediation rules in either a Java based Domain Specific Language
-(or Fluent API) or via Spring based Xml Configuration files. Either approaches
+(or Fluent API) or via Spring based XML Configuration files. Either approaches
mean you get smart completion of routing rules in your IDE whether in your
Java or XML editor.
Apache Camel uses URIs so that it can easily work directly with any kind of
-Transport or messaging model such as HTTP, ActiveMQ, JMS, JBI, SCA, MINA
-or CXF Bus API together with working with pluggable Data Format options.
+transport or messaging model such as HTTP, ActiveMQ, JMS, JBI, SCA, MINA
+or CXF Bus API together with and working with pluggable Data Format options.
Apache Camel is a small library which has minimal dependencies for easy
embedding in any Java application.
@@ -29,7 +29,7 @@
Getting Started
===============================================================================
-To help you get started, try the following links:-
+To help you get started, try the following links:
Getting Started
http://activemq.apache.org/camel/getting-started.html
@@ -40,8 +40,8 @@
We welcome contributions of all kinds, for details of how you can help
http://activemq.apache.org/contributing.html
-Please refer to the website for details of finding the issue tracker, email
- lists, wiki or IRC channel
+Please refer to the website for details of finding the issue tracker,
+email lists, wiki or IRC channel
http://activemq.apache.org/camel/
If you hit any problems please talk to us on the Camel Forums
Modified: activemq/camel/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=693925&r1=693924&r2=693925&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Wed Sep 10 11:40:48 2008
@@ -68,7 +68,7 @@
<hibernate-entitymanager-version>3.2.1.ga</hibernate-entitymanager-version>
<hsqldb-version>1.8.0.7</hsqldb-version>
<groovy-version>1.5.6</groovy-version>
- <derby-version>10.4.1.3</derby-version>
+ <derby-version>10.4.2.0</derby-version>
<xbean-spring-version>3.4</xbean-spring-version>
<junit-version>3.8.2</junit-version>
<testng-version>5.7</testng-version>