You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by ap...@apache.org on 2011/05/06 08:00:23 UTC

svn commit: r1100123 - in /incubator/npanday/site: pom.xml src/site/apt/index.apt.vm src/site/site.xml

Author: apadilla
Date: Fri May  6 08:00:22 2011
New Revision: 1100123

URL: http://svn.apache.org/viewvc?rev=1100123&view=rev
Log:
updated website with latest release

Modified:
    incubator/npanday/site/pom.xml
    incubator/npanday/site/src/site/apt/index.apt.vm
    incubator/npanday/site/src/site/site.xml

Modified: incubator/npanday/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/site/pom.xml?rev=1100123&r1=1100122&r2=1100123&view=diff
==============================================================================
--- incubator/npanday/site/pom.xml (original)
+++ incubator/npanday/site/pom.xml Fri May  6 08:00:22 2011
@@ -25,7 +25,7 @@
     <version>7</version>
   </parent>
   <groupId>npanday</groupId>
-  <version>1.3.1-incubating-SNAPSHOT</version>
+  <version>1.4.0-incubating</version>
   <artifactId>npanday-site</artifactId>
   <packaging>pom</packaging>
   <name>NPanday</name>
@@ -256,8 +256,8 @@
   </distributionManagement>
 
   <properties>
-    <npandayReleaseVersion>1.2.1</npandayReleaseVersion>
-    <npandayReleaseDate>8 September 2010</npandayReleaseDate>
+    <npandayReleaseVersion>1.4.0-incubating</npandayReleaseVersion>
+    <npandayReleaseDate>06 May 2011</npandayReleaseDate>
   </properties>
 
   <build>

Modified: incubator/npanday/site/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/incubator/npanday/site/src/site/apt/index.apt.vm?rev=1100123&r1=1100122&r2=1100123&view=diff
==============================================================================
--- incubator/npanday/site/src/site/apt/index.apt.vm (original)
+++ incubator/npanday/site/src/site/apt/index.apt.vm Fri May  6 08:00:22 2011
@@ -30,7 +30,7 @@ NPanday 
 
 * News
 
-  ~~10 March 2011: {{{./docs/1.3-incubating/download.html} Release 1.3-incubating available}}.  This is our 9th release and the first one after we've moved to the Apache Incubator.  This release includes 2 major issues: the removal of the UAC and PAB directories, thus making NPanday more maven-like and the support of NPanday for VS 2010 and Net 4.0 Framework.
+  ~~06 May 2011: {{{./docs/${npandayReleaseVersion}/download.html} Release 1.4.0-incubating available}}.  This is our 9th release and the first one after we've moved to the Apache Incubator.  This release includes 2 major issues: the removal of the UAC and PAB directories, thus making NPanday more maven-like and the support of NPanday for VS 2010 and Net 4.0 Framework.
 
   08 September 2010: {{{http://npanday.codeplex.com/releases/view/47408} Release 1.2.1 available}}. This is our 8th release, incorporating many bug fixes, improved documentation, greatly enhanced the performance on projects with many (transitive) dependencies and a variety of new features, include code coverage for Java and .Net modules. This is the last release to be produced from Codeplex, with the infrastructure being moved to the Apache Incubator.
   

Modified: incubator/npanday/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/site/src/site/site.xml?rev=1100123&r1=1100122&r2=1100123&view=diff
==============================================================================
--- incubator/npanday/site/src/site/site.xml (original)
+++ incubator/npanday/site/src/site/site.xml Fri May  6 08:00:22 2011
@@ -25,7 +25,7 @@
     </breadcrumbs>
     
     <menu name="NPanday">
-      <item name="NPanday ${npandayReleaseVersion} Release" href="http://npanday.codeplex.com/releases/view/47408" />
+      <item name="NPanday ${npandayReleaseVersion} Release" href="./docs/${npandayReleaseVersion}/download.html" />
       <item name="NPanday ${npandayReleaseVersion} Documentation" href="./docs/${npandayReleaseVersion}/index.html" />
     </menu>
   </body>