You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2015/05/16 20:44:27 UTC

[03/12] incubator-streams-examples git commit: need apache inheritance to use apache-rat:check

need apache inheritance to use apache-rat:check


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/83580cf4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/83580cf4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/83580cf4

Branch: refs/heads/0.2-incubating-rc1
Commit: 83580cf4756bb7e73db5c766cc84c5a6d3d8f11e
Parents: 107852b
Author: Steve Blackmon <sb...@apache.org>
Authored: Mon Apr 27 22:32:40 2015 -0500
Committer: Steve Blackmon <sb...@apache.org>
Committed: Mon Apr 27 22:32:40 2015 -0500

----------------------------------------------------------------------
 pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/83580cf4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f9ec512..d7ebbe4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,11 +18,19 @@
   -->
 
 <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">
+
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>16</version>
+    </parent>
+
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.streams</groupId>
     <artifactId>streams-examples</artifactId>
-
+    <version>0.2-incubating-SNAPSHOT</version>
+    
     <packaging>pom</packaging>
     <name>streams-examples</name>