-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from yrodiere/naming
Quarkus => Quarkusio in git repo coordinates
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,20 +7,20 @@ | |
<artifactId>search-quarkus-io</artifactId> | ||
<version>${revision}</version> | ||
<name>Quarkus.io Search App</name> | ||
<url>https://github.com/quarkus/search-quarkus-io</url> | ||
<url>https://github.com/quarkusio/search-quarkus-io</url> | ||
<inceptionYear>2023</inceptionYear> | ||
<organization> | ||
<name>QuarkusIO</name> | ||
<url>https://quarkus.io/</url> | ||
</organization> | ||
<scm> | ||
<connection>scm:git:[email protected]:quarkus/search-quarkus-io.git</connection> | ||
<developerConnection>scm:git:[email protected]:quarkus/search-quarkus-io.git</developerConnection> | ||
<url>https://github.com/quarkus/search-quarkus-io</url> | ||
<connection>scm:git:[email protected]:quarkusio/search-quarkus-io.git</connection> | ||
<developerConnection>scm:git:[email protected]:quarkusio/search-quarkus-io.git</developerConnection> | ||
<url>https://github.com/quarkusio/search-quarkus-io</url> | ||
</scm> | ||
<issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/quarkus/search.quarkus.io/issues</url> | ||
<url>https://github.com/quarkusio/search.quarkus.io/issues</url> | ||
</issueManagement> | ||
<properties> | ||
<compiler-plugin.version>3.11.0</compiler-plugin.version> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ mp.openapi.extensions.smallrye.info.version=1.0.0 | |
mp.openapi.extensions.smallrye.info.description=Search Quarkus resources | ||
mp.openapi.extensions.smallrye.info.contact.email=[email protected] | ||
mp.openapi.extensions.smallrye.info.contact.name=Quarkus team | ||
mp.openapi.extensions.smallrye.info.contact.url=https://github.com/quarkus/search.quarkus.io | ||
mp.openapi.extensions.smallrye.info.contact.url=https://github.com/quarkusio/search.quarkus.io | ||
|
||
# Swagger UI | ||
quarkus.swagger-ui.always-include=true | ||
|