Skip to content

Commit

Permalink
Moved repository ownership to citrusframework
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed May 16, 2018
1 parent 8787a4c commit d3178ae
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Resources
---------

* Citrus's source repository is hosted on github.com. You can clone the
repository with git://github.com/christophd/citrus.git as URL
repository with git://github.com/citrusframework/citrus.git as URL

* Find our blog and more interesting articles around Citrus on
http://labs.consol.de and checkout the various post categories for
Expand Down Expand Up @@ -103,7 +103,7 @@ Bugs
---------

Please report any bugs and/or feature requests to dev@citrusframework.org
or directly to http://github.com/christophd/citrus/issues
or directly to http://github.com/citrusframework/citrus/issues

Team
---------
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@
</developers>

<scm>
<connection>scm:git:git@github.com:christophd/citrus.git</connection>
<developerConnection>scm:git:git@github.com/christophd/citrus.git</developerConnection>
<url>http://github.com/christophd/citrus.git</url>
<connection>scm:git:git@github.com:citrusframework/citrus.git</connection>
<developerConnection>scm:git:git@github.com/citrusframework/citrus.git</developerConnection>
<url>http://github.com/citrusframework/citrus.git</url>
</scm>

<organization>
Expand Down Expand Up @@ -1366,8 +1366,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<configuration>
<connectionUrl>scm:git:git@github.com:christophd/citrus.git</connectionUrl>
<developerConnectionUrl>scm:git:git@github.com:christophd/citrus.git</developerConnectionUrl>
<connectionUrl>scm:git:git@github.com:citrusframework/citrus.git</connectionUrl>
<developerConnectionUrl>scm:git:git@github.com:citrusframework/citrus.git</developerConnectionUrl>
<scmVersion>gh-pages</scmVersion>
<scmVersionType>branch</scmVersionType>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/manual/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ hesitate to contact us. Find below the reference documentation for the latest Ci

* link:https://citrusframework.org/[Citrus Homepage]
* link:https://citrusframework.org/news[News]
* link:http://www.github.com/christophd/citrus[Java Sources]
* link:http://www.github.com/citrusframework/citrus[Java Sources]
* link:https://citrusframework.org/docs/setup-maven[Quickstart Maven]
* link:https://citrusframework.org/docs/setup-gradle[Quickstart Gradle]
* link:https://citrusframework.org/docs/setup-ant[Quickstart Ant]
Expand Down
2 changes: 1 addition & 1 deletion src/manual/reporting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ citrus.html.report.template:: Template HTML file with placeholders for report re
citrus.html.report.detail.template:: Template file for detailed test results.
citrus.html.report.logo:: File resource path pointing to a image that is added to top of HTML report.

The HTML report is based on a template file that is customizable to your special needs. The default templates can be found in https://github.com/christophd/citrus/tree/master/modules/citrus-core/src/main/resources/com/consol/citrus/report[report-templates sources].
The HTML report is based on a template file that is customizable to your special needs. The default templates can be found in https://github.com/citrusframework/citrus/tree/master/modules/citrus-core/src/main/resources/com/consol/citrus/report[report-templates sources].
2 changes: 1 addition & 1 deletion src/manual/setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Citrus comes to you as a zipped archive in one of the following packages:
The release package includes the Citrus binaries as well as the reference documentation and some sample applications.

In case you want to get in touch with developing and debugging Citrus you can also go with the source archive which gives
you the complete Citrus Java code sources. The whole Citrus project is also accessible for you on http://github.com/christophd/citrus[http://github.com/christophd/citrus].
you the complete Citrus Java code sources. The whole Citrus project is also accessible for you on http://github.com/citrusframework/citrus[http://github.com/citrusframework/citrus].
This open git repository on GitHub enables you to build Citrus from scratch with Maven and contribute code changes.

[[installation]]
Expand Down
2 changes: 1 addition & 1 deletion tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ a complete [reference manual][3].
[1]: http://www.citrusframework.org/img/brand-logo.png "Citrus"
[2]: http://www.citrusframework.org
[3]: http://www.citrusframework.org/reference/html/
[4]: https://github.com/christophd/citrus
[4]: https://github.com/citrusframework/citrus

2 comments on commit d3178ae

@reconman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the commit caused https://citrusframework.org/apidocs/index.html to produce a 404.

@christophd
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These apidocs have not been maintained recently, therefore they were removed. But you can use the online service http://www.javadoc.io for accessing the apidocs you need

http://www.javadoc.io/doc/com.consol.citrus/citrus-core/2.7.5

Please sign in to comment.