Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Fix: Update URLs to new organization
Browse files Browse the repository at this point in the history
Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
  • Loading branch information
gciavarrini committed Mar 29, 2023
1 parent 7b559a7 commit 3fade0d
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion docker-compose/run-parodos-locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export DOCKER_COMPOSE_FILE_PATH="docker-compose"
function header {
echo "------------------------------------------------------------------------";
echo " Parodos Running Locally ";
echo " https://github.com/redhat-developer/parodos/ ";
echo " https://github.com/parodos-dev/parodos ";
echo "------------------------------------------------------------------------";
}

Expand Down
8 changes: 4 additions & 4 deletions notification-service/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
<version>1.0.5-SNAPSHOT</version>
<name>notification-service</name>
<description>Notification Service to sent out notification messages</description>
<url>https://github.com/redhat-developer/parodos</url>
<url>https://github.com/parodos-dev/parodos</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/redhat-developer/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/redhat-developer/parodos.git</developerConnection>
<url>http://github.com/redhat-developer/parodos/tree/master</url>
<connection>scm:git:git://github.com/parodos-dev/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/parodos-dev/parodos.git</developerConnection>
<url>http://github.com/parodos-dev/parodos/tree/main</url>
</scm>
<properties>
<springdoc-openapi-ui.version>1.6.4</springdoc-openapi-ui.version>
Expand Down
8 changes: 4 additions & 4 deletions notification-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>notification-service</artifactId>
<name>notification-service</name>
<description>Notification Service to sent out notification messages</description>
<url>https://github.com/redhat-developer/parodos</url>
<url>https://github.com/parodos-dev/parodos</url>
<parent>
<groupId>dev.parodos</groupId>
<artifactId>parodos-parent</artifactId>
Expand All @@ -18,9 +18,9 @@
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/redhat-developer/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/redhat-developer/parodos.git</developerConnection>
<url>http://github.com/redhat-developer/parodos/tree/master</url>
<connection>scm:git:git://github.com/parodos-dev/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/parodos-dev/parodos.git</developerConnection>
<url>http://github.com/parodos-dev/parodos/tree/main</url>
</scm>
<properties>
<java.version>11</java.version>
Expand Down
8 changes: 4 additions & 4 deletions parodos-model-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>parodos-model-api</artifactId>
<name>parodos-model-api</name>
<description>Parodos Model Api</description>
<url>https://github.com/redhat-developer/parodos</url>
<url>https://github.com/parodos-dev/parodos</url>

<parent>
<groupId>dev.parodos</groupId>
Expand All @@ -21,9 +21,9 @@
</licenses>

<scm>
<connection>scm:git:git://github.com/redhat-developer/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/redhat-developer/parodos.git</developerConnection>
<url>http://github.com/redhat-developer/parodos/tree/master</url>
<connection>scm:git:git://github.com/parodos-dev/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/parodos-dev/parodos.git</developerConnection>
<url>http://github.com/parodos-dev/parodos/tree/master</url>
</scm>

<properties>
Expand Down
8 changes: 4 additions & 4 deletions pattern-detection-library/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
<artifactId>pattern-detection-library</artifactId>
<version>1.0.5-SNAPSHOT</version>
<name>pattern-detection-library</name>
<url>https://github.com/redhat-developer/parodos</url>
<url>https://github.com/parodos-dev/parodos</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/redhat-developer/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/redhat-developer/parodos.git</developerConnection>
<url>http://github.com/redhat-developer/parodos/tree/master</url>
<connection>scm:git:git://github.com/parodos-dev/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/parodos-dev/parodos.git</developerConnection>
<url>http://github.com/parodos-dev/parodos/tree/master</url>
</scm>
<properties>
<maven.compiler.release>11</maven.compiler.release>
Expand Down
8 changes: 4 additions & 4 deletions pattern-detection-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>pattern-detection-library</artifactId>
<name>pattern-detection-library</name>
<url>https://github.com/redhat-developer/parodos</url>
<url>https://github.com/parodos-dev/parodos</url>

<parent>
<groupId>dev.parodos</groupId>
Expand All @@ -21,9 +21,9 @@
</licenses>

<scm>
<connection>scm:git:git://github.com/redhat-developer/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/redhat-developer/parodos.git</developerConnection>
<url>http://github.com/redhat-developer/parodos/tree/master</url>
<connection>scm:git:git://github.com/parodos-dev/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/parodos-dev/parodos.git</developerConnection>
<url>http://github.com/parodos-dev/parodos/tree/master</url>
</scm>

<properties>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
<packaging>pom</packaging>
<name>parodos</name>
<description>Parodos is a Java toolkit to help enterprise's with a legacy footprint build internal developer platforms (IDP)</description>
<url>https://github.com/redhat-developer/parodos</url>
<url>https://github.com/parodos-dev/parodos</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/redhat-developer/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/redhat-developer/parodos.git</developerConnection>
<url>http://github.com/redhat-developer/parodos/tree/master</url>
<connection>scm:git:git://github.com/parodos-dev/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/parodos-dev/parodos.git</developerConnection>
<url>http://github.com/parodos-dev/parodos/tree/master</url>
</scm>
<developers>
<developer>
Expand Down
8 changes: 4 additions & 4 deletions workflow-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<artifactId>workflow-engine</artifactId>
<name>workflow-engine</name>
<url>https://github.com/redhat-developer/parodos</url>
<url>https://github.com/parodos-dev/parodos</url>

<parent>
<groupId>dev.parodos</groupId>
Expand All @@ -13,9 +13,9 @@
</parent>

<scm>
<connection>scm:git:git://github.com/redhat-developer/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/redhat-developer/parodos.git</developerConnection>
<url>http://github.com/redhat-developer/parodos/tree/master</url>
<connection>scm:git:git://github.com/parodos-dev/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/parodos-dev/parodos.git</developerConnection>
<url>http://github.com/parodos-dev/parodos/tree/master</url>
</scm>

<properties>
Expand Down
8 changes: 4 additions & 4 deletions workflow-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>workflow-examples</artifactId>
<name>workflow-examples</name>
<url>https://github.com/redhat-developer/parodos</url>
<url>https://github.com/parodos-dev/parodos</url>
<parent>
<groupId>dev.parodos</groupId>
<artifactId>parodos-parent</artifactId>
Expand All @@ -15,9 +15,9 @@
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/redhat-developer/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/redhat-developer/parodos.git</developerConnection>
<url>http://github.com/redhat-developer/parodos/tree/master</url>
<connection>scm:git:git://github.com/parodos-dev/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/parodos-dev/parodos.git</developerConnection>
<url>http://github.com/parodos-dev/parodos/tree/master</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
8 changes: 4 additions & 4 deletions workflow-service-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>workflow-service-sdk</artifactId>
<name>workflow-service-sdk</name>
<description>Workflow Service SDK for Parodos</description>
<url>https://github.com/redhat-developer/parodos</url>
<url>https://github.com/parodos-dev/parodos</url>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down Expand Up @@ -96,9 +96,9 @@
<dateLibrary>legacy</dateLibrary>
<licenseName>The Apache Software License, Version 2.0</licenseName>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.txt</licenseUrl>
<scmConnection>scm:git:git://github.com/redhat-developer/parodos.git</scmConnection>
<scmDeveloperConnection>scm:git:ssh://github.com/redhat-developer/parodos.git</scmDeveloperConnection>
<scmUrl>http://github.com/redhat-developer/parodos/tree/master</scmUrl>
<scmConnection>scm:git:git://github.com/parodos-dev/parodos.git</scmConnection>
<scmDeveloperConnection>scm:git:ssh://github.com/parodos-dev/parodos.git</scmDeveloperConnection>
<scmUrl>http://github.com/parodos-dev/parodos/tree/master</scmUrl>
</configOptions>
</configuration>
</execution>
Expand Down
8 changes: 4 additions & 4 deletions workflow-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>workflow-service</artifactId>
<name>workflow-service</name>
<description>Workflow Service for Parodos</description>
<url>https://github.com/redhat-developer/parodos</url>
<url>https://github.com/parodos-dev/parodos</url>

<parent>
<groupId>dev.parodos</groupId>
Expand All @@ -22,9 +22,9 @@
</licenses>

<scm>
<connection>scm:git:git://github.com/redhat-developer/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/redhat-developer/parodos.git</developerConnection>
<url>http://github.com/redhat-developer/parodos/tree/master</url>
<connection>scm:git:git://github.com/parodos-dev/parodos.git</connection>
<developerConnection>scm:git:ssh://github.com/parodos-dev/parodos.git</developerConnection>
<url>http://github.com/parodos-dev/parodos/tree/master</url>
</scm>

<properties>
Expand Down

0 comments on commit 3fade0d

Please sign in to comment.