diff --git a/pom.xml b/pom.xml
index 6802783b..c58b27c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
ubc.pavlab
rdp
- 0.1.0
+ 1.0.0
org.springframework.boot
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 72e9c34d..af600c44 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -17,7 +17,7 @@ spring.datasource.tomcat.validation-query = SELECT 1
# ===============================
# = JPA / HIBERNATE
# ===============================
-spring.jpa.show-sql = true
+spring.jpa.show-sql = false
spring.jpa.hibernate.ddl-auto = update
#spring.jpa.hibernate.naming-strategy = org.hibernate.cfg.ImprovedNamingStrategy
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect