summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2006-10-24 02:20:11 +0000
committerBrian S. O'Neill <bronee@gmail.com>2006-10-24 02:20:11 +0000
commit9485b901cf88337c504f8a5f10db175cbb8d10f8 (patch)
treec484fcb917ac47578f804293c80f4c54f2df38e1
parent8318b4f39c727a42eb0cf0473637809dccf82210 (diff)
Switch to version 1.1-Beta.
Minor site chamges.
-rw-r--r--pom.xml2
-rw-r--r--src/site/apt/index.apt2
-rw-r--r--src/site/resources/docs/CarbonadoGuide.pdf (renamed from docs/CarbonadoGuide.pdf)bin433372 -> 433372 bytes
-rw-r--r--src/site/site.xml2
4 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index a81b131..04c2e41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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
index 9e57da6..9e57da6 100644
--- a/docs/CarbonadoGuide.pdf
+++ b/src/site/resources/docs/CarbonadoGuide.pdf
Binary files differ
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>