Ian Maxon has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/332
Change subject: Add change Nexus repo, relax RAT checks
......................................................................
Add change Nexus repo, relax RAT checks
Change-Id: I9fe685a912df7b18e59579c832eea0dbbeb18b3f
---
M asterix-doc/pom.xml
M pom.xml
2 files changed, 10 insertions(+), 15 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/32/332/1
diff --git a/asterix-doc/pom.xml b/asterix-doc/pom.xml
index 4c4c799..5d57317 100644
--- a/asterix-doc/pom.xml
+++ b/asterix-doc/pom.xml
@@ -39,7 +39,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.3</version>
+ <version>3.4</version>
<configuration>
<generateReports>false</generateReports>
</configuration>
diff --git a/pom.xml b/pom.xml
index 6f4217e..f69ea73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,12 @@
<version>0.8.7-SNAPSHOT</version>
<packaging>pom</packaging>
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>LATEST</version>
+ </parent>
+
<licenses>
<license>
<name>Apache License, Version 2.0</name>
@@ -96,7 +102,7 @@
<version>0.11</version>
<executions>
<execution>
- <phase>verify</phase>
+ <phase>deploy</phase>
<goals>
<goal>check</goal>
</goals>
@@ -149,20 +155,9 @@
</build>
<scm>
- <connection>scm:git:https://code.google.com/p/asterixdb/</connection>
-
<developerConnection>scm:git:ssh://fulliautomatix.ics.uci.edu:29418/asterixdb</developerConnection>
+
<connection>scm:git:ssh://[email protected]:apache/incubator-asterixdb.git</connection>
+
<developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection>
</scm>
-
- <distributionManagement>
- <repository>
- <id>asterix-releases</id>
-
<url>http://obelix.ics.uci.edu/nexus/content/repositories/asterix-releases/</url>
- </repository>
- <snapshotRepository>
- <id>asterix-snapshots</id>
-
<url>http://obelix.ics.uci.edu/nexus/content/repositories/asterix-snapshots/</url>
- </snapshotRepository>
- </distributionManagement>
<profiles>
<profile>
--
To view, visit https://asterix-gerrit.ics.uci.edu/332
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9fe685a912df7b18e59579c832eea0dbbeb18b3f
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Ian Maxon <[email protected]>