[maven-release-plugin] prepare release apache-pirk-0.0.1

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

Branch: refs/heads/master
Commit: 8e07bf8595e942df3928376c4d86cad60da0d46d
Parents: add8c78
Author: smarthi <smar...@apache.org>
Authored: Sat Aug 13 00:15:15 2016 -0400
Committer: smarthi <smar...@apache.org>
Committed: Sat Aug 13 00:15:15 2016 -0400

----------------------------------------------------------------------
 pom.xml | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e07bf85/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6090ac0..47036cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,14 +11,13 @@
        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>
 
 
        <groupId>org.apache.pirk</groupId>
        <artifactId>apache-pirk</artifactId>
-       <version>0.0.1-SNAPSHOT</version>
+       <version>0.0.1</version>
        <packaging>jar</packaging>
 
        <name>Apache Pirk (incubating) Project</name>
@@ -60,7 +59,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.0.1</tag>
        </scm>
 
        <issueManagement>
@@ -443,11 +442,9 @@
                                                                
<shadedClassifierName>exe</shadedClassifierName>
                                                                
<minimizeJar>true</minimizeJar>
                                                                <transformers>
-                                                                       
<transformer
-                                                                               
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                                                                       
<transformer 
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                                                                        
</transformer>
-                                                                       
<transformer
-                                                                               
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer">
+                                                                       
<transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer">
                                                                        
</transformer>
                                                                </transformers>
                                                                <filters>

Reply via email to