svn commit: r1128707 - in /maven/doxia/site: pom.xml src/site/apt/index.apt.vm src/site/apt/upgrading.apt.vm src/site/apt/whatsnew-1.1.apt src/site/site.xml

2011-05-28 Thread ltheussl
Author: ltheussl
Date: Sat May 28 17:04:33 2011
New Revision: 1128707

URL: http://svn.apache.org/viewvc?rev=1128707&view=rev
Log:
site updates

Added:
maven/doxia/site/src/site/apt/upgrading.apt.vm
Modified:
maven/doxia/site/pom.xml
maven/doxia/site/src/site/apt/index.apt.vm
maven/doxia/site/src/site/apt/whatsnew-1.1.apt
maven/doxia/site/src/site/site.xml

Modified: maven/doxia/site/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=1128707&r1=1128706&r2=1128707&view=diff
==
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Sat May 28 17:04:33 2011
@@ -123,8 +123,8 @@ under the License.
   
 
   
-Hudson
-https://hudson.apache.org/hudson/
+Jenkins
+https://builds.apache.org/job/maven-doxia-trunks/
   
 
   
@@ -157,7 +157,7 @@ under the License.
 
   org.apache.maven.plugins
   maven-site-plugin
-  2.3-SNAPSHOT
+  2.3
 
 
   org.apache.maven.plugins
@@ -172,7 +172,7 @@ under the License.
   
 org.apache.maven.doxia
 doxia-maven-plugin
-${doxiaVersion}
+1.1.4
 
   
 pre-site
@@ -258,7 +258,7 @@ under the License.
   
 org.apache.maven.plugins
 maven-project-info-reports-plugin
-2.3.1
+2.4
 
   
 
@@ -282,7 +282,7 @@ under the License.
   Closed
   Fix Version DESC
   1000
-  13617,15073,15517,15924,16702 
+  14082 
 
 
   

Modified: maven/doxia/site/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/index.apt.vm?rev=1128707&r1=1128706&r2=1128707&view=diff
==
--- maven/doxia/site/src/site/apt/index.apt.vm (original)
+++ maven/doxia/site/src/site/apt/index.apt.vm Sat May 28 17:04:33 2011
@@ -48,7 +48,7 @@ Maven Doxia
 
  * {{{./jira-report.html}Release Notes for ${doxiaVersion}}}
 
- * {{{./whatsnew-1.1.html}What's new in 1.1}}
+ * {{{./upgrading.html}Upgrading from earlier versions}}
 
  []
 

Added: maven/doxia/site/src/site/apt/upgrading.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/upgrading.apt.vm?rev=1128707&view=auto
==
--- maven/doxia/site/src/site/apt/upgrading.apt.vm (added)
+++ maven/doxia/site/src/site/apt/upgrading.apt.vm Sat May 28 17:04:33 2011
@@ -0,0 +1,45 @@
+ -
+ Upgrading from old versions
+ -
+ Lukas Theussl
+ --
+ 2011-05-28
+ --
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+
+Latest release
+
+ The current version of Doxia is ${doxiaVersion}. Read the latest 
{{{./jira-report.html}Release Notes}}.
+
+
+Upgrading from v. 1.0.x to 1.1.x
+
+ See {{{./whatsnew-1.1.html}What's new in 1.1}}.
+
+Upgrading from v. 1.1.x to 1.2.x
+
+  The only major change in version 1.2 is the upgrade to java 5.
+  Functionally v. 1.2 is equivalent and fully compatible with v. 1.1.
+
+  The full list of changes is available in the release notes:
+  
{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14082&styleName=Text&projectId=10780}1.2}}

Modified: maven/doxia/site/src/site/apt/whatsnew-1.1.apt
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/whatsnew-1.1.apt?rev=1128707&r1=1128706&r2=1128707&view=diff
==
--- maven/doxia/site/src/site/apt/whatsnew-1.1.apt (original)
+++ maven/doxia/site/src/site/apt/whatsnew-1.1.apt Sat May 28 17:04:33 2011
@@ -52,10 +52,12 @@ What's new in 1.1?
 
  []
 
-  The full list of changes for 1.1 can be found in our
-  
{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13617&styleName=Text&projectId=10780}issue
 management system}}.
-
-  You could also read the latest {{{./jira-report.html}release notes}}.
+  The full list of changes for 1.1 can be found in our iss

svn commit: r1128721 - /maven/doxia/site/pom.xml

2011-05-28 Thread ltheussl
Author: ltheussl
Date: Sat May 28 18:04:58 2011
New Revision: 1128721

URL: http://svn.apache.org/viewvc?rev=1128721&view=rev
Log:
update mailing list and pir-scm  info

Modified:
maven/doxia/site/pom.xml

Modified: maven/doxia/site/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=1128721&r1=1128720&r2=1128721&view=diff
==
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Sat May 28 18:04:58 2011
@@ -40,10 +40,53 @@ under the License.
 
   
 
-  Doxia Developer List
-  doxia-...@maven.apache.org
-  doxia-dev-subscr...@maven.apache.org
-  doxia-dev-unsubscr...@maven.apache.org
+  Maven User List
+  users-subscr...@maven.apache.org
+  users-unsubscr...@maven.apache.org
+  us...@maven.apache.org
+  http://mail-archives.apache.org/mod_mbox/maven-users
+  
+
http://www.mail-archive.com/users@maven.apache.org/
+
http://oldnabble.com/Maven---Users-f178.html
+
http://markmail.org/list/org.apache.maven.users
+  
+
+
+  Maven Developer List
+  dev-subscr...@maven.apache.org
+  dev-unsubscr...@maven.apache.org
+  d...@maven.apache.org
+  http://mail-archives.apache.org/mod_mbox/maven-dev
+  
+
http://www.mail-archive.com/dev@maven.apache.org/
+
http://old.nabble.com/Maven-Developers-f179.html
+
http://markmail.org/list/org.apache.maven.dev
+  
+
+
+  Maven Commits List
+  commits-subscr...@maven.apache.org
+  commits-unsubscr...@maven.apache.org
+  http://mail-archives.apache.org/mod_mbox/maven-commits
+  
+
http://www.mail-archive.com/commits@maven.apache.org
+
http://old.nabble.com/Maven---Commits-f15575.html
+
http://markmail.org/list/org.apache.maven.commits
+  
+
+
+  Maven Issues List
+  issues-subscr...@maven.apache.org
+  issues-unsubscr...@maven.apache.org
+  http://mail-archives.apache.org/mod_mbox/maven-issues/
+  
+
http://www.mail-archive.com/issues@maven.apache.org
+
http://old.nabble.com/Maven---Issues-f15573.html
+
http://markmail.org/list/org.apache.maven.issues
+  
+
+
+  Old Doxia Developer List (closed)
   
http://mail-archives.apache.org/mod_mbox/maven-doxia-dev/
   
 
http://www.mail-archive.com/doxia-dev@maven.apache.org
@@ -52,10 +95,7 @@ under the License.
   
 
 
-  Doxia User List
-  doxia-us...@maven.apache.org
-  doxia-users-subscr...@maven.apache.org
-  doxia-users-unsubscr...@maven.apache.org
+  Old Doxia User List (closed)
   
http://mail-archives.apache.org/mod_mbox/maven-doxia-users/
   
 
http://www.mail-archive.com/doxia-users@maven.apache.org
@@ -64,9 +104,7 @@ under the License.
   
 
 
-  Doxia Commits List
-  doxia-commits-subscr...@maven.apache.org
-  doxia-commits-unsubscr...@maven.apache.org
+  Old Doxia Commits List (closed)
   
http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/
   
 
http://www.mail-archive.com/doxia-commits@maven.apache.org
@@ -272,6 +310,12 @@ under the License.
 
   
 
+
+  doxia
+  
http://svn.apache.org/viewvc/maven/doxia/
+  
scm:svn:http://svn.apache.org/repos/asf/maven/doxia/trunks/
+  
scm:svn:https://svn.apache.org/repos/asf/maven/doxia/trunks/
+
   
   
 org.apache.maven.plugins




svn commit: r1128774 - in /maven/doxia: doxia-sitetools/trunk/pom.xml doxia-tools/trunk/pom.xml doxia/trunk/pom.xml

2011-05-28 Thread ltheussl
Author: ltheussl
Date: Sat May 28 21:08:12 2011
New Revision: 1128774

URL: http://svn.apache.org/viewvc?rev=1128774&view=rev
Log:
update mailing list info

Modified:
maven/doxia/doxia-sitetools/trunk/pom.xml
maven/doxia/doxia-tools/trunk/pom.xml
maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=1128774&r1=1128773&r2=1128774&view=diff
==
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Sat May 28 21:08:12 2011
@@ -41,10 +41,53 @@ under the License.
 
   
 
-  Doxia Developer List
-  doxia-...@maven.apache.org
-  doxia-dev-subscr...@maven.apache.org
-  doxia-dev-unsubscr...@maven.apache.org
+  Maven User List
+  users-subscr...@maven.apache.org
+  users-unsubscr...@maven.apache.org
+  us...@maven.apache.org
+  http://mail-archives.apache.org/mod_mbox/maven-users
+  
+
http://www.mail-archive.com/users@maven.apache.org/
+
http://oldnabble.com/Maven---Users-f178.html
+
http://markmail.org/list/org.apache.maven.users
+  
+
+
+  Maven Developer List
+  dev-subscr...@maven.apache.org
+  dev-unsubscr...@maven.apache.org
+  d...@maven.apache.org
+  http://mail-archives.apache.org/mod_mbox/maven-dev
+  
+
http://www.mail-archive.com/dev@maven.apache.org/
+
http://old.nabble.com/Maven-Developers-f179.html
+
http://markmail.org/list/org.apache.maven.dev
+  
+
+
+  Maven Commits List
+  commits-subscr...@maven.apache.org
+  commits-unsubscr...@maven.apache.org
+  http://mail-archives.apache.org/mod_mbox/maven-commits
+  
+
http://www.mail-archive.com/commits@maven.apache.org
+
http://old.nabble.com/Maven---Commits-f15575.html
+
http://markmail.org/list/org.apache.maven.commits
+  
+
+
+  Maven Issues List
+  issues-subscr...@maven.apache.org
+  issues-unsubscr...@maven.apache.org
+  http://mail-archives.apache.org/mod_mbox/maven-issues/
+  
+
http://www.mail-archive.com/issues@maven.apache.org
+
http://old.nabble.com/Maven---Issues-f15573.html
+
http://markmail.org/list/org.apache.maven.issues
+  
+
+
+  Old Doxia Developer List (closed)
   
http://mail-archives.apache.org/mod_mbox/maven-doxia-dev/
   
 
http://www.mail-archive.com/doxia-dev@maven.apache.org
@@ -53,10 +96,7 @@ under the License.
   
 
 
-  Doxia User List
-  doxia-us...@maven.apache.org
-  doxia-users-subscr...@maven.apache.org
-  doxia-users-unsubscr...@maven.apache.org
+  Old Doxia User List (closed)
   
http://mail-archives.apache.org/mod_mbox/maven-doxia-users/
   
 
http://www.mail-archive.com/doxia-users@maven.apache.org
@@ -65,9 +105,7 @@ under the License.
   
 
 
-  Doxia Commits List
-  doxia-commits-subscr...@maven.apache.org
-  doxia-commits-unsubscr...@maven.apache.org
+  Old Doxia Commits List (closed)
   
http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/
   
 
http://www.mail-archive.com/doxia-commits@maven.apache.org
@@ -85,6 +123,31 @@ under the License.
 
http://markmail.org/list/org.apache.maven.issues
   
 
+
+
+
+  Maven Announcements List
+  annou...@maven.apache.org
+  announce-subscr...@maven.apache.org
+  announce-unsubscr...@maven.apache.org
+  
http://mail-archives.apache.org/mod_mbox/maven-announce/
+  
+
http://www.mail-archive.com/announce@maven.apache.org
+
http://www.nabble.com/Maven-Announcements-f15617.html
+
http://markmail.org/list/org.apache.maven.announces
+  
+
+
+  Maven Notifications List
+  notifications-subscr...@maven.apache.org
+  notifications-unsubscr...@maven.apache.org
+  
http://mail-archives.apache.org/mod_mbox/maven-notifications/
+  
+
http://www.mail-archive.com/notifications@maven.apache.org
+
http://www.nabble.com/Maven---Notifications-f15574.html
+
http://markmail.org/list/org.apache.maven.notifications
+  
+
   
 
   

Modified: maven/doxia/doxia-tools/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/pom.xml?rev=1128774&r1=1128773&r2=1128774&view=diff
==
--- maven/doxia/doxia-tools/trunk/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/pom.xml Sat May 28 21:08:12 2011
@@ -41,10 +41,53 @@ under the License.
 
   
 
-  Doxia Developer List
-  doxia-...@maven.apache.org
-  doxia-dev-subscr...@maven.apache.org
-  doxia-dev-unsubscr...@maven.apache.org
+  Maven User List
+  users-subscr...@maven.apache.org
+ 

svn commit: r1128775 - in /maven/doxia: doxia-sitetools/trunk/pom.xml doxia-tools/trunk/pom.xml doxia/trunk/pom.xml

2011-05-28 Thread ltheussl
Author: ltheussl
Date: Sat May 28 21:15:57 2011
New Revision: 1128775

URL: http://svn.apache.org/viewvc?rev=1128775&view=rev
Log:
update some ci- and issueMgmnt info

Modified:
maven/doxia/doxia-sitetools/trunk/pom.xml
maven/doxia/doxia-tools/trunk/pom.xml
maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=1128775&r1=1128774&r2=1128775&view=diff
==
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Sat May 28 21:15:57 2011
@@ -173,7 +173,7 @@ under the License.
 
   
 Jenkins
-https://builds.apache.org/hudson/job/doxia-sitetools/
+https://builds.apache.org/job/doxia-sitetools/
   
 
   

Modified: maven/doxia/doxia-tools/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/pom.xml?rev=1128775&r1=1128774&r2=1128775&view=diff
==
--- maven/doxia/doxia-tools/trunk/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/pom.xml Sat May 28 21:15:57 2011
@@ -163,12 +163,12 @@ under the License.
 
   
 jira
-http://jira.codehaus.org/browse/DOXIA
+http://jira.codehaus.org/browse/DOXIATOOLS
   
 
   
-Hudson
-https://builds.apache.org/hudson/job/doxia-tools/
+Jenkins
+https://builds.apache.org/job/doxia-tools/
   
 
   

Modified: maven/doxia/doxia/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1128775&r1=1128774&r2=1128775&view=diff
==
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Sat May 28 21:15:57 2011
@@ -177,7 +177,7 @@ under the License.
 
   
 Jenkins
-https://builds.apache.org/hudson/job/doxia/
+https://builds.apache.org/job/doxia/