If you're planning to use XMI exports from a central repository and then import them in the projects where they're needed, I would suggest having a look at baselines as well.
With baselines you follow essentially the same workflow, but EA handles re-import much better with baselines than it does when you use plain XMI.
With XMI, EA first deletes the current package, then imports it from the file. This means any existing uses (connectors to/from the elements, as well as use of the elements in diagrams which are not themselves included in the XMI) are lost.
With baselines, EA first retrieves all current uses of the elements and caches them, then deletes and reimports, then restores the old uses. (Excepting situations where elements have been deleted in the new version, those uses are of course not restored.)
So if you plan to release more than one single version of this model ever, and you don't want to set up a reusable asset service, baselines are your best bet. An added benefit is that baselines let you review the changes before you deploy the new version, so you can see what will happen to your target model before you hit the button.
Cheers,
/Uffe