Skip to content

Commit cd2e705

Browse files
authoredMar 12, 2025··
chore: change urls after repository move (#479)
1 parent 0328cfb commit cd2e705

File tree

33 files changed

+35
-35
lines changed

33 files changed

+35
-35
lines changed
 

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thank you for your interest in contributing to the Eclipse MOSAIC project.
44

55
## Issues
66

7-
You are more than welcomed to report bugs or suggest enhancements on our [GitHub repository](https://github.com/eclipse/mosaic).
7+
You are more than welcomed to report bugs or suggest enhancements on our [GitHub repository](https://github.com/eclipse-mosaic/mosaic).
88
Before creating a new issue, please check if the problem or feature was not reported already by someone else.
99

1010
When reporting bugs, please follow the guidelines

‎NOTICE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SPDX-License-Identifier: EPL-2.0
2828

2929
The project maintains the following source code repositories:
3030

31-
* https://github.com/eclipse/mosaic
31+
* https://github.com/eclipse-mosaic/mosaic
3232

3333
## Third-party Content
3434

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![License](https://img.shields.io/badge/License-EPL%202.0-green.svg)](https://opensource.org/licenses/EPL-2.0)
77
![Made with java](https://img.shields.io/badge/Made%20with-Java-1f425f.svg)
88
![Size](https://img.shields.io/github/repo-size/eclipse/mosaic.svg) <br>
9-
[![Build](https://github.com/eclipse/mosaic/workflows/Java%20CI%20with%20Maven/badge.svg)](https://github.com/eclipse/mosaic/actions?query=branch%3Amain+workflow%3A%22Java+CI+with+Maven%22)
9+
[![Build](https://github.com/eclipse-mosaic/mosaic/workflows/Java%20CI%20with%20Maven/badge.svg)](https://github.com/eclipse-mosaic/mosaic/actions?query=branch%3Amain+workflow%3A%22Java+CI+with+Maven%22)
1010
[![Jenkins Build](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci.eclipse.org%2Fmosaic%2Fjob%2Fmosaic%2Fjob%2Fmain&label=Jenkins%20build)](https://ci.eclipse.org/mosaic/job/mosaic/)
1111

1212

@@ -60,7 +60,7 @@ Additional simulators and assessment features are provided by [Fraunhofer FOKUS]
6060

6161
## Contact
6262

63-
Any questions regarding Eclipse MOSAIC can be asked, discussed, and found in the [Discussion section](https://github.com/eclipse/mosaic/discussions) here at GitHub.
63+
Any questions regarding Eclipse MOSAIC can be asked, discussed, and found in the [Discussion section](https://github.com/eclipse-mosaic/mosaic/discussions) here at GitHub.
6464

6565
For further questions we are available via mosaic@fokus.fraunhofer.de
6666

‎app/tutorials/example-applications/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<packaging>jar</packaging>
1616

1717
<name>Eclipse MOSAIC Collection of Example Applications</name>
18-
<url>https://github.com/eclipse/mosaic</url>
18+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1919

2020
<properties>
2121
<maven.deploy.skip>true</maven.deploy.skip>

‎app/tutorials/highway-management/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<name>Eclipse MOSAIC Highway Management Application for Highway Tutorial</name>
1818
<description>Simple application which interacts with highway infrastructure.</description>
19-
<url>https://github.com/eclipse/mosaic</url>
19+
<url>https://github.com/eclipse-mosaic/mosaic</url>
2020

2121
<properties>
2222
<maven.deploy.skip>true</maven.deploy.skip>

‎app/tutorials/traffic-light-communication/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<name>Eclipse MOSAIC Traffic Light Application for Tiergarten Tutorial</name>
1818
<description>Simple application that communicates with traffic signals.</description>
19-
<url>https://github.com/eclipse/mosaic</url>
19+
<url>https://github.com/eclipse-mosaic/mosaic</url>
2020

2121
<properties>
2222
<maven.deploy.skip>true</maven.deploy.skip>

‎app/tutorials/weather-warning/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<name>Eclipse MOSAIC Weather Warning Application for Barnim Tutorial</name>
1818
<description>Simple application that reacts on environment events.</description>
19-
<url>https://github.com/eclipse/mosaic</url>
19+
<url>https://github.com/eclipse-mosaic/mosaic</url>
2020

2121
<properties>
2222
<maven.deploy.skip>true</maven.deploy.skip>

‎bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>bundle</artifactId>
1414
<name>Eclipse MOSAIC Distribution Bundle</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616
<packaging>pom</packaging>
1717

1818
<properties>

‎fed/mosaic-application/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-application</artifactId>
1414
<name>Eclipse MOSAIC Application Simulator</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎fed/mosaic-cell/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-cell</artifactId>
1414
<name>Eclipse MOSAIC Cellular Simulator</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎fed/mosaic-environment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-environment</artifactId>
1414
<name>Eclipse MOSAIC Environment Simulator</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎fed/mosaic-mapping/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-mapping</artifactId>
1414
<name>Eclipse MOSAIC Entity Mapping</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎fed/mosaic-ns3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-ns3</artifactId>
1414
<name>Eclipse MOSAIC NS3 Ambassador</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎fed/mosaic-omnetpp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-omnetpp</artifactId>
1414
<name>Eclipse MOSAIC OMNeT++ Ambassador</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎fed/mosaic-output/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-output</artifactId>
1414
<name>Eclipse MOSAIC Output Generation Ambassador</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎fed/mosaic-output/src/test/resources/testconfiguration.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://github.com/eclipse/mosaic/blob/main/fed/mosaic-output/src/main/resources/output_config.xsd">
3+
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/eclipse-mosaic/mosaic/refs/heads/main/fed/mosaic-output/src/main/resources/output_config.xsd">
44

55
<output id="generator1" enabled="true" update="10" loader="org.eclipse.mosaic.fed.output.ambassador.TestOutputGeneratorLoader">
66
<subscriptions>

‎fed/mosaic-output/src/test/resources/testconfiguration_faulty.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://github.com/eclipse/mosaic/blob/main/fed/mosaic-output/src/main/resources/output_config.xsd">
3+
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/eclipse-mosaic/mosaic/refs/heads/main/fed/mosaic-output/src/main/resources/output_config.xsd">
44

55
<output id="generator1" enabled="true" update="2" start="4" end="2" loader="org.eclipse.mosaic.fed.output.ambassador.TestOutputGeneratorLoader">
66
</output>

‎fed/mosaic-sns/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-sns</artifactId>
1414
<name>Eclipse MOSAIC Simple Network Simulator</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎fed/mosaic-sumo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-sumo</artifactId>
1414
<name>Eclipse MOSAIC SUMO Ambassador</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<repositories>
1818
<repository>

‎lib/mosaic-communication/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-communication</artifactId>
1414
<name>Eclipse MOSAIC Communication Models</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎lib/mosaic-database/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-database</artifactId>
1414
<name>Eclipse MOSAIC Scenario Database</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎lib/mosaic-docker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-docker</artifactId>
1414
<name>Eclipse MOSAIC Docker Client</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎lib/mosaic-geomath/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-geomath</artifactId>
1414
<name>Eclipse MOSAIC Geomath</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎lib/mosaic-interactions/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-interactions</artifactId>
1414
<name>Eclipse MOSAIC Interactions</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎lib/mosaic-network/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-network</artifactId>
1414
<name>Eclipse MOSAIC Network Additionals</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎lib/mosaic-objects/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-objects</artifactId>
1414
<name>Eclipse MOSAIC Objects</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎lib/mosaic-routing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-routing</artifactId>
1414
<name>Eclipse MOSAIC Vehicle Routing</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎lib/mosaic-utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-utils</artifactId>
1414
<name>Eclipse MOSAIC Utilities</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<name>Eclipse MOSAIC Parent</name>
1212
<description>Parent Module Descriptor for Eclipse MOSAIC</description>
13-
<url>https://github.com/eclipse/mosaic</url>
13+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1414

1515
<inceptionYear>2020</inceptionYear>
1616
<organization>
@@ -28,7 +28,7 @@
2828
<scm>
2929
<connection>scm:git:git@github.com:eclipse/mosaic.git</connection>
3030
<developerConnection>scm:git:git@github.com:eclipse/mosaic.git</developerConnection>
31-
<url>https://github.com/eclipse/mosaic/tree/main</url>
31+
<url>https://github.com/eclipse-mosaic/mosaic/tree/main</url>
3232
</scm>
3333

3434
<distributionManagement>

‎rti/mosaic-rti-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-rti-api</artifactId>
1414
<name>Eclipse MOSAIC Runtime Infrastructure API</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

‎rti/mosaic-rti-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-rti-core</artifactId>
1414
<name>Eclipse MOSAIC Runtime Infrastructure Implementation</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<properties>
1818
<skip.jar-test-creation>true</skip.jar-test-creation>

‎rti/mosaic-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>mosaic-starter</artifactId>
1414

1515
<name>Eclipse MOSAIC Starter</name>
16-
<url>https://github.com/eclipse/mosaic</url>
16+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1717

1818
<dependencies>
1919
<dependency>

‎test/mosaic-integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>mosaic-integration-tests</artifactId>
1414
<name>Eclipse MOSAIC Integration Tests</name>
15-
<url>https://github.com/eclipse/mosaic</url>
15+
<url>https://github.com/eclipse-mosaic/mosaic</url>
1616

1717
<dependencies>
1818
<dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.