Skip to content

Commit 03239d8

Browse files
new release preparation
1 parent f9bd705 commit 03239d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
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.2.0</version>
36+
<version>1.2.1</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.2.0.jar -DgroupId=oeg.validation -DartifactId=astrea -Dversion=1.2.0 -Dpackaging=jar
46+
mvn install:install-file -Dfile=./target/astrea-1.2.1.jar -DgroupId=oeg.validation -DartifactId=astrea -Dversion=1.2.1 -Dpackaging=jar
4747
````
4848
3. Import the dependency in your project using the pom file relying on the previous snipped
4949

mvn-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 1. Install the helio-core dependency in your local repository using this script
22
mvn clean install -DskipTests
3-
mvn install:install-file -Dfile=./target/astrea-1.2.0.jar -DgroupId=oeg.validation -DartifactId=astrea -Dversion=1.2.0 -Dpackaging=jar
3+
mvn install:install-file -Dfile=./target/astrea-1.2.1.jar -DgroupId=oeg.validation -DartifactId=astrea -Dversion=1.2.1 -Dpackaging=jar
44

55
# 2. You are ready to go and use the framework

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>oeg.validation</groupId>
44
<artifactId>astrea</artifactId>
5-
<version>1.2.0</version>
5+
<version>1.2.1</version>
66
<name>Astrea</name>
77
<description>Astrea: SHACL shapes generation from ontologies</description>
88

0 commit comments

Comments
 (0)