This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-cache.git


The following commit(s) were added to refs/heads/master by this push:
     new 131a730  Applying changes for git publish
131a730 is described below

commit 131a730fa56d965737e13d32bde322c81d5e82f2
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue Dec 11 23:21:23 2018 +0100

    Applying changes for git publish
---
 pom.xml                                             |  8 +-------
 spring-cache-api/pom.xml                            | 10 +++-------
 spring-cache-providers/pom.xml                      | 12 +++---------
 spring-cache-providers/spring-cache-ehcache/pom.xml | 10 +++-------
 spring-cache-providers/spring-cache-hashmap/pom.xml | 10 +++-------
 spring-cache-providers/spring-cache-oscache/pom.xml | 10 +++-------
 spring-cache-test/pom.xml                           | 10 +++-------
 7 files changed, 19 insertions(+), 51 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8c808f9..8e4bbd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,15 +34,9 @@
   <url>${webUrl}/spring-cache/</url>
   <properties>
     
<scmBrowseUrl>https://gitbox.apache.org/repos/asf?a=tree;p=archiva-redback-components-spring-cache.git</scmBrowseUrl>
+    <site.staging.base>${project.basedir}/../site</site.staging.base>
   </properties>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>${siteUrl}/spring-cache/</url>
-    </site>
-  </distributionManagement>
-
   <scm>
     
<connection>scm:git:http://gitbox.apache.org/repos/asf/archiva-redback-components-spring-cache.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-cache.git</developerConnection>
diff --git a/spring-cache-api/pom.xml b/spring-cache-api/pom.xml
index e377d18..83b90da 100644
--- a/spring-cache-api/pom.xml
+++ b/spring-cache-api/pom.xml
@@ -30,17 +30,13 @@
   <artifactId>spring-cache-api</artifactId>
   <packaging>bundle</packaging>
   <name>Spring Cache API</name>
-
+  <properties>
+    <site.staging.base>${project.parent.basedir}/../site</site.staging.base>
+  </properties>
   <description>Common Cache API.</description>
 
   <url>${webUrl}/spring-cache/${project.artifactId}</url>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>${siteUrl}/spring-cache/${project.artifactId}</url>
-    </site>
-  </distributionManagement>
   <scm>
     <url>${scmBrowseUrl};f=${project.artifactId}</url>
   </scm>
diff --git a/spring-cache-providers/pom.xml b/spring-cache-providers/pom.xml
index df034d5..d5d1b2b 100644
--- a/spring-cache-providers/pom.xml
+++ b/spring-cache-providers/pom.xml
@@ -27,18 +27,12 @@
   <artifactId>spring-cache-providers</artifactId>
   <name>Spring Cache Providers</name>
   <packaging>pom</packaging>
-
   <description>Commons Cache API Providers Parent Pom.</description>
-
+  <properties>
+    <site.staging.base>${project.parent.basedir}/../site</site.staging.base>
+  </properties>
   <url>${webUrl}/spring-cache/${project.artifactId}</url>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>${siteUrl}/spring-cache/${project.artifactId}</url>
-    </site>
-  </distributionManagement>
-
   <scm>
     <url>${scmBrowseUrl};f=${project.artifactId}</url>
   </scm>
diff --git a/spring-cache-providers/spring-cache-ehcache/pom.xml 
b/spring-cache-providers/spring-cache-ehcache/pom.xml
index 1f10219..2c57903 100644
--- a/spring-cache-providers/spring-cache-ehcache/pom.xml
+++ b/spring-cache-providers/spring-cache-ehcache/pom.xml
@@ -32,16 +32,12 @@
   <name>Spring Cache Provider :: ehcache</name>
 
   <description>Commons Cache API : ehcache implementation.</description>
+  <properties>
+    
<site.staging.base>${project.parent.parent.basedir}/../site</site.staging.base>
+  </properties>
 
   
<url>${webUrl}/spring-cache/spring-cache-providers/${project.artifactId}</url>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      
<url>${siteUrl}/spring-cache/spring-cache-providers/${project.artifactId}</url>
-    </site>
-  </distributionManagement>
-
   <dependencies>
     <dependency>
       <groupId>net.sf.ehcache</groupId>
diff --git a/spring-cache-providers/spring-cache-hashmap/pom.xml 
b/spring-cache-providers/spring-cache-hashmap/pom.xml
index 223ecaa..d3d12fa 100644
--- a/spring-cache-providers/spring-cache-hashmap/pom.xml
+++ b/spring-cache-providers/spring-cache-hashmap/pom.xml
@@ -32,16 +32,12 @@
   <name>Spring Cache Provider :: hashmap</name>
 
   <description>Commons Cache API : simple in memory HashMap 
implementation.</description>
+  <properties>
+    
<site.staging.base>${project.parent.parent.basedir}/../site</site.staging.base>
+  </properties>
 
   
<url>${webUrl}/spring-cache/spring-cache-providers/${project.artifactId}</url>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      
<url>${siteUrl}/spring-cache/spring-cache-providers/${project.artifactId}</url>
-    </site>
-  </distributionManagement>
-
   <dependencies>
     <dependency>
       <groupId>org.springframework</groupId>
diff --git a/spring-cache-providers/spring-cache-oscache/pom.xml 
b/spring-cache-providers/spring-cache-oscache/pom.xml
index 6400bfb..4b4a148 100644
--- a/spring-cache-providers/spring-cache-oscache/pom.xml
+++ b/spring-cache-providers/spring-cache-oscache/pom.xml
@@ -27,16 +27,12 @@
   <name>Spring Cache Provider :: oscache</name>
 
   <description>Commons Cache API : oscache implementation.</description>
+  <properties>
+    
<site.staging.base>${project.parent.parent.basedir}/../site</site.staging.base>
+  </properties>
 
   
<url>${webUrl}/spring-cache/spring-cache-providers/${project.artifactId}</url>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      
<url>${siteUrl}/spring-cache/spring-cache-providers/${project.artifactId}</url>
-    </site>
-  </distributionManagement>
-
   <dependencies>
     <dependency>
       <groupId>opensymphony</groupId>
diff --git a/spring-cache-test/pom.xml b/spring-cache-test/pom.xml
index 418a98a..f279c84 100644
--- a/spring-cache-test/pom.xml
+++ b/spring-cache-test/pom.xml
@@ -29,16 +29,12 @@
   <packaging>jar</packaging>
 
   <description>Commons Test Cache API.</description>
+  <properties>
+    <site.staging.base>${project.parent.basedir}/../site</site.staging.base>
+  </properties>
 
   <url>${webUrl}/spring-cache/${project.artifactId}</url>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>${siteUrl}/spring-cache/${project.artifactId}</url>
-    </site>
-  </distributionManagement>
-
   <scm>
     <url>${scmBrowseUrl};f=${project.artifactId}</url>
   </scm>

Reply via email to