From 00d42c4536760dbfc994306f2c084d1cb2810ed7 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Fri, 9 Dec 2016 01:03:16 +0100 Subject: [PATCH] Handover Version control to AppVeyor jobs (#156) In order to maintain Release and Snapshot versions on AppVeyor, I had to create two separate jobs on it. These jobs utilise the same config, but actually they only specify different version formats. * Release job: `2.0.{build}` * Snapshot & PR builder: 2.0-SNAPSHOT-build{build} Maybe it's not the best practice --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5f4ce68..edd62be 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,3 @@ - -version: '2.0-SNAPSHOT-build{build}' - # Do not build on tags (GitHub and BitBucket) skip_tags: true