Skip to content

Commit 2c3dfaa

Browse files
Update README.md
1 parent ec45b82 commit 2c3dfaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Finally, import in a project the Astrea maven dependency using the following cod
3333
<dependency>
3434
<groupId>oeg.validation</groupId>
3535
<artifactId>astrea</artifactId>
36-
<version>1.1.1</version>
36+
<version>1.1.2</version>
3737
</dependency>
3838
````
3939
Alternatively, Astrea can be installed as a local dependency following these steps:
@@ -43,7 +43,7 @@ mvn clean package -Dskiptests
4343
````
4444
2. Compile the project:
4545
````
46-
mvn install:install-file -Dfile=./target/astrea-1.1.1.jar -DgroupId=oeg.validation -DartifactId=astrea -Dversion=1.1.1 -Dpackaging=jar
46+
mvn install:install-file -Dfile=./target/astrea-1.1.2.jar -DgroupId=oeg.validation -DartifactId=astrea -Dversion=1.1.2 -Dpackaging=jar
4747
````
4848
3. Import the dependency in your project using the pom file relying on the previous snipped
4949

@@ -78,4 +78,4 @@ Model shapes = sharper.fromModel(ontologyModel);
7878

7979
**Keep in mind that Astrea will automatically include all the ontologies that are specified under the owl:imports statement, and therefore, it will generate their shapes as well.**
8080

81-
**To check other constructors of the OwlGenerator class read our [java doc](https://oeg-upm.github.io/Astrea/)**
81+
**To check other constructors of the OwlGenerator class read our [java doc](https://oeg-upm.github.io/Astrea/)**

0 commit comments

Comments
 (0)