Repository: falcon Updated Branches: refs/heads/master 88bbe14ca -> 568156e51
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/568156e5 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/568156e5 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/568156e5 Branch: refs/heads/master Commit: 568156e51322afd3389cd53b60bff8649663f43e Parents: 88bbe14 Author: Shwetha GS <[email protected]> Authored: Tue Dec 22 11:30:48 2015 +0530 Committer: Shwetha GS <[email protected]> Committed: Tue Dec 22 11:30:48 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/568156e5/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 3ab92d4..1ba134e 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -135,6 +135,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 (Shwethags 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/568156e5/checkstyle/pom.xml ---------------------------------------------------------------------- diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 3e2f2fd..6bfe431 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.9-SNAPSHOT</version> + </parent> <artifactId>checkstyle</artifactId> - <version>0.9-SNAPSHOT</version> <name>Checkstyle</name> </project> http://git-wip-us.apache.org/repos/asf/falcon/blob/568156e5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a7b21ae..cfc06c0 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> @@ -1230,7 +1222,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.2</version> + <version>3.4</version> </plugin> <plugin>
