You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2022/01/25 12:58:19 UTC

svn commit: r1897454 - /cxf/web/pom.xml

Author: dkulp
Date: Tue Jan 25 12:58:19 2022
New Revision: 1897454

URL: http://svn.apache.org/viewvc?rev=1897454&view=rev
Log:
Add repo to deploy snapshot

Modified:
    cxf/web/pom.xml

Modified: cxf/web/pom.xml
URL: http://svn.apache.org/viewvc/cxf/web/pom.xml?rev=1897454&r1=1897453&r2=1897454&view=diff
==============================================================================
--- cxf/web/pom.xml (original)
+++ cxf/web/pom.xml Tue Jan 25 12:58:19 2022
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf.site-export</groupId>
     <artifactId>cxf-site-export</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
     <name>Apache CXF Confluence Site Exporter</name>
     <url>http://cxf.apache.org</url>
 
@@ -150,6 +150,23 @@
             </plugin>
         </plugins>
     </build>
+    <distributionManagement>
+        <repository>
+            <id>apache.releases.https</id>
+            <name>Apache Release Distribution Repository</name>
+            <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+        </repository>
+        <snapshotRepository>
+            <id>apache.snapshots.https</id>
+            <name>Apache Development Snapshot Repository</name>
+            <url>https://repository.apache.org/content/repositories/snapshots</url>
+            <!--uniqueVersion>false</uniqueVersion-->
+        </snapshotRepository>
+        <site>
+            <id>apache.cxf.site</id>
+            <url>${site.deploy.url}</url>
+        </site>
+    </distributionManagement>
     <repositories>
         <repository>
             <id>central</id>