Author: damjan Date: Fri Nov 1 04:18:11 2013 New Revision: 1537817 URL: http://svn.apache.org/r1537817 Log: Advance to RC5.
Change website in preparation for release. Added: commons/proper/imaging/trunk/src/site/xdoc/download_imaging.xml (with props) Modified: commons/proper/imaging/trunk/pom.xml commons/proper/imaging/trunk/src/site/site.xml commons/proper/imaging/trunk/src/site/xdoc/index.xml Modified: commons/proper/imaging/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1537817&r1=1537816&r2=1537817&view=diff ============================================================================== --- commons/proper/imaging/trunk/pom.xml (original) +++ commons/proper/imaging/trunk/pom.xml Fri Nov 1 04:18:11 2013 @@ -49,7 +49,7 @@ <maven.compiler.target>1.5</maven.compiler.target> <commons.componentid>imaging</commons.componentid> <commons.release.version>1.0</commons.release.version> - <commons.rc.version>RC4</commons.rc.version> + <commons.rc.version>RC5</commons.rc.version> <commons.jira.id>IMAGING</commons.jira.id> <commons.jira.pid>12313421</commons.jira.pid> <commons.osgi.export>org.apache.commons.imaging.*;version=${project.version};-noimport:=true</commons.osgi.export> Modified: commons/proper/imaging/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/site/site.xml?rev=1537817&r1=1537816&r2=1537817&view=diff ============================================================================== --- commons/proper/imaging/trunk/src/site/site.xml (original) +++ commons/proper/imaging/trunk/src/site/site.xml Fri Nov 1 04:18:11 2013 @@ -31,7 +31,7 @@ <item name="Issue Tracking" href="/issue-tracking.html"/> <item name="Source Repository" href="/source-repository.html"/> <item name="Javadoc" href="/apidocs/index.html"/> - <item name="Download" href="/download_sanselan.cgi"/> + <item name="Download" href="/download_imaging.cgi"/> </menu> <menu name="Documentation"> Added: commons/proper/imaging/trunk/src/site/xdoc/download_imaging.xml URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/site/xdoc/download_imaging.xml?rev=1537817&view=auto ============================================================================== Binary file - no diff available. Propchange: commons/proper/imaging/trunk/src/site/xdoc/download_imaging.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/proper/imaging/trunk/src/site/xdoc/download_imaging.xml ------------------------------------------------------------------------------ svn:mime-type = application/xml Modified: commons/proper/imaging/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/site/xdoc/index.xml?rev=1537817&r1=1537816&r2=1537817&view=diff ============================================================================== --- commons/proper/imaging/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/imaging/trunk/src/site/xdoc/index.xml Fri Nov 1 04:18:11 2013 @@ -75,40 +75,36 @@ <!-- ================================================== --> <section name="Release Information"> <subsection name="Latest Imaging Release"> - <p>Imaging has not yet been release, but the latest snapshot build can be downloaded from the snapshot repository: </p> + <p>The latest stable release of Imaging is 1.0. You may: </p> <ul> - <li>Download <a href="https://repository.apache.org/content/groups/snapshots/org/apache/commons/commons-imaging/1.0-SNAPSHOT/">1.0-SNAPSHOT</a></li> + <li>Download <a href="download_imaging.cgi">1.0</a></li> </ul> <p> - Alternatively you can pull it via central Maven snapshot repositories: - <pre> - <groupId>org.apache.commons</groupId> - <artifactId>commons-imaging</artifactId> - <version>1.0-SNAPSHOT</version> - </pre> - To make maven aware of the snapshot repository you have to add it to the repositories section - of your pom (see <a href="http://maven.apache.org/pom.html#Repositories">maven pom reference</a>): + Alternatively you can pull it from the central Maven repositories: <pre> - <repository> - <id>apache.snapshots</id> - <url>http://repository.apache.org/snapshots/</url> - </repository> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-imaging</artifactId> + <version>1.0</version> + <dependency> </pre> </p> </subsection> <subsection name="Latest Sanselan Release"> - <p>The latest stable release of Sanselan is 0.97 You may: </p> + <p>The last stable release of Sanselan, before it was renamed to Imaging, was 0.97 You may: </p> <ul> - <li>Download <a href="http://commons.apache.org/sanselan/download_sanselan.cgi">0.97</a></li> + <li>Download <a href="download_sanselan.cgi">0.97</a></li> </ul> <p> Alternatively you can pull it from the central Maven repositories: <pre> - <groupId>org.apache.sanselan</groupId> - <artifactId>sanselan</artifactId> - <version>0.97-incubator</version> + <dependency> + <groupId>org.apache.sanselan</groupId> + <artifactId>sanselan</artifactId> + <version>0.97-incubator</version> + <dependency> </pre> </p> </subsection>