-
Notifications
You must be signed in to change notification settings - Fork 7
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 #50 from mkouba/qute-web-rename-2
Rename quarkus-qute-server-pages to quarkus-qute-web - round #2
- Loading branch information
Showing
10 changed files
with
16 additions
and
16 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: quarkus-quteserverpages | ||
title: QuteServerPages | ||
name: quarkus-qute-web | ||
title: Qute Web | ||
version: dev | ||
nav: | ||
- modules/ROOT/nav.adoc |
2 changes: 1 addition & 1 deletion
2
.../quarkiverse/quteserverpages/it/Code.java → ...java/io/quarkiverse/qute/web/it/Code.java
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
2 changes: 1 addition & 1 deletion
2
...uarkiverse/quteserverpages/it/Colors.java → ...va/io/quarkiverse/qute/web/it/Colors.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.quarkiverse.quteserverpages.it; | ||
package io.quarkiverse.qute.web.it; | ||
|
||
import java.util.List; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...uarkiverse/quteserverpages/it/MyBean.java → ...va/io/quarkiverse/qute/web/it/MyBean.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.quarkiverse.quteserverpages.it; | ||
package io.quarkiverse.qute.web.it; | ||
|
||
import java.util.List; | ||
|
||
|
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
4 changes: 2 additions & 2 deletions
4
...quarkiverse/quteserverpages/it/QspIT.java → ...io/quarkiverse/qute/web/it/QuteWebIT.java
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package io.quarkiverse.quteserverpages.it; | ||
package io.quarkiverse.qute.web.it; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class QspIT extends QspTest { | ||
public class QuteWebIT extends QuteWebTest { | ||
} |
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 |
---|---|---|
|
@@ -17,9 +17,9 @@ | |
<module>docs</module> | ||
</modules> | ||
<scm> | ||
<connection>scm:git:[email protected]:quarkiverse/quarkus-qute-server-pages.git</connection> | ||
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-qute-server-pages.git</developerConnection> | ||
<url>https://github.com/quarkiverse/quarkus-qute-server-pages</url> | ||
<connection>scm:git:[email protected]:quarkiverse/quarkus-qute-web.git</connection> | ||
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-qute-web.git</developerConnection> | ||
<url>https://github.com/quarkiverse/quarkus-qute-web</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
<properties> | ||
|
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