Repository: incubator-pirk
Updated Branches:
  refs/heads/0.2.0 4a4699123 -> 8e767dba7


[maven-release-plugin] prepare release apache-pirk-0.2.0-incubating


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

Branch: refs/heads/0.2.0
Commit: b5758ed9243dab314ee6b45fb06ab95a123345f4
Parents: 4a46991
Author: eawilliams <[email protected]>
Authored: Mon Oct 3 08:54:36 2016 -0400
Committer: eawilliams <[email protected]>
Committed: Mon Oct 3 08:54:36 2016 -0400

----------------------------------------------------------------------
 pom.xml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/b5758ed9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5c46283..2665004 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,8 +11,7 @@
        License for the specific language governing permissions and ~ 
limitations 
        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>
 
     <parent>
@@ -23,7 +22,7 @@
 
     <groupId>org.apache.pirk</groupId>
     <artifactId>apache-pirk</artifactId>
-    <version>0.2.0-incubating-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
     <packaging>jar</packaging>
 
     <name>Apache Pirk (incubating) Project</name>
@@ -65,7 +64,7 @@
         
<connection>scm:git:git://git.apache.org/incubator-pirk.git</connection>
         
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-pirk.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=incubator-pirk.git</url>
-        <tag>HEAD</tag>
+        <tag>apache-pirk-0.2.0-incubating</tag>
     </scm>
 
     <issueManagement>
@@ -598,7 +597,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore/>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                                 <pluginExecution>
@@ -617,7 +616,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore/>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                             </pluginExecutions>

Reply via email to