[Git][ultreiaio/ird-t3][develop] fix version for release modules
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3 Commits: 5fd13ba4 by Tony CHEMIT at 2018-02-26T00:22:53+01:00 fix version for release modules - - - - - 2 changed files: - t3-installer/pom.xml - t3/pom.xml Changes: ===================================== t3-installer/pom.xml ===================================== --- a/t3-installer/pom.xml +++ b/t3-installer/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.t3</groupId> <artifactId>ird-t3</artifactId> - <version>2.1</version> + <version>2.2-SNAPSHOT</version> </parent> <artifactId>t3-installer</artifactId> ===================================== t3/pom.xml ===================================== --- a/t3/pom.xml +++ b/t3/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.t3</groupId> <artifactId>ird-t3</artifactId> - <version>2.1</version> + <version>2.2-SNAPSHOT</version> </parent> <artifactId>t3</artifactId> View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/5fd13ba435f39aa0f734528bf207f3c09... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/5fd13ba435f39aa0f734528bf207f3c09... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT