diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | src/site/apt/index.apt | 2 | ||||
-rw-r--r-- | src/site/resources/docs/CarbonadoGuide.pdf (renamed from docs/CarbonadoGuide.pdf) | bin | 433372 -> 433372 bytes | |||
-rw-r--r-- | src/site/site.xml | 2 |
4 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ <artifactId>carbonado</artifactId>
<packaging>jar</packaging>
<name>Carbonado</name>
- <version>1.1-SNAPSHOT</version>
+ <version>1.1-BETA</version>
<description>
Extensible, high performance persistence abstraction layer for Java applications with a relational view to the underlying persistence technology.
</description>
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index 197d3d2..aa7864f 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -32,7 +32,7 @@ there are no extra build time steps. Carbonado is able to achieve high performance by imposing very low overhead when accessing the actual storage. Low overhead is achieved in part by auto -generating performance critical code, via the open source Cojen library. +generating performance critical code, via the Cojen library. * Terminology diff --git a/docs/CarbonadoGuide.pdf b/src/site/resources/docs/CarbonadoGuide.pdf Binary files differindex 9e57da6..9e57da6 100644 --- a/docs/CarbonadoGuide.pdf +++ b/src/site/resources/docs/CarbonadoGuide.pdf diff --git a/src/site/site.xml b/src/site/site.xml index 87aea16..21008db 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,7 +19,7 @@ <item name="Javadoc" href="apidocs/index.html"/> <item name="Subversion" href="http://svn.sourceforge.net/viewvc/carbonado/trunk/Carbonado/"/> <item name="Sourceforge" href="http://sourceforge.net/projects/carbonado/"/> - <item name="User Guide (pdf)" href="http://svn.sourceforge.net/viewvc/*checkout*/carbonado/trunk/Carbonado/docs/CarbonadoGuide.pdf"/> + <item name="User Guide (pdf)" href="docs/CarbonadoGuide.pdf"/> <item name="License" href="license.html"/> <item name="Trademark Policy" href="trademark.html"/> </menu> |