If you tried to use WordPress MU Sitewide Tags Pages plugin for custom post type, your post's links wont change on tags blog.
Solution is adding this line:
add_filter('post_type_link', 'sitewide_tags_post_link', 10, 2);
http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/