Skip to content

Commit

Permalink
highlight implicit adding of version (#115)
Browse files Browse the repository at this point in the history
highlight implicit adding of version
  • Loading branch information
morri-son committed Jul 30, 2024
1 parent e39321a commit ea54981
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The following chapters provide a formal description of the format to describe so

## Central OCM project web page

Check out the main project [web page](https://ocm.software) to find out more about OCM. It is your central entry point to all kinds of ocm related [docs and guides](https://ocm.software/docs/getting-started/first-steps-with-ocm/), this [spec](https://ocm.software/docs/overview/specification/) and all project-related [github repositories](https://github.com/open-component-model). It also offers a [Getting Started](https://ocm.software/docs/getting-started/first-steps-with-ocm/) to quickly make your hands dirty with ocm, its toolset and concepts :-)
Check out the main project [web page](https://ocm.software) to find out more about OCM. It is your central entry point to all kinds of ocm related [docs and guides](https://ocm.software/docs/getting-started), this [spec](https://ocm.software/docs/overview/specification/) and all project-related [github repositories](https://github.com/open-component-model). It also offers a [Getting Started](https://ocm.software/docs/getting-started) to quickly make your hands dirty with ocm, its toolset and concepts :-)

## Contributing

Expand Down
6 changes: 3 additions & 3 deletions doc/01-model/03-elements-sub.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ descriptor.
- **`version`** (optional) *string*

This optional field version describes the version of the element.
If given, and the name and extra identity of the element is not unique in its
context, the version is implicitly added to the identity attribute set.
The resulting identity must be unique.
If given, and the `name` and `extraIdentity` attributes of the element
are not unique in the context, **the version is implicitly added to the
identity attribute set**. The resulting identity must be unique.

By default, the version of an element in *not* part of the element identity
to achieve a stable local element identity across multiple versions
Expand Down
2 changes: 1 addition & 1 deletion doc/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The formal type of an [artifact](#artifact) described by a [component version](#

An abstract entity describing a dedicated usage context or meaning for a provided piece of software.

### [Component Constructor](https://ocm.software/docs/getting-started/first-steps-with-ocm/#all-in-one)<a id="compconst"/>
### [Component Constructor](https://ocm.software/docs/getting-started/getting-started-with-ocm/create-a-component-version/#all-in-one)<a id="compconst"/>

A file that acts as input for the OCM CLI to construct one or multiple component version(s).

Expand Down

0 comments on commit ea54981

Please sign in to comment.