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 03:46:52 UTC

[1/6] incubator-pirk git commit: [maven-release-plugin] prepare for next development iteration

Repository: incubator-pirk
Updated Branches:
  refs/heads/master dc057583c -> 7aa4182b4


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: 4b0834cfe0011a49da72256110ead4317bd13659
Parents: 9edcc97
Author: smarthi <sm...@apache.org>
Authored: Fri Aug 12 21:09:48 2016 -0400
Committer: smarthi <sm...@apache.org>
Committed: Fri Aug 12 21:09:48 2016 -0400

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4b0834cf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bc567a5..81c428a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
 	<groupId>org.apache.pirk</groupId>
 	<artifactId>apache-pirk</artifactId>
-	<version>0.0.1</version>
+	<version>0.0.2-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
 	<name>Apache Pirk (incubating) Project</name>
@@ -59,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>apache-pirk-0.0.1</tag>
+		<tag>HEAD</tag>
 	</scm>
 
 	<issueManagement>


[6/6] incubator-pirk git commit: Modified POM to add apache

Posted by sm...@apache.org.
Modified POM to add apache <repository>


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

Branch: refs/heads/master
Commit: 7aa4182b4afab67c9c617174aec4b1bb03ccd5a9
Parents: 48c611d
Author: smarthi <sm...@apache.org>
Authored: Fri Aug 12 23:46:01 2016 -0400
Committer: smarthi <sm...@apache.org>
Committed: Fri Aug 12 23:46:01 2016 -0400

----------------------------------------------------------------------
 pom.xml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7aa4182b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 81c428a..831c5ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,17 @@
 				<updatePolicy>always</updatePolicy>
 			</snapshots>
 		</repository>
-
+		<repository>
+			<id>apache-repo</id>
+			<name>Apache Repository</name>
+			<url>https://repository.apache.org/content/repositories/releases</url>
+			<releases>
+				<enabled>true</enabled>
+			</releases>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+		</repository>
 	</repositories>
 
 	<properties>
@@ -520,7 +530,7 @@
 					<version>2.5.1</version>
 					<configuration>
 						<useReleaseProfile>true</useReleaseProfile>
-						<releaseProfiles>apache-release</releaseProfiles>
+						<releaseProfiles>signed_release</releaseProfiles>
 						<autoVersionSubmodules>true</autoVersionSubmodules>
 						<goals>deploy</goals>
 						<tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>


[4/6] incubator-pirk git commit: [maven-release-plugin] prepare release apache-pirk-0.0.1

Posted by sm...@apache.org.
[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/246b0528
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/246b0528
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/246b0528

Branch: refs/heads/master
Commit: 246b0528c4bf902f5421a16f9d6d3c7395724e36
Parents: d4be9a3
Author: smarthi <sm...@apache.org>
Authored: Fri Aug 12 23:31:48 2016 -0400
Committer: smarthi <sm...@apache.org>
Committed: Fri Aug 12 23:31:48 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/246b0528/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 66b005f..bc567a5 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>
@@ -433,11 +432,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>


[3/6] incubator-pirk git commit: [maven-release-plugin] rollback the release of apache-pirk-0.0.1

Posted by sm...@apache.org.
[maven-release-plugin] rollback the release of 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/d4be9a36
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/d4be9a36
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/d4be9a36

Branch: refs/heads/master
Commit: d4be9a3630c6a3be605f872dda4037c33cf91045
Parents: 4b0834c
Author: smarthi <sm...@apache.org>
Authored: Fri Aug 12 21:18:22 2016 -0400
Committer: smarthi <sm...@apache.org>
Committed: Fri Aug 12 21:18:22 2016 -0400

----------------------------------------------------------------------
 pom.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/d4be9a36/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 81c428a..66b005f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,13 +11,14 @@
 	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.2-SNAPSHOT</version>
+	<version>0.0.1-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
 	<name>Apache Pirk (incubating) Project</name>
@@ -432,9 +433,11 @@
 								<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>


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

Posted by sm...@apache.org.
[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/9edcc974
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/9edcc974
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/9edcc974

Branch: refs/heads/master
Commit: 9edcc974e1fe2866b9be8fd66cb03cf22cd94e77
Parents: dc05758
Author: smarthi <sm...@apache.org>
Authored: Fri Aug 12 21:09:48 2016 -0400
Committer: smarthi <sm...@apache.org>
Committed: Fri Aug 12 21:09:48 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/9edcc974/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 66b005f..bc567a5 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>
@@ -433,11 +432,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>


[5/6] incubator-pirk git commit: [maven-release-plugin] prepare for next development iteration

Posted by sm...@apache.org.
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: 48c611d6d4e11ac6babc47fe0fdb48a308a05f5b
Parents: 246b052
Author: smarthi <sm...@apache.org>
Authored: Fri Aug 12 23:32:42 2016 -0400
Committer: smarthi <sm...@apache.org>
Committed: Fri Aug 12 23:32:42 2016 -0400

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/48c611d6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bc567a5..81c428a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
 	<groupId>org.apache.pirk</groupId>
 	<artifactId>apache-pirk</artifactId>
-	<version>0.0.1</version>
+	<version>0.0.2-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
 	<name>Apache Pirk (incubating) Project</name>
@@ -59,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>apache-pirk-0.0.1</tag>
+		<tag>HEAD</tag>
 	</scm>
 
 	<issueManagement>