diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | sangria-contextual/pom.xml | 2 | ||||
-rw-r--r-- | sangria-core/pom.xml | 2 | ||||
-rw-r--r-- | sangria-lazy/pom.xml | 2 | ||||
-rw-r--r-- | sangria-listbinder/pom.xml | 2 | ||||
-rw-r--r-- | sangria-log4j/pom.xml | 2 | ||||
-rw-r--r-- | sangria-slf4j/pom.xml | 2 | ||||
-rw-r--r-- | sangria-test/pom.xml | 2 |
8 files changed, 8 insertions, 8 deletions
@@ -6,7 +6,7 @@ <groupId>com.tavianator.sangria</groupId> <artifactId>sangria</artifactId> - <version>1.2</version> + <version>1.2-SNAPSHOT</version> <packaging>pom</packaging> <name>Sangria</name> diff --git a/sangria-contextual/pom.xml b/sangria-contextual/pom.xml index c981a96..702616f 100644 --- a/sangria-contextual/pom.xml +++ b/sangria-contextual/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>com.tavianator.sangria</groupId> <artifactId>sangria</artifactId> - <version>1.2</version> + <version>1.2-SNAPSHOT</version> </parent> <artifactId>sangria-contextual</artifactId> diff --git a/sangria-core/pom.xml b/sangria-core/pom.xml index bbbcf38..c06b186 100644 --- a/sangria-core/pom.xml +++ b/sangria-core/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>com.tavianator.sangria</groupId> <artifactId>sangria</artifactId> - <version>1.2</version> + <version>1.2-SNAPSHOT</version> </parent> <artifactId>sangria-core</artifactId> diff --git a/sangria-lazy/pom.xml b/sangria-lazy/pom.xml index ea3bcda..e2c806e 100644 --- a/sangria-lazy/pom.xml +++ b/sangria-lazy/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>com.tavianator.sangria</groupId> <artifactId>sangria</artifactId> - <version>1.2</version> + <version>1.2-SNAPSHOT</version> </parent> <artifactId>sangria-lazy</artifactId> diff --git a/sangria-listbinder/pom.xml b/sangria-listbinder/pom.xml index 0d626de..4040c4a 100644 --- a/sangria-listbinder/pom.xml +++ b/sangria-listbinder/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>com.tavianator.sangria</groupId> <artifactId>sangria</artifactId> - <version>1.2</version> + <version>1.2-SNAPSHOT</version> </parent> <artifactId>sangria-listbinder</artifactId> diff --git a/sangria-log4j/pom.xml b/sangria-log4j/pom.xml index 3c24f59..06e892a 100644 --- a/sangria-log4j/pom.xml +++ b/sangria-log4j/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>com.tavianator.sangria</groupId> <artifactId>sangria</artifactId> - <version>1.2</version> + <version>1.2-SNAPSHOT</version> </parent> <artifactId>sangria-log4j</artifactId> diff --git a/sangria-slf4j/pom.xml b/sangria-slf4j/pom.xml index f9ae8e2..53cbfb7 100644 --- a/sangria-slf4j/pom.xml +++ b/sangria-slf4j/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>com.tavianator.sangria</groupId> <artifactId>sangria</artifactId> - <version>1.2</version> + <version>1.2-SNAPSHOT</version> </parent> <artifactId>sangria-slf4j</artifactId> diff --git a/sangria-test/pom.xml b/sangria-test/pom.xml index 589d098..cdb835d 100644 --- a/sangria-test/pom.xml +++ b/sangria-test/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>com.tavianator.sangria</groupId> <artifactId>sangria</artifactId> - <version>1.2</version> + <version>1.2-SNAPSHOT</version> </parent> <artifactId>sangria-test</artifactId> |