Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Move sources to release mirror in SVN


Code Block
titleMove artifacts to release mirror
# Move core 

svn move -m "Release Apache StreamPipes (incubating) Core 0.66.0" \
       https://dist.apache.org/repos/dist/dev/incubator/streampipes/core/0.66.0/rc1 \
       https://dist.apache.org/repos/dist/release/incubator/streampipes/core/0.66.0


# Move extensions
svn move -m "Release Apache StreamPipes (incubating) Extensions 0.66.0" \
       https://dist.apache.org/repos/dist/dev/incubator/streampipes/extensions/0.66.0/rc1 \
       https://dist.apache.org/repos/dist/release/incubator/streampipes/extensions/0.66.0

# Move installer
svn move -m "Release Apache StreamPipes (incubating) Installer 0.66.0" \
       https://dist.apache.org/repos/dist/dev/incubator/streampipes/installer/0.66.0/rc1 \
       https://dist.apache.org/repos/dist/release/incubator/streampipes/installer/0.66.0



Deploy Maven artifacts to maven central

Move sources to release mirror in SVN

Cleanup older release sources

Add version to DOAP file

Merge release into master in all repos