Skip to content

Commit

Permalink
fix release process
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@716 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Dec 24, 2008
1 parent 67d75f5 commit 7e76c84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dist/build.xml
Expand Up @@ -58,6 +58,9 @@
<include name="lib/**"/>
<include name="readme.txt"/>
</fileset>
<fileset dir="${basedir}">
<include name="readme.txt"/>
</fileset>
<fileset dir="${examples.dir}" />
</copy>

Expand Down
5 changes: 3 additions & 2 deletions dist/release-process.txt
Expand Up @@ -4,8 +4,9 @@ Release process for Web Beans RI
* Run the testsuite and examples
* Tag using mvn release:prepare in the ri/trunk checkout
* Tag docs using mvn release:prepare in the doc/trunk/reference checkout
* Check the tag
* Build the maven artifacts using release:perform in both locations
* Tag examples using mvn release:prepare in the examples/trunk checkout
* Check the tags
* Build the maven artifacts using release:perform in all locations
* Verify the checkout of the tag
* Release the webbeans-ri-int for jbossas if necessary
* Edit the checkout of the tag, and alter the versions in jboss-as/build.properties to released versions
Expand Down

0 comments on commit 7e76c84

Please sign in to comment.