You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/02 16:53:48 UTC

svn commit: r1356269 - in /incubator/any23/trunk: core/pom.xml plugins/basic-crawler/pom.xml plugins/html-scraper/pom.xml plugins/integration-test/pom.xml plugins/office-scraper/pom.xml pom.xml service/pom.xml sources-dist/pom.xml

Author: simonetripodi
Date: Mon Jul  2 14:53:47 2012
New Revision: 1356269

URL: http://svn.apache.org/viewvc?rev=1356269&view=rev
Log:
[maven-release-plugin] rollback the release of any23-parent-0.7.0-incubating

Modified:
    incubator/any23/trunk/core/pom.xml
    incubator/any23/trunk/plugins/basic-crawler/pom.xml
    incubator/any23/trunk/plugins/html-scraper/pom.xml
    incubator/any23/trunk/plugins/integration-test/pom.xml
    incubator/any23/trunk/plugins/office-scraper/pom.xml
    incubator/any23/trunk/pom.xml
    incubator/any23/trunk/service/pom.xml
    incubator/any23/trunk/sources-dist/pom.xml

Modified: incubator/any23/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/pom.xml?rev=1356269&r1=1356268&r2=1356269&view=diff
==============================================================================
--- incubator/any23/trunk/core/pom.xml (original)
+++ incubator/any23/trunk/core/pom.xml Mon Jul  2 14:53:47 2012
@@ -15,13 +15,14 @@
   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/maven-v4_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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>any23-parent</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.0-incubating-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: incubator/any23/trunk/plugins/basic-crawler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/basic-crawler/pom.xml?rev=1356269&r1=1356268&r2=1356269&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/basic-crawler/pom.xml (original)
+++ incubator/any23/trunk/plugins/basic-crawler/pom.xml Mon Jul  2 14:53:47 2012
@@ -15,19 +15,20 @@
   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/maven-v4_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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>any23-parent</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.any23.plugins</groupId>
   <artifactId>any23-basic-crawler</artifactId>
-  <version>1.0.1-incubating-SNAPSHOT</version>
+  <version>1.0.0-incubating-SNAPSHOT</version>
 
   <name>Apache Any23 :: Plugins :: Basic Crawler</name>
   <description>Any23 plugin for crawling sites.</description>
@@ -44,7 +45,7 @@
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>any23-core</artifactId>
-      <version>0.7.1-incubating-SNAPSHOT</version>
+      <version>${project.parent.version}</version>
       <scope>provided</scope>
     </dependency>
 

Modified: incubator/any23/trunk/plugins/html-scraper/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/html-scraper/pom.xml?rev=1356269&r1=1356268&r2=1356269&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/html-scraper/pom.xml (original)
+++ incubator/any23/trunk/plugins/html-scraper/pom.xml Mon Jul  2 14:53:47 2012
@@ -15,19 +15,20 @@
   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/maven-v4_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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>any23-parent</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.any23.plugins</groupId>
   <artifactId>any23-html-scraper</artifactId>
-  <version>1.0.2-incubating-SNAPSHOT</version>
+  <version>1.0.1-incubating-SNAPSHOT</version>
 
   <name>Apache Any23 :: Plugins :: HTML Scraper</name>
   <description>Any23 plugin for scraping HTML code.</description>
@@ -44,7 +45,7 @@
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>any23-core</artifactId>
-      <version>0.7.1-incubating-SNAPSHOT</version>
+      <version>0.7.0-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
 

Modified: incubator/any23/trunk/plugins/integration-test/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/integration-test/pom.xml?rev=1356269&r1=1356268&r2=1356269&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/integration-test/pom.xml (original)
+++ incubator/any23/trunk/plugins/integration-test/pom.xml Mon Jul  2 14:53:47 2012
@@ -15,13 +15,14 @@
   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/maven-v4_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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>any23-parent</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -40,17 +41,17 @@
     <dependency>
       <groupId>org.apache.any23.plugins</groupId>
       <artifactId>any23-html-scraper</artifactId>
-      <version>1.0.2-incubating-SNAPSHOT</version>
+      <version>1.0.1-incubating-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.any23.plugins</groupId>
       <artifactId>any23-office-scraper</artifactId>
-      <version>1.0.1-incubating-SNAPSHOT</version>
+      <version>1.0.0-incubating-SNAPSHOT</version>
     </dependency>
       <dependency>
       <groupId>org.apache.any23.plugins</groupId>
       <artifactId>any23-basic-crawler</artifactId>
-      <version>1.0.1-incubating-SNAPSHOT</version>
+      <version>1.0.0-incubating-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

Modified: incubator/any23/trunk/plugins/office-scraper/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/office-scraper/pom.xml?rev=1356269&r1=1356268&r2=1356269&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/office-scraper/pom.xml (original)
+++ incubator/any23/trunk/plugins/office-scraper/pom.xml Mon Jul  2 14:53:47 2012
@@ -15,19 +15,20 @@
   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/maven-v4_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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>any23-parent</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.any23.plugins</groupId>
   <artifactId>any23-office-scraper</artifactId>
-  <version>1.0.1-incubating-SNAPSHOT</version>
+  <version>1.0.0-incubating-SNAPSHOT</version>
 
   <name>Apache Any23 :: Plugins :: Office Scraper</name>
   <description>Any23 plugin for scraping metadata from MS Office related file formats.</description>
@@ -44,7 +45,7 @@
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>any23-core</artifactId>
-      <version>0.7.1-incubating-SNAPSHOT</version>
+      <version>${project.parent.version}</version>
       <scope>provided</scope>
     </dependency>
 

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1356269&r1=1356268&r2=1356269&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Mon Jul  2 14:53:47 2012
@@ -15,7 +15,8 @@
   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/maven-v4_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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -26,7 +27,7 @@
 
   <groupId>org.apache.any23</groupId>
   <artifactId>any23-parent</artifactId>
-  <version>0.7.1-incubating-SNAPSHOT</version>
+  <version>0.7.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Any23</name>

Modified: incubator/any23/trunk/service/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/service/pom.xml?rev=1356269&r1=1356268&r2=1356269&view=diff
==============================================================================
--- incubator/any23/trunk/service/pom.xml (original)
+++ incubator/any23/trunk/service/pom.xml Mon Jul  2 14:53:47 2012
@@ -15,13 +15,14 @@
   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/maven-v4_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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>any23-parent</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: incubator/any23/trunk/sources-dist/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/sources-dist/pom.xml?rev=1356269&r1=1356268&r2=1356269&view=diff
==============================================================================
--- incubator/any23/trunk/sources-dist/pom.xml (original)
+++ incubator/any23/trunk/sources-dist/pom.xml Mon Jul  2 14:53:47 2012
@@ -15,13 +15,14 @@
   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/maven-v4_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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>any23-parent</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.0-incubating-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>