Skip to content

Commit b2f08e3

Browse files
authored
Merge pull request #228 from bci-oss/bugfix/OMP-SDK-172-fix-reference-to-bamm-artifact
Fix the name of the artifact.
2 parents deb09f1 + d891bd0 commit b2f08e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

documentation/developer-guide/modules/ROOT/partials/aspect-meta-model-artifact.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Maven::
77
----
88
<dependency>
99
<groupId>io.openmanufacturing</groupId>
10-
<artifactId>aspect-meta-model</artifactId>
10+
<artifactId>sds-aspect-meta-model</artifactId>
1111
<version>{aspect-meta-model-version}</version>
1212
</dependency>
1313
----
@@ -17,15 +17,15 @@ Gradle Groovy DSL::
1717
--
1818
[source,gradle,subs=attributes+]
1919
----
20-
implementation 'io.openmanufacturing:aspect-meta-model:{aspect-meta-model-version}'
20+
implementation 'io.openmanufacturing:sds-aspect-meta-model:{aspect-meta-model-version}'
2121
----
2222
--
2323
Gradle Kotlin DSL::
2424
+
2525
--
2626
[source,gradle,subs=attributes+]
2727
----
28-
implementation("io.openmanufacturing:aspect-meta-model:{aspect-meta-model-version}")
28+
implementation("io.openmanufacturing:sds-aspect-meta-model:{aspect-meta-model-version}")
2929
----
3030
--
3131
====

documentation/developer-guide/modules/tooling-guide/pages/java-aspect-tooling.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ include::sds-developer-guide:ROOT:partial$sds-aspect-meta-model-version-migrator
376376
== Accessing the BAMM programmatically
377377

378378
In order to access the source RDF files that describe the BAMM vocabulary, shared Characteristics and Entities as well
379-
as Units, you can add a dependency to the `aspect-meta-model` artifact. Note that this artifact does not contain any
379+
as Units, you can add a dependency to the `sds-aspect-meta-model` artifact. Note that this artifact does not contain any
380380
Java classes.
381381

382382
include::sds-developer-guide:ROOT:partial$aspect-meta-model-artifact.adoc[]

0 commit comments

Comments
 (0)