[maven-release-plugin] prepare release asterix-0.8.1
diff --git a/asterix-app/pom.xml b/asterix-app/pom.xml
index 06d289e..8a222b4 100644
--- a/asterix-app/pom.xml
+++ b/asterix-app/pom.xml
@@ -7,13 +7,12 @@
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ! See the
License for the specific language governing permissions and ! limitations
under the License. ! -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>asterix</artifactId>
<groupId>edu.uci.ics.asterix</groupId>
- <version>0.8.1-SNAPSHOT</version>
+ <version>0.8.1</version>
</parent>
<artifactId>asterix-app</artifactId>
@@ -145,48 +144,48 @@
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-algebra</artifactId>
- <version>0.8.1-SNAPSHOT</version>
+ <version>0.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-aql</artifactId>
- <version>0.8.1-SNAPSHOT</version>
+ <version>0.8.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-om</artifactId>
- <version>0.8.1-SNAPSHOT</version>
+ <version>0.8.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-metadata</artifactId>
- <version>0.8.1-SNAPSHOT</version>
+ <version>0.8.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-tools</artifactId>
- <version>0.8.1-SNAPSHOT</version>
+ <version>0.8.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-common</artifactId>
- <version>0.8.1-SNAPSHOT</version>
+ <version>0.8.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-common</artifactId>
- <version>0.8.1-SNAPSHOT</version>
+ <version>0.8.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
@@ -196,7 +195,7 @@
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-transactions</artifactId>
- <version>0.8.1-SNAPSHOT</version>
+ <version>0.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -229,7 +228,7 @@
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-test-framework</artifactId>
- <version>0.8.1-SNAPSHOT</version>
+ <version>0.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>