Skip to content

Commit

Permalink
Merge pull request #68 from SpineEventEngine/rename-test-module
Browse files Browse the repository at this point in the history
Rename a test module
  • Loading branch information
yevhenii-nadtochii authored Oct 2, 2023
2 parents 725ad77 + 9000892 commit 3a2ba61
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 35 deletions.
64 changes: 32 additions & 32 deletions license-report.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject.
-->
<groupId>io.spine</groupId>
<artifactId>spine-logging</artifactId>
<version>2.0.0-SNAPSHOT.224</version>
<version>2.0.0-SNAPSHOT.225</version>

<inceptionYear>2015</inceptionYear>

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ includeTest(
"fixtures",
"jvm-our-backend-our-context",
"jvm-our-backend-grpc-context",
"jvm-log4j-backend-our-context",
"jvm-log4j2-backend-our-context",
"jvm-slf4j-jdk14-backend-our-context",
"jvm-slf4j-reload4j-backend-our-context",
"logging-smoke-test",
Expand Down
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

val versionToPublish: String by extra("2.0.0-SNAPSHOT.224")
val versionToPublish: String by extra("2.0.0-SNAPSHOT.225")

0 comments on commit 3a2ba61

Please sign in to comment.