Skip to content

Commit

Permalink
Update release notes to reflect source incompatibility and package na…
Browse files Browse the repository at this point in the history
…me changes.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/vfs/trunk@1158016 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rgoers committed Aug 15, 2011
1 parent e6c1629 commit 5dc4340
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 3 additions & 2 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,9 @@
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
<outputDirectory>.</outputDirectory>
<announcementFile>RELEASE-NOTES.txt</announcementFile>
<announceParameters>
<releaseVersion>${commons.release.version}</releaseVersion>
</announceParameters>
</configuration>
<executions>
<execution>
Expand Down
7 changes: 4 additions & 3 deletions src/changes/announcement.vm
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5dc4340

Please sign in to comment.