Repository: incubator-pirk
Updated Branches:
  refs/heads/0.2.0 [created] 1f83c7753


[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/c0319a99
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/c0319a99
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/c0319a99

Branch: refs/heads/0.2.0
Commit: c0319a99e5905432487f317789f31f9bfcdb7515
Parents: 5ea38ec
Author: eawilliams <eawilli...@apache.org>
Authored: Fri Sep 30 19:30:33 2016 -0400
Committer: eawilliams <eawilli...@apache.org>
Committed: Fri Sep 30 19:30:33 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c0319a99/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