You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/09/02 20:48:34 UTC

apex-core git commit: APEXCORE-518 - Update codestyle-config project pom.xml

Repository: apex-core
Updated Branches:
  refs/heads/master eea5c9c6a -> 5f06c7feb


APEXCORE-518 - Update codestyle-config project pom.xml


Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/5f06c7fe
Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/5f06c7fe
Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/5f06c7fe

Branch: refs/heads/master
Commit: 5f06c7febec2412281f456d1f32c863a084a572e
Parents: eea5c9c
Author: Vlad Rozov <v....@datatorrent.com>
Authored: Fri Sep 2 09:06:02 2016 -0700
Committer: Vlad Rozov <v....@datatorrent.com>
Committed: Fri Sep 2 13:27:19 2016 -0700

----------------------------------------------------------------------
 codestyle-config/pom.xml | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-core/blob/5f06c7fe/codestyle-config/pom.xml
----------------------------------------------------------------------
diff --git a/codestyle-config/pom.xml b/codestyle-config/pom.xml
index a641bea..2892d78 100644
--- a/codestyle-config/pom.xml
+++ b/codestyle-config/pom.xml
@@ -22,16 +22,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">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
-    <groupId>org.apache.apex</groupId>
-    <artifactId>apex</artifactId>
-    <version>3.3.0-incubating</version>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>18</version>
+    <relativePath/>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
 
+  <groupId>org.apache.apex</groupId>
   <artifactId>apex-codestyle-config</artifactId>
-  <name>Apache Apex (incubating) Codestyle Config</name>
-  <version>1.0.0-incubating</version>
+  <name>Apache Apex Codestyle Config</name>
+  <version>1.1.0</version>
 
   <properties>
     <!-- skip source archives -->