Repository: falcon Updated Branches: refs/heads/0.8 517718bfb -> 9637c6d81
FALCON-570 Falcon needs to publish maven artifacts. Contributed by Shwetha GS Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/9637c6d8 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/9637c6d8 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/9637c6d8 Branch: refs/heads/0.8 Commit: 9637c6d8163dabd2f136113922f71ab087bd1341 Parents: 517718b Author: Shwetha GS <[email protected]> Authored: Tue Dec 22 11:42:43 2015 +0530 Committer: Shwetha GS <[email protected]> Committed: Tue Dec 22 11:42:43 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ checkstyle/pom.xml | 7 +++++-- pom.xml | 12 ++---------- 3 files changed, 9 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/9637c6d8/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 7bf823d..2c6898c 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,8 @@ Release version: 0.8 FALCON-1401 MetadataMappingService fails to add an edge for a process instance(Pallavi Rao) NEW FEATURES + FALCON-570 Falcon needs to publish maven artifacts (Shwetha GS) + FALCON-1485 Add documentation for data transfer details of filesystem replication(Peeyush Bishnoi via Sowmya Ramesh) FALCON-1315 Update falcon ui for HiveDR, secure clusters and bug fixes(Armando Reyna/Venkat Ranganathan via Sowmya Ramesh) http://git-wip-us.apache.org/repos/asf/falcon/blob/9637c6d8/checkstyle/pom.xml ---------------------------------------------------------------------- diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index df2c50c..01096af 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -21,8 +21,11 @@ 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.falcon</groupId> + <parent> + <groupId>org.apache.falcon</groupId> + <artifactId>falcon-main</artifactId> + <version>0.8</version> + </parent> <artifactId>checkstyle</artifactId> - <version>0.8</version> <name>Checkstyle</name> </project> http://git-wip-us.apache.org/repos/asf/falcon/blob/9637c6d8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 028112e..b35bace 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>13</version> + <version>17</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -87,14 +87,6 @@ <url>https://git-wip-us.apache.org/repos/asf/falcon.git</url> </scm> - <distributionManagement> - <repository> - <id>internal.repo</id> - <name>Internal Repository</name> - <url>${internal.maven.repo}</url> - </repository> - </distributionManagement> - <properties> <!-- platform encoding override --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -1196,7 +1188,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.2</version> + <version>3.4</version> </plugin> <plugin>
