generated from quarkiverse/quarkiverse-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into bump/mockk-1.13.2
- Loading branch information
Showing
19 changed files
with
47 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: Quarkiverse Mockk Extension | ||
release: | ||
current-version: 1.1.1 | ||
next-version: 1.2.0-SNAPSHOT | ||
current-version: 2.1.0 | ||
next-version: 2.2.0-SNAPSHOT | ||
|
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-mockk | ||
title: Quarkus Mockk | ||
title: Mockk | ||
version: dev | ||
nav: | ||
- modules/ROOT/nav.adoc |
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
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
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
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
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
...c/test/kotlin/io/quarkiverse/test/junit/mockk/internal/application/SimpleSingletonBean.kt
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
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
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
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 |
---|---|---|
|
@@ -5,28 +5,34 @@ | |
<parent> | ||
<groupId>io.quarkiverse</groupId> | ||
<artifactId>quarkiverse-parent</artifactId> | ||
<version>10</version> | ||
<version>15</version> | ||
</parent> | ||
|
||
<groupId>io.quarkiverse.mockk</groupId> | ||
<artifactId>quarkus-junit5-mockk-parent</artifactId> | ||
<packaging>pom</packaging> | ||
<version>1.2.0-SNAPSHOT</version> | ||
<version>2.2.0-SNAPSHOT</version> | ||
<name>Quarkus - JUnit 5 - Mockk Parent</name> | ||
|
||
<properties> | ||
<kotlin.version>1.7.21</kotlin.version> | ||
<mockk.version>1.13.2</mockk.version> | ||
|
||
<quarkus.version>2.14.0.Final</quarkus.version> | ||
<dokka.version>1.7.20</dokka.version> | ||
<assertj.version>3.23.1</assertj.version> | ||
<kotlin.version>1.9.10</kotlin.version> | ||
<mockk.version>1.13.7</mockk.version> | ||
<quarkus.version>3.3.0</quarkus.version> | ||
<dokka.version>1.8.20</dokka.version> | ||
<assertj.version>3.24.2</assertj.version> | ||
|
||
<!-- This plugin is not compatible with kotlin --> | ||
<maven.javadoc.skip>true</maven.javadoc.skip> | ||
<kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget> | ||
</properties> | ||
|
||
<scm> | ||
<connection>scm:git:[email protected]:quarkiverse/quarkus-mockk.git</connection> | ||
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-mockk.git</developerConnection> | ||
<url>https://github.com/quarkiverse/quarkus-mockk</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<dependencyManagement> | ||
<dependencies> | ||
<dependency> | ||
|
@@ -57,4 +63,4 @@ | |
</modules> | ||
</profile> | ||
</profiles> | ||
</project> | ||
</project> |