[releng] Change version to 0.3.1
diff --git a/org.eclipse.handly-feature/feature.xml b/org.eclipse.handly-feature/feature.xml
index b0e67e2..fa8f6ce 100644
--- a/org.eclipse.handly-feature/feature.xml
+++ b/org.eclipse.handly-feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.handly"
       label="%featureName"
-      version="0.3.0.qualifier"
+      version="0.3.1.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.handly"
       license-feature="org.eclipse.license"
diff --git a/org.eclipse.handly-feature/pom.xml b/org.eclipse.handly-feature/pom.xml
index 6a10e08..e472ca8 100644
--- a/org.eclipse.handly-feature/pom.xml
+++ b/org.eclipse.handly-feature/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.features</groupId>
diff --git a/org.eclipse.handly.examples-feature/feature.xml b/org.eclipse.handly.examples-feature/feature.xml
index 31dd22b..2a454cb 100644
--- a/org.eclipse.handly.examples-feature/feature.xml
+++ b/org.eclipse.handly.examples-feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.handly.examples"
       label="%featureName"
-      version="0.3.0.qualifier"
+      version="0.3.1.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.handly.examples"
       license-feature="org.eclipse.license"
diff --git a/org.eclipse.handly.examples-feature/pom.xml b/org.eclipse.handly.examples-feature/pom.xml
index 0b9e339..823daec 100644
--- a/org.eclipse.handly.examples-feature/pom.xml
+++ b/org.eclipse.handly.examples-feature/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.features</groupId>
diff --git a/org.eclipse.handly.examples.basic.ui.tests/META-INF/MANIFEST.MF b/org.eclipse.handly.examples.basic.ui.tests/META-INF/MANIFEST.MF
index b9a57ed..120c771 100644
--- a/org.eclipse.handly.examples.basic.ui.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.handly.examples.basic.ui.tests/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.handly.examples.basic.ui.tests
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 0.3.1.qualifier
 Bundle-Name: Handly Basic Example Tests (Incubation)
 Bundle-Vendor: Eclipse Handly
 Fragment-Host: org.eclipse.handly.examples.basic.ui
diff --git a/org.eclipse.handly.examples.basic.ui.tests/pom.xml b/org.eclipse.handly.examples.basic.ui.tests/pom.xml
index 9a68c47..bb6ad67 100644
--- a/org.eclipse.handly.examples.basic.ui.tests/pom.xml
+++ b/org.eclipse.handly.examples.basic.ui.tests/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.bundles</groupId>
diff --git a/org.eclipse.handly.examples.basic.ui/META-INF/MANIFEST.MF b/org.eclipse.handly.examples.basic.ui/META-INF/MANIFEST.MF
index d4d2b97..8e2e35f 100644
--- a/org.eclipse.handly.examples.basic.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.handly.examples.basic.ui/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.handly.examples.basic.ui;singleton:=true
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 0.3.1.qualifier
 Bundle-Name: %pluginName
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/org.eclipse.handly.examples.basic.ui/pom.xml b/org.eclipse.handly.examples.basic.ui/pom.xml
index 3d7665e..05fa1e9 100644
--- a/org.eclipse.handly.examples.basic.ui/pom.xml
+++ b/org.eclipse.handly.examples.basic.ui/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.bundles</groupId>
diff --git a/org.eclipse.handly.examples.basic/META-INF/MANIFEST.MF b/org.eclipse.handly.examples.basic/META-INF/MANIFEST.MF
index bfac513..b83a3a2 100644
--- a/org.eclipse.handly.examples.basic/META-INF/MANIFEST.MF
+++ b/org.eclipse.handly.examples.basic/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.handly.examples.basic;singleton:=true
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 0.3.1.qualifier
 Bundle-Name: %pluginName
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/org.eclipse.handly.examples.basic/pom.xml b/org.eclipse.handly.examples.basic/pom.xml
index 2bacd2f..165b335 100644
--- a/org.eclipse.handly.examples.basic/pom.xml
+++ b/org.eclipse.handly.examples.basic/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.bundles</groupId>
diff --git a/org.eclipse.handly.examples.javamodel.tests/META-INF/MANIFEST.MF b/org.eclipse.handly.examples.javamodel.tests/META-INF/MANIFEST.MF
index 4d60468..863b789 100644
--- a/org.eclipse.handly.examples.javamodel.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.handly.examples.javamodel.tests/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.handly.examples.javamodel.tests
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 0.3.1.qualifier
 Bundle-Name: Handly Java Model Example Tests (Incubation)
 Bundle-Vendor: Eclipse Handly
 Fragment-Host: org.eclipse.handly.examples.javamodel
diff --git a/org.eclipse.handly.examples.javamodel.tests/pom.xml b/org.eclipse.handly.examples.javamodel.tests/pom.xml
index cb2a7fa..25b6d10 100644
--- a/org.eclipse.handly.examples.javamodel.tests/pom.xml
+++ b/org.eclipse.handly.examples.javamodel.tests/pom.xml
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.bundles</groupId>
diff --git a/org.eclipse.handly.examples.javamodel.ui/META-INF/MANIFEST.MF b/org.eclipse.handly.examples.javamodel.ui/META-INF/MANIFEST.MF
index 10a3941..712ad63 100644
--- a/org.eclipse.handly.examples.javamodel.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.handly.examples.javamodel.ui/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.handly.examples.javamodel.ui;singleton:=true
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 0.3.1.qualifier
 Bundle-Name: %pluginName
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/org.eclipse.handly.examples.javamodel.ui/pom.xml b/org.eclipse.handly.examples.javamodel.ui/pom.xml
index e5367e2..e59ad50 100644
--- a/org.eclipse.handly.examples.javamodel.ui/pom.xml
+++ b/org.eclipse.handly.examples.javamodel.ui/pom.xml
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.bundles</groupId>
diff --git a/org.eclipse.handly.examples.javamodel/META-INF/MANIFEST.MF b/org.eclipse.handly.examples.javamodel/META-INF/MANIFEST.MF
index f60ad6a..7cd7b80 100644
--- a/org.eclipse.handly.examples.javamodel/META-INF/MANIFEST.MF
+++ b/org.eclipse.handly.examples.javamodel/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.handly.examples.javamodel;singleton:=true
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 0.3.1.qualifier
 Bundle-Name: %pluginName
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/org.eclipse.handly.examples.javamodel/pom.xml b/org.eclipse.handly.examples.javamodel/pom.xml
index e0faecc..42c4524 100644
--- a/org.eclipse.handly.examples.javamodel/pom.xml
+++ b/org.eclipse.handly.examples.javamodel/pom.xml
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.bundles</groupId>
diff --git a/org.eclipse.handly.examples/META-INF/MANIFEST.MF b/org.eclipse.handly.examples/META-INF/MANIFEST.MF
index f590194..5025c5c 100644
--- a/org.eclipse.handly.examples/META-INF/MANIFEST.MF
+++ b/org.eclipse.handly.examples/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.handly.examples;singleton:=true
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 0.3.1.qualifier
 Bundle-Name: %pluginName
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/org.eclipse.handly.examples/pom.xml b/org.eclipse.handly.examples/pom.xml
index 8b4c46d..d9966b8 100644
--- a/org.eclipse.handly.examples/pom.xml
+++ b/org.eclipse.handly.examples/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.bundles</groupId>
diff --git a/org.eclipse.handly.junit/META-INF/MANIFEST.MF b/org.eclipse.handly.junit/META-INF/MANIFEST.MF
index 06717ab..d0c9f49 100644
--- a/org.eclipse.handly.junit/META-INF/MANIFEST.MF
+++ b/org.eclipse.handly.junit/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.handly.junit
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 0.3.1.qualifier
 Bundle-Name: %pluginName
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/org.eclipse.handly.junit/pom.xml b/org.eclipse.handly.junit/pom.xml
index 6b17e48..12ea9b0 100644
--- a/org.eclipse.handly.junit/pom.xml
+++ b/org.eclipse.handly.junit/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.bundles</groupId>
diff --git a/org.eclipse.handly.tests-feature/feature.xml b/org.eclipse.handly.tests-feature/feature.xml
index 2b88113..3ad3595 100644
--- a/org.eclipse.handly.tests-feature/feature.xml
+++ b/org.eclipse.handly.tests-feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.handly.tests"
       label="%featureName"
-      version="0.3.0.qualifier"
+      version="0.3.1.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="1.0.1.qualifier">
diff --git a/org.eclipse.handly.tests-feature/pom.xml b/org.eclipse.handly.tests-feature/pom.xml
index 4171b43..8680b62 100644
--- a/org.eclipse.handly.tests-feature/pom.xml
+++ b/org.eclipse.handly.tests-feature/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.features</groupId>
diff --git a/org.eclipse.handly.tests/META-INF/MANIFEST.MF b/org.eclipse.handly.tests/META-INF/MANIFEST.MF
index ff1a3a3..592a1f6 100644
--- a/org.eclipse.handly.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.handly.tests/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.handly.tests
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 0.3.1.qualifier
 Bundle-Name: Handly Tests (Incubation)
 Bundle-Vendor: Eclipse Handly
 Fragment-Host: org.eclipse.handly
diff --git a/org.eclipse.handly.tests/pom.xml b/org.eclipse.handly.tests/pom.xml
index 48dde89..d6c8ebe 100644
--- a/org.eclipse.handly.tests/pom.xml
+++ b/org.eclipse.handly.tests/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.bundles</groupId>
diff --git a/org.eclipse.handly.ui/META-INF/MANIFEST.MF b/org.eclipse.handly.ui/META-INF/MANIFEST.MF
index 3f37694..7983721 100644
--- a/org.eclipse.handly.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.handly.ui/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.handly.ui;singleton:=true
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 0.3.1.qualifier
 Bundle-Name: %pluginName
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/org.eclipse.handly.ui/pom.xml b/org.eclipse.handly.ui/pom.xml
index 914b4e6..bcf93cd 100644
--- a/org.eclipse.handly.ui/pom.xml
+++ b/org.eclipse.handly.ui/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.bundles</groupId>
diff --git a/org.eclipse.handly.xtext-feature/feature.xml b/org.eclipse.handly.xtext-feature/feature.xml
index 31c707d..ebb9bd6 100644
--- a/org.eclipse.handly.xtext-feature/feature.xml
+++ b/org.eclipse.handly.xtext-feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.handly.xtext"
       label="%featureName"
-      version="0.3.0.qualifier"
+      version="0.3.1.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.handly.xtext"
       license-feature="org.eclipse.license"
diff --git a/org.eclipse.handly.xtext-feature/pom.xml b/org.eclipse.handly.xtext-feature/pom.xml
index cfd2ef1..3921acc 100644
--- a/org.eclipse.handly.xtext-feature/pom.xml
+++ b/org.eclipse.handly.xtext-feature/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.features</groupId>
diff --git a/org.eclipse.handly.xtext.ui/META-INF/MANIFEST.MF b/org.eclipse.handly.xtext.ui/META-INF/MANIFEST.MF
index 20d5e08..3b9494a 100644
--- a/org.eclipse.handly.xtext.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.handly.xtext.ui/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.handly.xtext.ui;singleton:=true
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 0.3.1.qualifier
 Bundle-Name: %pluginName
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/org.eclipse.handly.xtext.ui/pom.xml b/org.eclipse.handly.xtext.ui/pom.xml
index 58f1a44..aca16c0 100644
--- a/org.eclipse.handly.xtext.ui/pom.xml
+++ b/org.eclipse.handly.xtext.ui/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.bundles</groupId>
diff --git a/org.eclipse.handly.xtext/META-INF/MANIFEST.MF b/org.eclipse.handly.xtext/META-INF/MANIFEST.MF
index e364c26..1327de8 100644
--- a/org.eclipse.handly.xtext/META-INF/MANIFEST.MF
+++ b/org.eclipse.handly.xtext/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.handly.xtext;singleton:=true
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 0.3.1.qualifier
 Bundle-Name: %pluginName
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/org.eclipse.handly.xtext/pom.xml b/org.eclipse.handly.xtext/pom.xml
index ca2e243..7fd59b3 100644
--- a/org.eclipse.handly.xtext/pom.xml
+++ b/org.eclipse.handly.xtext/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.bundles</groupId>
diff --git a/org.eclipse.handly/META-INF/MANIFEST.MF b/org.eclipse.handly/META-INF/MANIFEST.MF
index 82196ca..ee41137 100644
--- a/org.eclipse.handly/META-INF/MANIFEST.MF
+++ b/org.eclipse.handly/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.handly;singleton:=true
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 0.3.1.qualifier
 Bundle-Name: %pluginName
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/org.eclipse.handly/pom.xml b/org.eclipse.handly/pom.xml
index c746ae0..17b2cad 100644
--- a/org.eclipse.handly/pom.xml
+++ b/org.eclipse.handly/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <groupId>org.eclipse.handly.bundles</groupId>
diff --git a/releng/pom.xml b/releng/pom.xml
index 9798a97..accb800 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -15,7 +15,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.eclipse.handly</groupId>
   <artifactId>releng</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <prerequisites>
     <maven>3.0</maven>
@@ -193,7 +193,7 @@
                 <artifact>
                   <groupId>org.eclipse.handly.targets</groupId>
                   <artifactId>base</artifactId>
-                  <version>0.3.0-SNAPSHOT</version>
+                  <version>0.3.1-SNAPSHOT</version>
                 </artifact>
               </target>
             </configuration>
@@ -216,7 +216,7 @@
                 <artifact>
                   <groupId>org.eclipse.handly.targets</groupId>
                   <artifactId>latest</artifactId>
-                  <version>0.3.0-SNAPSHOT</version>
+                  <version>0.3.1-SNAPSHOT</version>
                 </artifact>
               </target>
             </configuration>
diff --git a/repository/pom.xml b/repository/pom.xml
index ead7ed6..82f970a 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -16,13 +16,13 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <artifactId>repository</artifactId>
   <packaging>eclipse-repository</packaging>
   <properties>
-    <handly.version>0.3.0.${buildQualifier}</handly.version>
+    <handly.version>0.3.1.${buildQualifier}</handly.version>
     <ant-optional.version>1.5.3-1</ant-optional.version>
     <ant-xalan2.version>1.9.4</ant-xalan2.version>
   </properties>
diff --git a/targets/base/pom.xml b/targets/base/pom.xml
index b369086..f15e98c 100644
--- a/targets/base/pom.xml
+++ b/targets/base/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>targets</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.eclipse.handly.targets</groupId>
diff --git a/targets/latest/pom.xml b/targets/latest/pom.xml
index 8f8731d..d855019 100644
--- a/targets/latest/pom.xml
+++ b/targets/latest/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>targets</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.eclipse.handly.targets</groupId>
diff --git a/targets/pom.xml b/targets/pom.xml
index 5e50a2b..736ab12 100644
--- a/targets/pom.xml
+++ b/targets/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2014 1C LLC.
+   Copyright (c) 2014, 2015 1C-Soft LLC and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse.handly</groupId>
     <artifactId>releng</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../releng</relativePath>
   </parent>
   <artifactId>targets</artifactId>