diff options
| -rw-r--r-- | RELEASE-NOTES.txt | 12 | ||||
| -rw-r--r-- | pom.xml | 6 |
2 files changed, 15 insertions, 3 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt new file mode 100644 index 0000000..a2198ae --- /dev/null +++ b/RELEASE-NOTES.txt @@ -0,0 +1,12 @@ +CarbonadoTestSuite version 1.1
+------------------------------
+
+Carbonado is an extensible, high performance persistence abstraction layer for
+Java applications with a relational view to the underlying persistence
+technology.
+
+http://carbonado.sourceforge.net/
+
+The CarbonadoTestSuite project encapsulates all the tests for Carbonado. The
+Carbonado project itself does not contain any tests.
+
@@ -5,7 +5,7 @@ <artifactId>carbonado-test-suite</artifactId>
<packaging>jar</packaging>
<name>CarbonadoTestSuite</name>
- <version>1.1-BETA11</version>
+ <version>1.1</version>
<description>
Test suite for Carbonado.
</description>
@@ -65,14 +65,14 @@ <dependency>
<groupId>com.amazon.carbonado</groupId>
<artifactId>carbonado</artifactId>
- <version>1.1-BETA11</version>
+ <version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.amazon.carbonado</groupId>
<artifactId>carbonado-sleepycat-je</artifactId>
- <version>1.1-BETA11</version>
+ <version>1.1</version>
<scope>test</scope>
</dependency>
|
