Author: rgoers Date: Mon Aug 15 21:19:26 2011 New Revision: 1158016 URL: http://svn.apache.org/viewvc?rev=1158016&view=rev Log: Update release notes to reflect source incompatibility and package name changes.
Modified: commons/proper/vfs/trunk/RELEASE-NOTES.txt commons/proper/vfs/trunk/pom.xml commons/proper/vfs/trunk/src/changes/announcement.vm Modified: commons/proper/vfs/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/RELEASE-NOTES.txt?rev=1158016&r1=1158015&r2=1158016&view=diff ============================================================================== --- commons/proper/vfs/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/vfs/trunk/RELEASE-NOTES.txt Mon Aug 15 21:19:26 2011 @@ -3,8 +3,9 @@ The Commons VFS team is pleased to announce the commons-vfs2 2.0 release! -Apache Commons VFS 2.0 requires a minimum of Java 5 to build and run and is not binary compatible with -Commons VFS 1.0. The Maven groupId and artifactId have been changed to org.apache.commons and commons-vfs2 respectively. +Apache Commons VFS 2.0 requires a minimum of Java 5 to build and run and is not binary or source compatible with +Commons VFS 1.0. The package names have been changed from org.apache.commons.vfs to org.apache.commons.vfs2 and the +Maven groupId and artifactId have been changed to org.apache.commons and commons-vfs2 respectively. Backwards incompatible update of Commons VFS to Java 5 Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1158016&r1=1158015&r2=1158016&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Mon Aug 15 21:19:26 2011 @@ -434,6 +434,9 @@ <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> <outputDirectory>.</outputDirectory> <announcementFile>RELEASE-NOTES.txt</announcementFile> + <announceParameters> + <releaseVersion>${commons.release.version}</releaseVersion> + </announceParameters> </configuration> <executions> <execution> Modified: commons/proper/vfs/trunk/src/changes/announcement.vm URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/announcement.vm?rev=1158016&r1=1158015&r2=1158016&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/changes/announcement.vm (original) +++ commons/proper/vfs/trunk/src/changes/announcement.vm Mon Aug 15 21:19:26 2011 @@ -15,11 +15,12 @@ ## specific language governing permissions and limitations ## under the License. - Apache Commons VFS ${version} RELEASE NOTES +#set($relVersion=$announceParameters.releaseVersion) + Apache Commons VFS ${relVersion} RELEASE NOTES -The ${developmentTeam} is pleased to announce the commons-vfs2 ${version} release! +The ${developmentTeam} is pleased to announce the commons-vfs2 ${relVersion} release! -Apache Commons VFS ${version} requires a minimum of Java 5 to build and run and is not binary or source compatible with +Apache Commons VFS ${relVersion} requires a minimum of Java 5 to build and run and is not binary or source compatible with Commons VFS 1.0. The package names have been changed from org.apache.commons.vfs to org.apache.commons.vfs2 and the Maven groupId and artifactId have been changed to org.apache.commons and commons-vfs2 respectively.