[Docs] Update Ecore version info and link Java reference implementation in README#108
Merged
Merged
Conversation
…on in README Clarify that ECoreNetto targets the stable Ecore 2.0 metamodel (http://www.eclipse.org/emf/2002/Ecore), note the current EMF reference implementation versions (org.eclipse.emf.ecore 2.42.0 / .xmi 2.40.0 from the EMF 2.46.0 distribution), and add links to the EMF project site and the org.eclipse.emf.ecore Java reference implementation source repository.
Contributor
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Updates the Ecore Documentation section of the README with accurate version information and a link to the Java reference implementation.
The section previously contained only a bare, decade-old EMF Javadoc link (v2.10.0, from 2014). It now:
http://www.eclipse.org/emf/2002/Ecore), which has been stable since EMF 2.0 — clarifying that the metamodel is versioned separately from the EMF library.org.eclipse.emf.ecore2.42.0 andorg.eclipse.emf.ecore.xmi2.40.0, from the EMF 2.46.0 distribution (December 2025).org.eclipse.emf.ecoreJava reference implementation source.Notes
CLAUDE.mdcontains the same stale2.10.0link inline; left unchanged in this PR (can follow up if desired).