diff --git a/README.md b/README.md index 002ac04f84001ebd49e3bef843432e6ca6eb43af..2882f9851122598be621734c674dba174732a1ef 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Maven 3 is required to build the project: This will produce an updatesite in org.eventb.texteditor.repository/target -We autmatically produce nightly builds that can be installed using the update site located at https://www3.hhu.de/stups/rodin/camille/nightly/ +We autmatically produce nightly builds that can be installed using the update site located at https://stups.hhu-hosting.de/rodin/camille/nightly/ ## Contributing/Bugs Pull requests are very welcome. Suggestions for new extensions and known bugs are tracked on [Github](https://github.com/hhu-stups/camille/issues) diff --git a/org.eventb.texteditor.feature/camille.target b/org.eventb.texteditor.feature/camille.target index 11a0f799819febf74a5ac326363eb35a019060a3..e01f5d7b2593813be05acec6c07fb48e02a15ed3 100644 --- a/org.eventb.texteditor.feature/camille.target +++ b/org.eventb.texteditor.feature/camille.target @@ -19,7 +19,7 @@ <unit id="org.rodinp.feature.group" version="1.8.1.201802230927-6980ca1"/> <unit id="org.rodinp.platform.feature.group" version="3.4.0.201802230927-6980ca1"/> <unit id="org.rodinp.platform.sources.feature.group" version="3.4.0.201802230927-6980ca1"/> -<repository location="https://www3.hhu.de/stups/buildlibs/org.rodinp.dev/"/> +<repository location="https://stups.hhu-hosting.de/buildlibs/org.rodinp.dev/"/> </location> <location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit"> <unit id="org.eclipse.emf.compare.feature.group" version="3.3.4.201806221350"/> diff --git a/org.eventb.texteditor.parent/pom.xml b/org.eventb.texteditor.parent/pom.xml index cc096fa70c70deece2277a39b06d89a2be6e34a2..08100efefa9cda04c1778c3fd9642a12bb715f82 100644 --- a/org.eventb.texteditor.parent/pom.xml +++ b/org.eventb.texteditor.parent/pom.xml @@ -30,7 +30,7 @@ <repository> <id>targetRepository2</id> <layout>p2</layout> - <url>https://www3.hhu.de/stups/buildlibs/org.rodinp.dev</url> + <url>https://stups.hhu-hosting.de/buildlibs/org.rodinp.dev</url> </repository> </repositories>