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
2ad344f0
Commit
2ad344f0
authored
9 years ago
by
Shwetha GS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-936 Update atlas website for 0.7 release (shwethags)
parent
1ee2c1bc
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
1 deletion
+22
-1
pom.xml
distro/pom.xml
+1
-0
site.xml
docs/src/site/site.xml
+4
-1
pom.xml
pom.xml
+16
-0
release-log.txt
release-log.txt
+1
-0
No files found.
distro/pom.xml
View file @
2ad344f0
...
@@ -100,6 +100,7 @@ atlas.graph.index.search.solr.zookeeper-url=
...
@@ -100,6 +100,7 @@ atlas.graph.index.search.solr.zookeeper-url=
</goals>
</goals>
<phase>
package
</phase>
<phase>
package
</phase>
<configuration>
<configuration>
<skipAssembly>
false
</skipAssembly>
<descriptors>
<descriptors>
<descriptor>
src/main/assemblies/standalone-package.xml
</descriptor>
<descriptor>
src/main/assemblies/standalone-package.xml
</descriptor>
<descriptor>
src/main/assemblies/src-package.xml
</descriptor>
<descriptor>
src/main/assemblies/src-package.xml
</descriptor>
...
...
This diff is collapsed.
Click to expand it.
docs/src/site/site.xml
View file @
2ad344f0
...
@@ -93,13 +93,16 @@
...
@@ -93,13 +93,16 @@
</menu>
</menu>
<menu
name=
"Releases"
>
<menu
name=
"Releases"
>
<item
name=
"0.7-incubating"
href=
"http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.7.0-incubating/"
/>
<item
name=
"0.6-incubating"
<item
name=
"0.6-incubating"
href=
"http://
www.apache.org/dyn/closer.cgi
/incubator/atlas/0.6.0-incubating/"
/>
href=
"http://
archive.apache.org/dist
/incubator/atlas/0.6.0-incubating/"
/>
<item
name=
"0.5-incubating"
<item
name=
"0.5-incubating"
href=
"http://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/"
/>
href=
"http://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/"
/>
</menu>
</menu>
<menu
name=
"Documentation"
>
<menu
name=
"Documentation"
>
<item
name=
"0.7-incubating"
href=
"./0.7.0-incubating/index.html"
/>
<item
name=
"0.6-incubating"
href=
"./0.6.0-incubating/index.html"
/>
<item
name=
"0.6-incubating"
href=
"./0.6.0-incubating/index.html"
/>
<item
name=
"0.5-incubating"
href=
"./0.5.0-incubating/index.html"
/>
<item
name=
"0.5-incubating"
href=
"./0.5.0-incubating/index.html"
/>
</menu>
</menu>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
2ad344f0
...
@@ -1852,6 +1852,22 @@
...
@@ -1852,6 +1852,22 @@
</execution>
</execution>
</executions>
</executions>
</plugin>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-deploy-plugin
</artifactId>
<configuration>
<deployAtEnd>
true
</deployAtEnd>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-assembly-plugin
</artifactId>
<configuration>
<skipAssembly>
true
</skipAssembly>
</configuration>
</plugin>
</plugins>
</plugins>
</build>
</build>
</project>
</project>
This diff is collapsed.
Click to expand it.
release-log.txt
View file @
2ad344f0
...
@@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES:
...
@@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES:
ALL CHANGES:
ALL CHANGES:
ATLAS-936 Update atlas website for 0.7 release (shwethags)
ATLAS-995 Atlas to setup ldap authentication type as either LDAP / AD or None (nixonrodrigues via shwethags)
ATLAS-995 Atlas to setup ldap authentication type as either LDAP / AD or None (nixonrodrigues via shwethags)
ATLAS-902 Atlas throws exception due to null definition in Hive create table statement (svimal2106 via shwethags)
ATLAS-902 Atlas throws exception due to null definition in Hive create table statement (svimal2106 via shwethags)
ATLAS-987 Atlas hooks should avoid adding dependent libraries to component CLASSPATH (madhan.neethiraj via shwethags)
ATLAS-987 Atlas hooks should avoid adding dependent libraries to component CLASSPATH (madhan.neethiraj via shwethags)
...
...
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