Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
9370bf75
Commit
9370bf75
authored
7 years ago
by
Sarath Subramanian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2224: Fix Atlas build-tools dependency
parent
a9f4c21c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
pom.xml
build-tools/pom.xml
+1
-1
pom.xml
pom.xml
+3
-3
No files found.
build-tools/pom.xml
View file @
9370bf75
...
...
@@ -24,6 +24,6 @@
<artifactId>
atlas-buildtools
</artifactId>
<name>
Apache Atlas Server Build Tools
</name>
<description>
Apache Atlas Build Tools like Checkstyle
</description>
<version>
1.0
.0-SNAPSHOT
</version>
<version>
1.0
</version>
<packaging>
jar
</packaging>
</project>
This diff is collapsed.
Click to expand it.
pom.xml
View file @
9370bf75
...
...
@@ -654,6 +654,7 @@
</profiles>
<modules>
<module>
build-tools
</module>
<module>
intg
</module>
<module>
common
</module>
<module>
typesystem
</module>
...
...
@@ -679,10 +680,9 @@
<module>
addons/sqoop-bridge
</module>
<module>
addons/storm-bridge-shim
</module>
<module>
addons/storm-bridge
</module>
<module>
addons/hbase-bridge-shim
</module>
<module>
addons/hbase-bridge-shim
</module>
<module>
addons/hbase-bridge
</module>
<module>
distro
</module>
<module>
build-tools
</module>
</modules>
<repositories>
...
...
@@ -2132,7 +2132,7 @@
<dependency>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
atlas-buildtools
</artifactId>
<version>
${project.version}
</version>
<version>
1.0
</version>
</dependency>
</dependencies>
<executions>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment