Skip to content

Commit

Permalink
Adding the missing JSystem example to the parent and changing the ref…
Browse files Browse the repository at this point in the history
…erences to the new Nexus server. issue #282
  • Loading branch information
itaiag committed Aug 14, 2024
1 parent 8cd40a9 commit f3022ef
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion difido-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<topq.repository.rootUrl>http://maven.top-q.co.il</topq.repository.rootUrl>
<jsystem.version>6.1.11</jsystem.version>
<jsystem.version>6.1.12</jsystem.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Expand Down Expand Up @@ -137,6 +137,7 @@
<module>../binders/difido-testng</module>
<module>../binders/difido-generic-binder</module>
<module>../examples/jsystem-example/so-project</module>
<module>../examples/jsystem-example/tests-project</module>
<module>../examples/testng-example</module>
<module>../utils/metadata-recovery-utility</module>
</modules>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsystem-example/so-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<repositories>
<repository>
<id>top-q</id>
<url>http://maven.top-q.co.il/content/groups/public</url>
<url>https://maven.top-q.co.il/content/groups/public</url>
</repository>
</repositories>
<dependencies>
Expand Down
6 changes: 6 additions & 0 deletions examples/jsystem-example/tests-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<version>3.1.02-SNAPSHOT</version>
<relativePath>../../../difido-parent</relativePath>
</parent>
<repositories>
<repository>
<id>top-q</id>
<url>https://maven.top-q.co.il/content/groups/public</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.jsystemtest</groupId>
Expand Down
2 changes: 1 addition & 1 deletion server/difido-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<repositories>
<repository>
<id>top-q</id>
<url>http://maven.top-q.co.il/content/groups/public</url>
<url>https://maven.top-q.co.il/content/groups/public</url>
</repository>
</repositories>
<dependencies>
Expand Down

0 comments on commit f3022ef

Please sign in to comment.