diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-05 07:44:09 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-05 07:44:09 +0000 |
commit | 7db81fab7743ef4994fd673eda240de9f33a7e81 (patch) | |
tree | f4fd952f277c20908ff431073a9a3d6b695d04da /maven-plugins/trunk | |
parent | aef9eb49fad656b100286e65a36426326a0a4ee9 (diff) |
Add release notes file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750356 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-plugins/trunk')
-rw-r--r-- | maven-plugins/trunk/maven-bundle-plugin/RELEASE_NOTES | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/maven-plugins/trunk/maven-bundle-plugin/RELEASE_NOTES b/maven-plugins/trunk/maven-bundle-plugin/RELEASE_NOTES new file mode 100644 index 0000000000..17c0f8dc9f --- /dev/null +++ b/maven-plugins/trunk/maven-bundle-plugin/RELEASE_NOTES @@ -0,0 +1,15 @@ +Apache Tuscany Maven Bundle Plugin 1.0.1 Release Notes
+======================================================
+
+TUSCANY-2877: Introducing a generic Eclipse-BuddyPolicy header for the bundles generated from dependent artifacts would be helpful
+TUSCANY-2876: In artifact aggrations, artifactMemebers is misspelled and may lead to error prone configurations
+TUSCANY-2873: Wrapping of non-OSGi components creates versions that may makes no-sense
+TUSCANY-2872: Maven Bundle Plugin throws NPE when a dependent non-OSGI jar has no manifest
+r747530: Use the equinox as the osgi dependency
+
+
+
+Apache Tuscany Maven Bundle Plugin 1.0 Release Notes
+====================================================
+
+Initial release
|