You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2016/05/02 19:19:36 UTC

[1/3] incubator-mnemonic git commit: fix MNEMONIC-35: Failed to perform release remove clean operation for allocation services remove source plugin configuration

Repository: incubator-mnemonic
Updated Branches:
  refs/heads/master f970c8749 -> e3705b8b0


fix MNEMONIC-35: Failed to perform release
remove clean operation for allocation services
remove source plugin configuration


Project: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/commit/c2059315
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/tree/c2059315
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/diff/c2059315

Branch: refs/heads/master
Commit: c20593150369dd9bae9284243db00fff9b926c65
Parents: f970c87
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Sun May 1 20:44:03 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Sun May 1 23:16:03 2016 -0700

----------------------------------------------------------------------
 allocator-services/nvml-vmem-service/pom.xml | 12 ------------
 allocator-services/pmalloc-service/pom.xml   | 12 ------------
 allocator-services/pom.xml                   | 23 -----------------------
 collections/pom.xml                          | 12 ------------
 core/pom.xml                                 | 20 --------------------
 examples/pom.xml                             | 12 ------------
 pom.xml                                      |  6 +++---
 7 files changed, 3 insertions(+), 94 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c2059315/allocator-services/nvml-vmem-service/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/nvml-vmem-service/pom.xml b/allocator-services/nvml-vmem-service/pom.xml
index 0b683b2..90df3dc 100644
--- a/allocator-services/nvml-vmem-service/pom.xml
+++ b/allocator-services/nvml-vmem-service/pom.xml
@@ -76,18 +76,6 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <goals>
-              <goal>jar-no-fork</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-scm-publish-plugin</artifactId>
         <configuration>
           <checkoutDirectory>${project.build.directory}/scmpublish</checkoutDirectory>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c2059315/allocator-services/pmalloc-service/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/pmalloc-service/pom.xml b/allocator-services/pmalloc-service/pom.xml
index b48a374..c9b4d90 100644
--- a/allocator-services/pmalloc-service/pom.xml
+++ b/allocator-services/pmalloc-service/pom.xml
@@ -76,18 +76,6 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <goals>
-              <goal>jar-no-fork</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-scm-publish-plugin</artifactId>
         <configuration>
           <checkoutDirectory>${project.build.directory}/scmpublish</checkoutDirectory>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c2059315/allocator-services/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/pom.xml b/allocator-services/pom.xml
index 05f7f90..184f3cb 100644
--- a/allocator-services/pom.xml
+++ b/allocator-services/pom.xml
@@ -39,29 +39,6 @@
 
   <build>
     <plugins>
-      <plugin>
-	<groupId>org.apache.maven.plugins</groupId>
-	<artifactId>maven-clean-plugin</artifactId>
-	<executions>
-	  <execution>
-	    <id>auto-clean</id>
-	    <phase>initialize</phase>
-	    <goals>
-	      <goal>clean</goal>
-	    </goals>
-	  </execution>
-	</executions>
-	<configuration>
-	  <filesets>
-	    <fileset>
-	      <directory>../allocator-services/service-dist</directory>
-	      <includes>
-		<include>*.jar</include>
-	      </includes>
-	    </fileset>
-	  </filesets>
-	</configuration>
-      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c2059315/collections/pom.xml
----------------------------------------------------------------------
diff --git a/collections/pom.xml b/collections/pom.xml
index 491ae4a..2f9b789 100644
--- a/collections/pom.xml
+++ b/collections/pom.xml
@@ -44,18 +44,6 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <goals>
-              <goal>jar-no-fork</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
         <executions>
           <execution>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c2059315/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 38dae73..6bef153 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -34,14 +34,6 @@
   </dependencies>
 
   <build>
-    <resources>
-      <resource>
-        <directory>src/main/native/dist</directory>
-      </resource>
-      <resource>
-        <directory>src/main/resources</directory>
-      </resource>
-    </resources>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -70,18 +62,6 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <goals>
-              <goal>jar-no-fork</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
         <executions>
           <execution>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c2059315/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 6c26551..2ee0e77 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -33,18 +33,6 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <goals>
-              <goal>jar-no-fork</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
         <executions>
           <execution>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c2059315/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 10bb685..42da5d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
 
   <build>
     <plugins>
-      <plugin>
+      <!--plugin>
 	<groupId>org.apache.maven.plugins</groupId>
 	<artifactId>maven-clean-plugin</artifactId>
 	<executions>
@@ -215,7 +215,7 @@
 	    </fileset>
 	  </filesets>
 	</configuration>
-      </plugin>
+      </plugin-->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
@@ -315,7 +315,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>2.2.1</version>
+          <version>3.0.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>


[2/3] incubator-mnemonic git commit: [maven-release-plugin] prepare release mnemonic-parent-0.1.0-incubating

Posted by ga...@apache.org.
[maven-release-plugin] prepare release mnemonic-parent-0.1.0-incubating


Project: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/commit/c85ec494
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/tree/c85ec494
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/diff/c85ec494

Branch: refs/heads/master
Commit: c85ec4941cfba6be0da796c27cd650d92199405d
Parents: c205931
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Mon May 2 07:38:32 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Mon May 2 07:38:32 2016 -0700

----------------------------------------------------------------------
 allocator-services/nvml-vmem-service/pom.xml |  5 ++---
 allocator-services/pmalloc-service/pom.xml   |  5 ++---
 allocator-services/pom.xml                   |  2 +-
 collections/pom.xml                          |  5 ++---
 core/pom.xml                                 |  5 ++---
 examples/pom.xml                             | 10 ++++------
 pom.xml                                      |  6 +++---
 7 files changed, 16 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c85ec494/allocator-services/nvml-vmem-service/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/nvml-vmem-service/pom.xml b/allocator-services/nvml-vmem-service/pom.xml
index 90df3dc..2deb5d6 100644
--- a/allocator-services/nvml-vmem-service/pom.xml
+++ b/allocator-services/nvml-vmem-service/pom.xml
@@ -1,11 +1,10 @@
 <?xml version="1.0"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
     <artifactId>allocator-services-parent-project</artifactId>
-    <version>0.1.0-incubating-SNAPSHOT</version>
+    <version>0.1.0-incubating</version>
   </parent>
   <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
   <artifactId>nvml-vmem-service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c85ec494/allocator-services/pmalloc-service/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/pmalloc-service/pom.xml b/allocator-services/pmalloc-service/pom.xml
index c9b4d90..43de3f6 100644
--- a/allocator-services/pmalloc-service/pom.xml
+++ b/allocator-services/pmalloc-service/pom.xml
@@ -1,11 +1,10 @@
 <?xml version="1.0"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
     <artifactId>allocator-services-parent-project</artifactId>
-    <version>0.1.0-incubating-SNAPSHOT</version>
+    <version>0.1.0-incubating</version>
   </parent>
   <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
   <artifactId>pmalloc-service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c85ec494/allocator-services/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/pom.xml b/allocator-services/pom.xml
index 184f3cb..e71beae 100644
--- a/allocator-services/pom.xml
+++ b/allocator-services/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.0-incubating-SNAPSHOT</version>
+    <version>0.1.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
  

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c85ec494/collections/pom.xml
----------------------------------------------------------------------
diff --git a/collections/pom.xml b/collections/pom.xml
index 2f9b789..e88a395 100644
--- a/collections/pom.xml
+++ b/collections/pom.xml
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.0-incubating-SNAPSHOT</version>
+    <version>0.1.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c85ec494/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 6bef153..6e3990b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.0-incubating-SNAPSHOT</version>
+    <version>0.1.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c85ec494/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 2ee0e77..747337f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -1,10 +1,9 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.0-incubating-SNAPSHOT</version>
+    <version>0.1.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -42,8 +41,7 @@
             </goals>
             <configuration>
               <transformers>
-                <transformer
-                    implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                   <mainClass>${project.groupId}.Main</mainClass>
                 </transformer>
               </transformers>
@@ -103,7 +101,7 @@
 		<argument>-Djava.ext.dirs=${allocator.service.dir}</argument>
 		<argument>-ea</argument>
 		<argument>-classpath</argument>
-		<classpath/>
+		<classpath />
 		<argument>${project.groupId}.Main</argument>
 	      </arguments>
 	    </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c85ec494/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 42da5d2..2b372a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,13 +19,12 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.mnemonic</groupId>
   <artifactId>mnemonic-parent</artifactId>
-  <version>0.1.0-incubating-SNAPSHOT</version>
+  <version>0.1.0-incubating</version>
   <packaging>pom</packaging>
   <name>Mnemonic Project Parent POM</name>
   <url>https://github.com/apache/incubator-mnemonic</url>
@@ -76,6 +75,7 @@
     <url>https://git-wip-us.apache.org/repos/asf/incubator-mnemonic.git</url>
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-mnemonic.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-mnemonic.git</developerConnection>
+    <tag>mnemonic-parent-0.1.0-incubating</tag>
   </scm>
 
   <issueManagement>


[3/3] incubator-mnemonic git commit: [maven-release-plugin] prepare for next development iteration

Posted by ga...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/commit/e3705b8b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/tree/e3705b8b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/diff/e3705b8b

Branch: refs/heads/master
Commit: e3705b8b0255914b108d4e6c653466d9a73b7910
Parents: c85ec49
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Mon May 2 07:38:43 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Mon May 2 07:38:43 2016 -0700

----------------------------------------------------------------------
 allocator-services/nvml-vmem-service/pom.xml | 2 +-
 allocator-services/pmalloc-service/pom.xml   | 2 +-
 allocator-services/pom.xml                   | 2 +-
 collections/pom.xml                          | 2 +-
 core/pom.xml                                 | 2 +-
 examples/pom.xml                             | 2 +-
 pom.xml                                      | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/e3705b8b/allocator-services/nvml-vmem-service/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/nvml-vmem-service/pom.xml b/allocator-services/nvml-vmem-service/pom.xml
index 2deb5d6..d296349 100644
--- a/allocator-services/nvml-vmem-service/pom.xml
+++ b/allocator-services/nvml-vmem-service/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
     <artifactId>allocator-services-parent-project</artifactId>
-    <version>0.1.0-incubating</version>
+    <version>0.1.1-incubating-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
   <artifactId>nvml-vmem-service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/e3705b8b/allocator-services/pmalloc-service/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/pmalloc-service/pom.xml b/allocator-services/pmalloc-service/pom.xml
index 43de3f6..78f7fb5 100644
--- a/allocator-services/pmalloc-service/pom.xml
+++ b/allocator-services/pmalloc-service/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
     <artifactId>allocator-services-parent-project</artifactId>
-    <version>0.1.0-incubating</version>
+    <version>0.1.1-incubating-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
   <artifactId>pmalloc-service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/e3705b8b/allocator-services/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/pom.xml b/allocator-services/pom.xml
index e71beae..5dd4774 100644
--- a/allocator-services/pom.xml
+++ b/allocator-services/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.0-incubating</version>
+    <version>0.1.1-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
  

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/e3705b8b/collections/pom.xml
----------------------------------------------------------------------
diff --git a/collections/pom.xml b/collections/pom.xml
index e88a395..58aca98 100644
--- a/collections/pom.xml
+++ b/collections/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.0-incubating</version>
+    <version>0.1.1-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/e3705b8b/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 6e3990b..5e44973 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.0-incubating</version>
+    <version>0.1.1-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/e3705b8b/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 747337f..7ff1ed9 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.0-incubating</version>
+    <version>0.1.1-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/e3705b8b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2b372a0..89f24a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.mnemonic</groupId>
   <artifactId>mnemonic-parent</artifactId>
-  <version>0.1.0-incubating</version>
+  <version>0.1.1-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Mnemonic Project Parent POM</name>
   <url>https://github.com/apache/incubator-mnemonic</url>
@@ -75,7 +75,7 @@
     <url>https://git-wip-us.apache.org/repos/asf/incubator-mnemonic.git</url>
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-mnemonic.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-mnemonic.git</developerConnection>
-    <tag>mnemonic-parent-0.1.0-incubating</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <issueManagement>