You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2007/01/04 11:18:42 UTC

svn commit: r492503 - in /velocity/site/site: pom.xml src/site/site.xml

Author: henning
Date: Thu Jan  4 02:18:41 2007
New Revision: 492503

URL: http://svn.apache.org/viewvc?view=rev&rev=492503
Log:
Move to new packages.


Modified:
    velocity/site/site/pom.xml
    velocity/site/site/src/site/site.xml

Modified: velocity/site/site/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/site/pom.xml?view=diff&rev=492503&r1=492502&r2=492503
==============================================================================
--- velocity/site/site/pom.xml (original)
+++ velocity/site/site/pom.xml Thu Jan  4 02:18:41 2007
@@ -2,7 +2,7 @@
 
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.velocity</groupId>
+  <groupId>org.apache.velocity.site</groupId>
   <artifactId>velocity-site</artifactId>
   <version>1.0.0</version>
   <name>Apache Velocity Site</name>
@@ -167,10 +167,10 @@
         </reportSets>
       </plugin>
       <plugin>
-        <groupId>org.apache.velocity</groupId>
-        <artifactId>velocity-news-plugin</artifactId>
+        <groupId>org.apache.velocity.site</groupId>
+        <artifactId>velocity-site-news-plugin</artifactId>
         <configuration>
-          <baseUrl>http://people.apache.org/~henning/site/</baseUrl>
+          <baseUrl>http://velocity.apache.org/</baseUrl>
         </configuration>
       </plugin>
     </plugins>
@@ -208,8 +208,8 @@
         </executions>
       </plugin>
       <plugin>
-        <groupId>org.apache.velocity</groupId>
-        <artifactId>doxia-velocity-renderer</artifactId>
+        <groupId>org.apache.velocity.site</groupId>
+        <artifactId>velocity-site-doxia-renderer</artifactId>
         <configuration>
           <libraries/>
           <tools/>
@@ -223,8 +223,8 @@
         </executions>
       </plugin>
       <plugin>
-        <groupId>org.apache.velocity</groupId>
-        <artifactId>velocity-news-plugin</artifactId>
+        <groupId>org.apache.velocity.site</groupId>
+        <artifactId>velocity-site-news-plugin</artifactId>
         <executions>
           <execution>
             <goals>
@@ -236,14 +236,14 @@
     </plugins>
     <extensions>
       <extension>
-        <groupId>org.apache.velocity</groupId>
-        <artifactId>velocity-news-extension</artifactId>
-        <version>1.0.0</version>
+        <groupId>org.apache.velocity.site</groupId>
+        <artifactId>velocity-site-news-extension</artifactId>
+        <version>1.1.0</version>
       </extension>
       <extension>
-        <artifactId>doxia-velocity-renderer</artifactId>
-        <groupId>org.apache.velocity</groupId>
-        <version>1.0.0</version>
+        <groupId>org.apache.velocity.site</groupId>
+        <artifactId>velocity-site-doxia-renderer</artifactId>
+        <version>1.1.0</version>
       </extension>
     </extensions>
   </build>

Modified: velocity/site/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/velocity/site/site/src/site/site.xml?view=diff&rev=492503&r1=492502&r2=492503
==============================================================================
--- velocity/site/site/src/site/site.xml (original)
+++ velocity/site/site/src/site/site.xml Thu Jan  4 02:18:41 2007
@@ -17,9 +17,9 @@
   </poweredBy>
 
   <skin>
-    <groupId>org.apache.velocity</groupId>
-    <artifactId>apache-velocity-site-skin</artifactId>
-    <version>1.0.5</version>
+    <groupId>org.apache.velocity.site</groupId>
+    <artifactId>velocity-site-skin</artifactId>
+    <version>1.1.0</version>
   </skin>
 
   <body>