Skip to content

Commit

Permalink
updated scenario verifier to version 0.2.21-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Dec 7, 2023
1 parent b0172af commit 5a45009
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 52 deletions.
2 changes: 1 addition & 1 deletion frameworks/fmi2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>org.into-cps.vdmcheck.fmi2</groupId>
<artifactId>vdmcheck2</artifactId>
<version>1.1.1</version>
<version>1.1.3-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions maestro-webapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<version>3.11</version>
</dependency>
<dependency>
<groupId>INTO-CPS-Association</groupId>
<artifactId>scenario_verifier_2.13</artifactId>
<groupId>org.into-cps.verification</groupId>
<artifactId>scenario_verifier</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
5 changes: 3 additions & 2 deletions maestro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
</dependency>

<dependency>
<groupId>INTO-CPS-Association</groupId>
<artifactId>scenario_verifier_2.13</artifactId>
<groupId>org.into-cps.verification</groupId>
<artifactId>scenario_verifier</artifactId>

</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
13 changes: 8 additions & 5 deletions plugins/sigver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>INTO-CPS-Association</groupId>
<artifactId>scenario_verifier_2.13</artifactId>
</dependency>

<dependency>
<groupId>org.into-cps.verification</groupId>
<artifactId>scenario_verifier</artifactId>
<version>0.2.21-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
Expand Down Expand Up @@ -118,4 +121,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
84 changes: 42 additions & 42 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
</properties>

<repositories>
<repository>
<id>maestro2-third-party</id>
<name>maestro2-third-party</name>
<url>https://overture.au.dk/artifactory/maestro2-third-party</url>
</repository>
<repository>
<id>overture.au.dk</id>
<name>overture.au.dk-releases</name>
<url>https://overture.au.dk/artifactory/into-cps</url>
</repository>
<repository>
<id>vdmj</id>
<name>overture.au.dk-vdmj</name>
<url>https://overture.au.dk/artifactory/vdmj</url>
</repository>
<!-- <repository>-->
<!-- <id>maestro2-third-party</id>-->
<!-- <name>maestro2-third-party</name>-->
<!-- <url>https://overture.au.dk/artifactory/maestro2-third-party</url>-->
<!-- </repository>-->
<!-- <repository>-->
<!-- <id>overture.au.dk</id>-->
<!-- <name>overture.au.dk-releases</name>-->
<!-- <url>https://overture.au.dk/artifactory/into-cps</url>-->
<!-- </repository>-->
<!-- <repository>-->
<!-- <id>vdmj</id>-->
<!-- <name>overture.au.dk-vdmj</name>-->
<!-- <url>https://overture.au.dk/artifactory/vdmj</url>-->
<!-- </repository>-->
</repositories>

<modules>
Expand Down Expand Up @@ -367,9 +367,9 @@
<dependencies>

<dependency>
<groupId>INTO-CPS-Association</groupId>
<artifactId>scenario_verifier_2.13</artifactId>
<version>0.2.6</version>
<groupId>org.into-cps.verification</groupId>
<artifactId>scenario_verifier</artifactId>
<version>0.2.21-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -746,30 +746,30 @@
</activation>
<repositories>

<repository>
<id>maestro2-third-party</id>
<name>maestro2-third-party</name>
<url>https://overture.au.dk/artifactory/maestro2-third-party</url>
<snapshots>
<updatePolicy>interval:30</updatePolicy>
</snapshots>
</repository>
<repository>
<id>overture.au.dk</id>
<name>overture.au.dk-releases</name>
<url>https://overture.au.dk/artifactory/into-cps</url>
<snapshots>
<updatePolicy>interval:30</updatePolicy>
</snapshots>
</repository>
<repository>
<id>vdmj</id>
<name>overture.au.dk-vdmj</name>
<url>https://overture.au.dk/artifactory/vdmj</url>
<snapshots>
<updatePolicy>interval:30</updatePolicy>
</snapshots>
</repository>
<!-- <repository>-->
<!-- <id>maestro2-third-party</id>-->
<!-- <name>maestro2-third-party</name>-->
<!-- <url>https://overture.au.dk/artifactory/maestro2-third-party</url>-->
<!-- <snapshots>-->
<!-- <updatePolicy>interval:30</updatePolicy>-->
<!-- </snapshots>-->
<!-- </repository>-->
<!-- <repository>-->
<!-- <id>overture.au.dk</id>-->
<!-- <name>overture.au.dk-releases</name>-->
<!-- <url>https://overture.au.dk/artifactory/into-cps</url>-->
<!-- <snapshots>-->
<!-- <updatePolicy>interval:30</updatePolicy>-->
<!-- </snapshots>-->
<!-- </repository>-->
<!-- <repository>-->
<!-- <id>vdmj</id>-->
<!-- <name>overture.au.dk-vdmj</name>-->
<!-- <url>https://overture.au.dk/artifactory/vdmj</url>-->
<!-- <snapshots>-->
<!-- <updatePolicy>interval:30</updatePolicy>-->
<!-- </snapshots>-->
<!-- </repository>-->
</repositories>
</profile>
</profiles>
Expand Down

0 comments on commit 5a45009

Please sign in to comment.