diff --git a/.gitignore b/.gitignore
index 34f21492..fb3b4c54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
+.flattened-pom.xml
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
diff --git a/api-rest/pom-oracle9i.xml b/api-rest/pom-oracle9i.xml
index b15c78a4..0ea7050f 100644
--- a/api-rest/pom-oracle9i.xml
+++ b/api-rest/pom-oracle9i.xml
@@ -11,10 +11,11 @@
+ io.9tiger
db2rest-oracle9i
- jar
db2rest-oracle9i
db2rest-oracle9i
+ jar
21
3.0.1
@@ -25,50 +26,50 @@
io.9tiger
auth
- ${project.parent.version}
+ ${project.version}
io.9tiger
rest-common
- ${project.parent.version}
+ ${project.version}
io.9tiger
mongo-support
- ${project.parent.version}
+ ${project.version}
io.9tiger
rdbms-support
- ${project.parent.version}
+ ${project.version}
io.9tiger
pg-dialect
- ${project.parent.version}
+ ${project.version}
io.9tiger
mysql-dialect
- ${project.parent.version}
+ ${project.version}
io.9tiger
mariadb-dialect
- ${project.parent.version}
+ ${project.version}
io.9tiger
oracle9i-dialect
- ${project.parent.version}
+ ${project.version}
diff --git a/api-rest/pom.xml b/api-rest/pom.xml
index c3c70b05..b1ebc112 100644
--- a/api-rest/pom.xml
+++ b/api-rest/pom.xml
@@ -11,6 +11,7 @@
+ io.9tiger
db2rest
jar
db2rest
diff --git a/auth/pom.xml b/auth/pom.xml
index 9e1d645a..008c8d32 100644
--- a/auth/pom.xml
+++ b/auth/pom.xml
@@ -11,6 +11,7 @@
+ io.9tiger
auth
auth
auth
diff --git a/db2rest-common/pom.xml b/db2rest-common/pom.xml
index 55f947b6..8d261c9c 100644
--- a/db2rest-common/pom.xml
+++ b/db2rest-common/pom.xml
@@ -11,6 +11,7 @@
+ io.9tiger
db2rest-common
db2rest-common
db2rest-common
diff --git a/mariadb-dialect/pom.xml b/mariadb-dialect/pom.xml
index b164d7d9..bc179ade 100644
--- a/mariadb-dialect/pom.xml
+++ b/mariadb-dialect/pom.xml
@@ -11,6 +11,7 @@
+ io.9tiger
mariadb-dialect
mariadb-dialect
mariadb-dialect
diff --git a/mongo-support/pom.xml b/mongo-support/pom.xml
index 3e2c8690..f2fa2791 100644
--- a/mongo-support/pom.xml
+++ b/mongo-support/pom.xml
@@ -11,6 +11,7 @@
+ io.9tiger
mongo-support
mongo-support
mongo-support
diff --git a/mssql-dialect/pom.xml b/mssql-dialect/pom.xml
index 9f09dd1e..230c0b28 100644
--- a/mssql-dialect/pom.xml
+++ b/mssql-dialect/pom.xml
@@ -11,6 +11,7 @@
+ io.9tiger
mssql-dialect
mssql-dialect
Microsoft SQL server dialect
diff --git a/mysql-dialect/pom.xml b/mysql-dialect/pom.xml
index e8f02352..113d9fe6 100644
--- a/mysql-dialect/pom.xml
+++ b/mysql-dialect/pom.xml
@@ -11,6 +11,7 @@
+ io.9tiger
mysql-dialect
mysql-dialect
mysql-dialect
diff --git a/oracle-dialect/pom.xml b/oracle-dialect/pom.xml
index 8a9cbdd6..89a8eb9c 100644
--- a/oracle-dialect/pom.xml
+++ b/oracle-dialect/pom.xml
@@ -11,6 +11,7 @@
+ io.9tiger
oracle-dialect
oracle-dialect
oracle-dialect
diff --git a/oracle9i-dialect/pom.xml b/oracle9i-dialect/pom.xml
index eba5c9e9..762d8711 100644
--- a/oracle9i-dialect/pom.xml
+++ b/oracle9i-dialect/pom.xml
@@ -11,6 +11,7 @@
+ io.9tiger
oracle9i-dialect
oracle9i-dialect
oracle9i-dialect
diff --git a/pom.xml b/pom.xml
index 8e9cbc9a..e0737fa6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,9 +12,10 @@
io.9tiger
db2rest-parent
+ db2rest-parent
${revision}
pom
- DB2Rest parent
+
An Open Source instant REST Data API for databases. This is the DB2Rest parent Maven project.
@@ -74,7 +75,7 @@
- 1.3.0
+ 1.3.0-SNAPSHOT
21
3.0.1
@@ -161,6 +162,32 @@
release
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+ 1.6.0
+
+ true
+ oss
+ all
+
+
+
+ flatten
+ process-resources
+
+ flatten
+
+
+
+ flatten.clean
+ clean
+
+ clean
+
+
+
+
org.apache.maven.plugins