diff --git a/annotation-processor/pom.xml b/annotation-processor/pom.xml
index 1b7e840..755f661 100644
--- a/annotation-processor/pom.xml
+++ b/annotation-processor/pom.xml
@@ -5,12 +5,12 @@
com.fluxtion.csv-compiler
csv-compiler-parentpom
- 0.1.19-SNAPSHOT
+ 0.1.19
../parent-pom/pom.xml
csv-compiler-processor
- 0.1.19-SNAPSHOT
+ 0.1.19
csv-compiler :: annotation processor
Build time annotation processor for generating CSV parsers
diff --git a/checker/pom.xml b/checker/pom.xml
index f7b47d8..9d27421 100644
--- a/checker/pom.xml
+++ b/checker/pom.xml
@@ -3,7 +3,7 @@
com.fluxtion.csv-compiler
csv-compiler-parentpom
- 0.1.19-SNAPSHOT
+ 0.1.19
../parent-pom/pom.xml
4.0.0
diff --git a/example/pom.xml b/example/pom.xml
index 5dd36ce..b2840fd 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -5,12 +5,12 @@
com.fluxtion.csv-compiler
csv-compiler-parentpom
- 0.1.19-SNAPSHOT
+ 0.1.19
../parent-pom/pom.xml
csv-compiler-example
- 0.1.19-SNAPSHOT
+ 0.1.19
csv-compiler :: example
diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index d16056e..e8d77aa 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -4,7 +4,7 @@
com.fluxtion.csv-compiler
csv-compiler-parentpom
- 0.1.19-SNAPSHOT
+ 0.1.19
pom
csv-compiler :: parent pom
@@ -37,7 +37,7 @@
scm:git:https://github.com/gregv12/csv-compiler.git
scm:git:https://github.com/gregv12/csv-compiler.git
https://github.com/gregv12/csv-compiler
- HEAD
+ csv-compiler-master-0.1.19
diff --git a/pom.xml b/pom.xml
index 50bddb2..c56b0ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.fluxtion.extension
csv-compiler-master
- 0.1.19-SNAPSHOT
+ 0.1.19
pom
csv-compiler :: master
@@ -36,7 +36,7 @@
scm:git:https://github.com/gregv12/csv-compiler.git
scm:git:https://github.com/gregv12/csv-compiler.git
https://github.com/gregv12/csv-compiler
- HEAD
+ csv-compiler-master-0.1.19
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 01da8fd..f0d6850 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -5,12 +5,12 @@
com.fluxtion.csv-compiler
csv-compiler-parentpom
- 0.1.19-SNAPSHOT
+ 0.1.19
../parent-pom/pom.xml
csv-compiler
- 0.1.19-SNAPSHOT
+ 0.1.19
csv-compiler :: runtime
Runtime library required to use generated CSV parsers