You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by da...@apache.org on 2012/07/27 19:12:43 UTC

svn commit: r1366459 - in /commons/proper/imaging/trunk: RELEASE-NOTES.txt pom.xml src/changes/release-notes.vm

Author: damjan
Date: Fri Jul 27 17:12:43 2012
New Revision: 1366459

URL: http://svn.apache.org/viewvc?rev=1366459&view=rev
Log:
Added new round of release notes, with description of
changes from Sanselan.


Modified:
    commons/proper/imaging/trunk/RELEASE-NOTES.txt
    commons/proper/imaging/trunk/pom.xml
    commons/proper/imaging/trunk/src/changes/release-notes.vm

Modified: commons/proper/imaging/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/RELEASE-NOTES.txt?rev=1366459&r1=1366458&r2=1366459&view=diff
==============================================================================
--- commons/proper/imaging/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/imaging/trunk/RELEASE-NOTES.txt Fri Jul 27 17:12:43 2012
@@ -14,6 +14,34 @@ improvement, see the Apache Commons Net 
 
 http://commons.apache.org/imaging/
 
+Please note that the project was previously known as Apache Sanselan,
+and has been renamed to Apache Commons Imaging. As part of this rename:
+
+ * the package changed to
+     org.apache.commons.imaging
+   from
+     org.apache.sanselan
+
+ * the main class is now
+     org.apache.commons.imaging.Imaging
+   and not
+     org.apache.sanselan.Sanselan
+
+ * the Maven coordinates are now:
+     <groupId>org.apache.commons</groupId>
+     <artifactId>commons-imaging</artifactId>
+     <name>Commons Imaging</name>
+   instead of the old:
+     <groupId>org.apache.sanselan</groupId>
+     <artifactId>sanselan</artifactId>
+     <name>Apache Sanselan</name>
+
+ * the website is
+     http://commons.apache.org/imaging
+   and not
+     http://commons.apache.org/sanselan
+
+ * etc.
 
 VERSION HISTORY
 

Modified: commons/proper/imaging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1366459&r1=1366458&r2=1366459&view=diff
==============================================================================
--- commons/proper/imaging/trunk/pom.xml (original)
+++ commons/proper/imaging/trunk/pom.xml Fri Jul 27 17:12:43 2012
@@ -217,8 +217,6 @@
         <version>${commons.changes.version}</version>
         <configuration>
           <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
-          <template>release-notes.vm</template>
-          <templateDirectory>src/changes</templateDirectory>
         </configuration>
         <reportSets>
           <reportSet>

Modified: commons/proper/imaging/trunk/src/changes/release-notes.vm
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/changes/release-notes.vm?rev=1366459&r1=1366458&r2=1366459&view=diff
==============================================================================
--- commons/proper/imaging/trunk/src/changes/release-notes.vm (original)
+++ commons/proper/imaging/trunk/src/changes/release-notes.vm Fri Jul 27 17:12:43 2012
@@ -30,6 +30,34 @@ improvement, see the Apache Commons Net 
 
 http://commons.apache.org/imaging/
 
+Please note that the project was previously known as Apache Sanselan,
+and has been renamed to Apache Commons Imaging. As part of this rename:
+
+ * the package changed to
+     org.apache.commons.imaging
+   from
+     org.apache.sanselan
+
+ * the main class is now
+     org.apache.commons.imaging.Imaging
+   and not
+     org.apache.sanselan.Sanselan
+
+ * the Maven coordinates are now:
+     <groupId>org.apache.commons</groupId>
+     <artifactId>commons-imaging</artifactId>
+     <name>Commons Imaging</name>
+   instead of the old:
+     <groupId>org.apache.sanselan</groupId>
+     <artifactId>sanselan</artifactId>
+     <name>Apache Sanselan</name>
+
+ * the website is
+     http://commons.apache.org/imaging
+   and not
+     http://commons.apache.org/sanselan
+
+ * etc.
 
 VERSION HISTORY