Skip to content

Commit

Permalink
verify the 1.8.2 update site ci deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hqnghi88 committed Sep 25, 2021
1 parent 08b89d6 commit 7a06ec4
Show file tree
Hide file tree
Showing 5 changed files with 1,504 additions and 1,504 deletions.
6 changes: 3 additions & 3 deletions msi.gama.parent/pom.xml
Expand Up @@ -13,12 +13,12 @@
<repository>
<uniqueVersion>false</uniqueVersion>
<id>p2Repo</id>
<url>scp://51.255.46.42/./var/www/gama_updates/v1.8.2</url>
<url>scp://51.255.46.42/./var/www/gama_updates/1.8.2</url>
</repository>
<snapshotRepository>
<uniqueVersion>false</uniqueVersion>
<id>p2Repo</id>
<url>scp://51.255.46.42/./var/www/gama_updates/v1.8.2</url>
<url>scp://51.255.46.42/./var/www/gama_updates/1.8.2</url>
</snapshotRepository>
</distributionManagement>

Expand All @@ -40,7 +40,7 @@
<properties>
<!-- Properties relative to the distant host where to upload the repo -->
<ftp.url>scp://51.255.46.42</ftp.url>
<ftp.toDir>./var/www/gama_updates/v1.8.2</ftp.toDir>
<ftp.toDir>./var/www/gama_updates/1.8.2</ftp.toDir>
<!-- Relative path to the repo being uploaded -->
<repo.path>${project.build.directory}/repository/</repo.path>
</properties>
Expand Down

0 comments on commit 7a06ec4

Please sign in to comment.