You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pirk.apache.org by sm...@apache.org on 2016/08/13 05:20:04 UTC

[2/3] incubator-pirk git commit: [maven-release-plugin] prepare release apache-pirk-0.0.1

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

Branch: refs/heads/master
Commit: bb48ebfef712dd60ad4b316146a444fcb54176ef
Parents: 0f0754b
Author: smarthi <sm...@apache.org>
Authored: Sat Aug 13 00:42:12 2016 -0400
Committer: smarthi <sm...@apache.org>
Committed: Sat Aug 13 00:42:12 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/bb48ebfe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9c24691..8a5fdde 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>
@@ -453,11 +452,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>