Skip to content

Commit

Permalink
fix moved from arces-wot to vaimee repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lroffia committed May 2, 2024
1 parent 2d45ca1 commit e833f4e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<module>engine</module>
</modules>
<name>SEPA Project</name>
<url>https://github.com/arces-wot/sepa.git</url>
<url>https://github.com/vaimee/SEPA.git</url>
<licenses>
<license>
<name>GNU Lesser General Public License v3.0</name>
Expand Down Expand Up @@ -45,22 +45,22 @@
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/arces-wot/sepa.git</connection>
<developerConnection>scm:git:ssh://github.com/arces-wot/sepa.git</developerConnection>
<connection>scm:git:git://github.com/vaimee/SEPA.git</connection>
<developerConnection>scm:git:ssh://github.com/vaimee/SEPA.git</developerConnection>
<url>https://github.com/arces-wot/SEPA</url>
</scm>
<properties>
<maven.compiler.source>13</maven.compiler.source>
<maven.compiler.target>13</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>1.0.0-SNAPSHOT</revision>
<revision>v0.14.0</revision>
<update>0</update>
</properties>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/arces-wot/SEPA</url>
<url>https://maven.pkg.github.com/vaimee/SEPA</url>
</repository>
</distributionManagement>
<build>
Expand Down Expand Up @@ -141,8 +141,8 @@
</pluginManagement>
</build>
<organization>
<name>Web of Things Research Group @ ARCES</name>
<url>https://http://wot.arces.unibo.it/</url>
<name>VAIMEE</name>
<url>https://vaimee.com/</url>
</organization>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.apache.jena/apache-jena-libs -->
Expand Down

0 comments on commit e833f4e

Please sign in to comment.