Author: aadamchik
Date: Sun Jan 5 16:22:51 2014
New Revision: 1555565
URL: http://svn.apache.org/r1555565
Log:
Using only major version in docs metadata
otherwise Google is confused how to find docs for a given v. of Cayenne
(oops..)
Modified:
cayenne/main/branches/STABLE-3.1/docs/docbook/pom.xml
Modified: cayenne/main/branches/STABLE-3.1/docs/docbook/pom.xml
URL:
http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.1/docs/docbook/pom.xml?rev=1555565&r1=1555564&r2=1555565&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.1/docs/docbook/pom.xml (original)
+++ cayenne/main/branches/STABLE-3.1/docs/docbook/pom.xml Sun Jan 5 16:22:51
2014
@@ -42,7 +42,7 @@
<project.stylesheetdir>${project.parent.basedir}/docbook-stylesheets/target/classes</project.stylesheetdir>
<!-- This property allows to only expose major version in the docs
metadata to avoid confusing SEO -->
- <cayenne.version.major>3.2</cayenne.version.major>
+ <cayenne.version.major>3.1</cayenne.version.major>
</properties>
<groupId>org.apache.cayenne.docs</groupId>