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

Branch: refs/heads/master
Commit: b523d9a41e2bf1a67ee0ee37c026a0a9187ec822
Parents: c04887e
Author: smarthi <[email protected]>
Authored: Sat Aug 13 00:30:25 2016 -0400
Committer: smarthi <[email protected]>
Committed: Sat Aug 13 00:30:25 2016 -0400

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


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