Skip to content

Commit 5fc10ff

Browse files
Rename project to proper name
1 parent 0ceeb4a commit 5fc10ff

7 files changed

+28
-4
lines changed

.idea/.name

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

.idea/modules/basicsqlplugin.main.iml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/mArIa-Db-BaSiCs.test.iml

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121

2222
group = "de.chojo"
2323
version = "1.0-SNAPSHOOOOOOT"
24-
description = "mArIa-Db-BaSiCs"
24+
description = "basicsqlplugin"
2525
java.sourceCompatibility = JavaVersion.VERSION_15
2626

2727
publishing {

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>de.chojo</groupId>
8-
<artifactId>mArIa-Db-BaSiCs</artifactId>
8+
<artifactId>basicsqlplugin</artifactId>
99
<version>1.0-SNAPSHOOOOOOT</version>
1010

1111
<properties>

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* This file was generated by the Gradle 'init' task.
33
*/
44

5-
rootProject.name = "mArIa-Db-BaSiCs"
5+
rootProject.name = "basicsqlplugin"

0 commit comments

Comments
 (0)