Updated Branches:
  refs/heads/master 78754675a -> 9ea0a85d7

remove redundant version statements


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/64a3c362
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/64a3c362
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/64a3c362

Branch: refs/heads/master
Commit: 64a3c36253670a1dc5adb24ed3975dd701b8fda6
Parents: 7875467
Author: Peter Ansell <[email protected]>
Authored: Wed Jun 26 10:25:03 2013 +1000
Committer: Peter Ansell <[email protected]>
Committed: Wed Jun 26 10:25:03 2013 +1000

----------------------------------------------------------------------
 api/pom.xml                      | 1 -
 core/pom.xml                     | 1 -
 csvutils/pom.xml                 | 1 -
 encoding/pom.xml                 | 1 -
 mime/pom.xml                     | 1 -
 nquads/pom.xml                   | 1 -
 plugins/integration-test/pom.xml | 1 -
 pom.xml                          | 1 -
 service/pom.xml                  | 1 -
 test-resources/pom.xml           | 1 -
 10 files changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/64a3c362/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 1664aa5..7254421 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -26,7 +26,6 @@
   </parent>
 
   <artifactId>apache-any23-api</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
  
   <name>Apache Any23 :: Base API</name>
   <description>Any23 library external API.</description>

http://git-wip-us.apache.org/repos/asf/any23/blob/64a3c362/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index d5a60b0..41978f9 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -26,7 +26,6 @@
   </parent>
 
   <artifactId>apache-any23-core</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
 
   <name>Apache Any23 :: Core</name>
   <description>Core Any23 library implementation.</description>

http://git-wip-us.apache.org/repos/asf/any23/blob/64a3c362/csvutils/pom.xml
----------------------------------------------------------------------
diff --git a/csvutils/pom.xml b/csvutils/pom.xml
index 02c45b4..f14e595 100644
--- a/csvutils/pom.xml
+++ b/csvutils/pom.xml
@@ -26,7 +26,6 @@
   </parent>
 
   <artifactId>apache-any23-csvutils</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
 
   <name>Apache Any23 :: CSV Utilities</name>
   <description>CSV specific library.</description>

http://git-wip-us.apache.org/repos/asf/any23/blob/64a3c362/encoding/pom.xml
----------------------------------------------------------------------
diff --git a/encoding/pom.xml b/encoding/pom.xml
index 6a83113..086ccf9 100644
--- a/encoding/pom.xml
+++ b/encoding/pom.xml
@@ -26,7 +26,6 @@
   </parent>
 
   <artifactId>apache-any23-encoding</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
 
   <name>Apache Any23 :: Encoding Detection</name>
   <description>Encoding detection library.</description>

http://git-wip-us.apache.org/repos/asf/any23/blob/64a3c362/mime/pom.xml
----------------------------------------------------------------------
diff --git a/mime/pom.xml b/mime/pom.xml
index dd1e4cd..92d930e 100644
--- a/mime/pom.xml
+++ b/mime/pom.xml
@@ -26,7 +26,6 @@
   </parent>
 
   <artifactId>apache-any23-mime</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
 
   <name>Apache Any23 :: Mime Type Detection</name>
   <description>MIME Type detection library.</description>

http://git-wip-us.apache.org/repos/asf/any23/blob/64a3c362/nquads/pom.xml
----------------------------------------------------------------------
diff --git a/nquads/pom.xml b/nquads/pom.xml
index dd5c7b8..d864fe0 100644
--- a/nquads/pom.xml
+++ b/nquads/pom.xml
@@ -26,7 +26,6 @@
   </parent>
 
   <artifactId>apache-any23-nquads</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
 
   <name>Apache Any23 :: NQuads Parser and Writer</name>
   <description>NQuads parsing and serialization library.</description>

http://git-wip-us.apache.org/repos/asf/any23/blob/64a3c362/plugins/integration-test/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/integration-test/pom.xml b/plugins/integration-test/pom.xml
index 5d5e764..50b67b3 100644
--- a/plugins/integration-test/pom.xml
+++ b/plugins/integration-test/pom.xml
@@ -27,7 +27,6 @@
 
   <groupId>org.apache.any23.plugins</groupId>
   <artifactId>apache-any23-integration-test</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
 
   <name>Apache Any23 :: Plugins :: Integration Test</name>
   <description>Any23 plugin integration test module.</description>

http://git-wip-us.apache.org/repos/asf/any23/blob/64a3c362/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e69dbd7..4406f3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,6 @@
 
   <groupId>org.apache.any23</groupId>
   <artifactId>apache-any23</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Any23</name>

http://git-wip-us.apache.org/repos/asf/any23/blob/64a3c362/service/pom.xml
----------------------------------------------------------------------
diff --git a/service/pom.xml b/service/pom.xml
index 6b490b5..294e9da 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -26,7 +26,6 @@
   </parent>
 
   <artifactId>apache-any23-service</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
   <packaging>war</packaging>
 
   <name>Apache Any23 :: Service</name>

http://git-wip-us.apache.org/repos/asf/any23/blob/64a3c362/test-resources/pom.xml
----------------------------------------------------------------------
diff --git a/test-resources/pom.xml b/test-resources/pom.xml
index 2b03a6e..1b04c80 100644
--- a/test-resources/pom.xml
+++ b/test-resources/pom.xml
@@ -26,7 +26,6 @@
   </parent>
 
   <artifactId>apache-any23-test-resources</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
 
   <name>Apache Any23 :: Test Resources</name>
 

Reply via email to