Author: brett
Date: Tue Nov 16 23:55:38 2010
New Revision: 1035863

URL: http://svn.apache.org/viewvc?rev=1035863&view=rev
Log:
update Codeplex information for move to Apache

Modified:
    incubator/npanday/trunk/site/pom.xml
    incubator/npanday/trunk/site/src/site/apt/developers/conventions.apt
    incubator/npanday/trunk/site/src/site/apt/developers/publishing-docs.apt
    incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt
    
incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt
    incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm

Modified: incubator/npanday/trunk/site/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/pom.xml?rev=1035863&r1=1035862&r2=1035863&view=diff
==============================================================================
--- incubator/npanday/trunk/site/pom.xml (original)
+++ incubator/npanday/trunk/site/pom.xml Tue Nov 16 23:55:38 2010
@@ -106,9 +106,9 @@
           </reportSet>
         </reportSets>
         <configuration>
-          
<anonymousConnection>scm:svn:https://npanday.svn.codeplex.com/svn/trunk/</anonymousConnection>
-          
<developerConnection>scm:svn:https://npanday.svn.codeplex.com/svn/trunk/</developerConnection>
-          
<webAccessUrl>https://npanday.svn.codeplex.com/svn/trunk/</webAccessUrl>
+          
<anonymousConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/npanday/trunk/</anonymousConnection>
+          
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/npanday/trunk/</developerConnection>
+          
<webAccessUrl>http://svn.apache.org/viewvc/incubator/npanday/trunk/</webAccessUrl>
           <checkoutDirectoryName>npanday</checkoutDirectoryName>
         </configuration>
       </plugin>

Modified: incubator/npanday/trunk/site/src/site/apt/developers/conventions.apt
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/conventions.apt?rev=1035863&r1=1035862&r2=1035863&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/conventions.apt 
(original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/conventions.apt Tue 
Nov 16 23:55:38 2010
@@ -13,7 +13,7 @@ NPanday Conventions
 
  The following sections describe the conventions used within NPanday itself. 
This section is useful for developers wishing to
  contribute to NPanday, as well as developers looking for a baseline for their 
own projects.
- These conventions are evolving and subject to change as better ideas emerge: 
{{{mailto:[email protected]} Got better ideas?}}
+ These conventions are evolving and subject to change as better ideas emerge.
 
  * Artifact ID - specified within the pom - is equivalent to the project's 
module name.
 

Modified: 
incubator/npanday/trunk/site/src/site/apt/developers/publishing-docs.apt
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/publishing-docs.apt?rev=1035863&r1=1035862&r2=1035863&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/publishing-docs.apt 
(original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/publishing-docs.apt 
Tue Nov 16 23:55:38 2010
@@ -22,7 +22,3 @@ mvn site-deploy
   <Note:> It's important to do them in this order so that the generic plugins 
index page will get overwritten by the
           correct one in the docs for this version.
 
-  After this succeeds, the documentation will be available in Subversion under
-  {{https://npanday.svn.codeplex.com/svn/docs/1.1/}} (where <<<1.1>>> is 
replaced with the version of NPanday). This
-  will not automatically propogate the results to the 
{{http://www.npanday.org/docs/}} website, however - for this,
-  request that it be done by one of the developers with access on the 
discussion forum.
\ No newline at end of file

Modified: incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt?rev=1035863&r1=1035862&r2=1035863&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt 
(original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt Tue Nov 
16 23:55:38 2010
@@ -37,7 +37,7 @@ Creating a Release Candidate
   
 * Steps in releasing NPanday:
 
-  [[1]] Check out the code from 
https://npanday.svn.codeplex.com/svn/npanday-its/trunk/
+  [[1]] Check out the code from 
{{https://svn.apache.org/repos/asf/incubator/npanday/npanday-its/trunk/}}
   
   [[2]] Run the following command:
   
@@ -53,7 +53,7 @@ mvn release:prepare
      
    * check the values for the <Release version> and <Next development version> 
are correct      
   
-  [[4]] Check if the tag was successfully created in 
https://npanday.svn.codeplex.com/svn/releases/<<<SCM tag>>>
+  [[4]] Check if the tag was successfully created in 
{{https://svn.apache.org/repos/asf/incubator/npanday/tags/}}
   
   [[5]] After successful release:prepare, run the following command:
 
@@ -63,7 +63,7 @@ mvn release:perform -Pnpanday-release -D
 
 * Steps in releasing NPanday-ITs
 
-  [[1]] Check out the code from 
https://npanday.svn.codeplex.com/svn/npanday-its/trunk/
+  [[1]] Check out the code from 
{{https://svn.apache.org/repos/asf/incubator/npanday/npanday-its/trunk/}}
 
   [[2]] Run the following command:
 
@@ -79,7 +79,7 @@ mvn release:prepare
      
    * check the values for the <Release version> and <Next development version> 
are correct
   
-  [[4]] Check if the tag was successfully created in 
https://npanday.svn.codeplex.com/svn/npanday-its/releases/<<<SCM tag>>>
+  [[4]] Check if the tag was successfully created in 
{{https://svn.apache.org/repos/asf/incubator/npanday/npanday-its/tags/}}
   
   [[5]] After successful release:prepare, run the following command:
 
@@ -111,4 +111,4 @@ Finalising the Release
     []
 
   <<Note:>> If a serious flaw is found in the release, the release version 
will not be removed in the distribution list
-            but instead a new release (1.2.2) should be provided.
\ No newline at end of file
+            but instead a new release (1.2.2) should be provided.

Modified: 
incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt?rev=1035863&r1=1035862&r2=1035863&view=diff
==============================================================================
--- 
incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt
 (original)
+++ 
incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt
 Tue Nov 16 23:55:38 2010
@@ -40,7 +40,7 @@ Setting up an Artifact Repository
 
 * Proxying Future Releases
 
-  An alternative to downloading the releases from the Codeplex site is to 
automatically obtain them from the NPanday
+  An alternative to downloading the releases from the NPanday site is to 
automatically obtain them from the NPanday
   repository on demand using Archiva's repository proxy feature.
 
   To do so, first go to the <Repositories> tab and add a new <remote> 
repository (below the <managed> repositories at

Modified: 
incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm?rev=1035863&r1=1035862&r2=1035863&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm 
(original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm 
Tue Nov 16 23:55:38 2010
@@ -109,8 +109,11 @@ Obtaining NPanday
 
   NPanday releases are made available in two locations:
 
-    * {{{http://npanday.codeplex.com/Release/ProjectReleases.aspx} NPanday 
Download page}} - for downloading a full
-      repository to install locally
+    * {{{http://www.apache.org/dist/incubator/npanday/} NPanday Download 
page}} - for downloading a full
+      repository to install locally (once releases have been made from Apache)
+
+    * {{{http://npanday.codeplex.com/Release/ProjectReleases.aspx} Codeplex 
NPanday Download page}} - for downloading a full
+      repository to install locally (releases before entering the Apache 
Incubator)
 
     * {{{http://repo.npanday.org/archiva/repository/npanday-group} NPanday 
Release and Dependencies Repository Group}} - for downloading directly from 
Maven.
 


Reply via email to