You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2016/06/30 17:37:49 UTC

[07/13] incubator-fluo git commit: Update resources dependency; do mvn central rules

Update resources dependency; do mvn central rules


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

Branch: refs/heads/fluo-parent
Commit: c19ecb58340274dce93dac243e327f00235d2e43
Parents: fe8fca5
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Feb 25 18:04:18 2016 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Feb 25 18:04:18 2016 -0500

----------------------------------------------------------------------
 pom.xml | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/c19ecb58/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cf0c27b..6fa9d3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,12 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
+  <developers>
+    <developer>
+      <name>Fluo.io contributors</name>
+      <organization>Fluo.io</organization>
+    </developer>
+  </developers>
   <mailingLists>
     <mailingList>
       <name>Dev</name>
@@ -52,15 +58,15 @@
     </snapshotRepository>
   </distributionManagement>
   <properties>
-    <build-resources.version>1.0.0</build-resources.version>
-    <checkstyle.config>io/fluo/build-resources/java-checkstyle.xml</checkstyle.config>
+    <checkstyle.config>io/fluo/resources/java-checkstyle.xml</checkstyle.config>
     <extraReleaseArguments />
     <findbugs.effort>Max</findbugs.effort>
     <findbugs.includeTests>true</findbugs.includeTests>
     <findbugs.maxRank>16</findbugs.maxRank>
     <findbugs.xmlOutput>true</findbugs.xmlOutput>
-    <formatter.config>io/fluo/build-resources/eclipse-formatter.xml</formatter.config>
+    <formatter.config>io/fluo/resources/eclipse-formatter.xml</formatter.config>
     <gpg.useagent>true</gpg.useagent>
+    <io.fluo.resources.version>1.0.0</io.fluo.resources.version>
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
     <maven.min-version>3.0.5</maven.min-version>
@@ -113,8 +119,8 @@
           <dependencies>
             <dependency>
               <groupId>io.fluo</groupId>
-              <artifactId>build-resources</artifactId>
-              <version>${build-resources.version}</version>
+              <artifactId>resources</artifactId>
+              <version>${io.fluo.resources.version}</version>
             </dependency>
           </dependencies>
         </plugin>
@@ -142,8 +148,8 @@
             </dependency>
             <dependency>
               <groupId>io.fluo</groupId>
-              <artifactId>build-resources</artifactId>
-              <version>${build-resources.version}</version>
+              <artifactId>resources</artifactId>
+              <version>${io.fluo.resources.version}</version>
             </dependency>
           </dependencies>
         </plugin>