Skip to content

Commit 1bf98e9

Browse files
committed
remove git.describe from properties
we are not using the commit id anywhere anymore
1 parent 0fd6b44 commit 1bf98e9

File tree

6 files changed

+0
-10
lines changed

6 files changed

+0
-10
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,6 @@
192192
</configuration>
193193
</plugin>
194194

195-
<plugin>
196-
<groupId>io.github.git-commit-id</groupId>
197-
<artifactId>git-commit-id-maven-plugin</artifactId>
198-
</plugin>
199-
200195
<!-- Read from main.properties the DB configuration -->
201196
<plugin>
202197
<groupId>org.codehaus.mojo</groupId>

src/main/resources/application-dev.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,5 @@ charge-box-id.validation.regex =
6363

6464
### DO NOT MODIFY ###
6565
steve.version = @project.version@
66-
git.describe = @git.commit.id.describe@
6766
db.sql.logging = true
6867
profile = dev

src/main/resources/application-docker.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,5 @@ charge-box-id.validation.regex =
6363

6464
### DO NOT MODIFY ###
6565
steve.version = @project.version@
66-
git.describe = @git.commit.id.describe@
6766
db.sql.logging = false
6867
profile = prod

src/main/resources/application-kubernetes.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,5 @@ charge-box-id.validation.regex =
6363

6464
### DO NOT MODIFY ###
6565
steve.version = @project.version@
66-
git.describe = @git.commit.id.describe@
6766
db.sql.logging = false
6867
profile = prod

src/main/resources/application-prod.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,5 @@ charge-box-id.validation.regex =
6363

6464
### DO NOT MODIFY ###
6565
steve.version = @project.version@
66-
git.describe = @git.commit.id.describe@
6766
db.sql.logging = false
6867
profile = prod

src/main/resources/application-test.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,5 @@ charge-box-id.validation.regex =
6363

6464
### DO NOT MODIFY ###
6565
steve.version = @project.version@
66-
git.describe = @git.commit.id.describe@
6766
db.sql.logging = true
6867
profile = test

0 commit comments

Comments
 (0)