diff --git a/pom.xml b/pom.xml
index fb23b12..3f471dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
com.bjoernkw
schematic
- 0.1.1-SNAPSHOT
+ 0.1.1
Schematic
Database management UI for Spring Boot
diff --git a/src/main/java/com/bjoernkw/schematic/autoconfiguration/SchematicAutoConfiguration.java b/src/main/java/com/bjoernkw/schematic/autoconfiguration/SchematicAutoConfiguration.java
index 1c25ddf..93ab547 100644
--- a/src/main/java/com/bjoernkw/schematic/autoconfiguration/SchematicAutoConfiguration.java
+++ b/src/main/java/com/bjoernkw/schematic/autoconfiguration/SchematicAutoConfiguration.java
@@ -1,6 +1,5 @@
package com.bjoernkw.schematic.autoconfiguration;
-import com.bjoernkw.schematic.SchematicProperties;
import com.bjoernkw.schematic.TablesController;
import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
@@ -23,10 +22,4 @@ public SchematicAutoConfiguration(JdbcTemplate jdbcTemplate) {
public TablesController tablesController() {
return new TablesController(jdbcTemplate);
}
-
- @Bean
- @ConditionalOnMissingBean
- public SchematicProperties schematicProperties() {
- return new SchematicProperties();
- }
}
diff --git a/src/main/resources/templates/fragments/header.html b/src/main/resources/templates/fragments/header.html
index 982f3ab..ff59d61 100644
--- a/src/main/resources/templates/fragments/header.html
+++ b/src/main/resources/templates/fragments/header.html
@@ -8,7 +8,7 @@
Schematic - a database management UI for Spring Boot
- v
+ v