diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-21 06:37:41 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-21 06:37:41 +0000 |
commit | 6e11500479e88d564b8d966e941c761536cab554 (patch) | |
tree | 2fbe450db868ae782c47efd33eed512ecac310a9 | |
parent | e32ea54b1cc839a70a6add3b12305667af94dc05 (diff) |
Reset release version and include the doc files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137873 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | maven-plugins/trunk/tuscany-bundle-plugin/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/maven-plugins/trunk/tuscany-bundle-plugin/pom.xml b/maven-plugins/trunk/tuscany-bundle-plugin/pom.xml index 07f327e736..e2832079b9 100644 --- a/maven-plugins/trunk/tuscany-bundle-plugin/pom.xml +++ b/maven-plugins/trunk/tuscany-bundle-plugin/pom.xml @@ -29,7 +29,7 @@ <artifactId>tuscany-bundle-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Apache Tuscany Maven OSGi Bundle Plugin</name> - <version>1.0.9-SNAPSHOT</version> + <version>1.0.8-SNAPSHOT</version> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/tuscany-bundle-plugin</connection> @@ -164,6 +164,8 @@ <includes> <include>LICENSE</include> <include>NOTICE</include> + <include>README</include> + <include>RELEASE_NOTES</include> </includes> </resource> </resources> |