Merge lp:~tjoneslo/akiban-sql-parser/update-pom-repository into lp:~akiban-technologies/akiban-sql-parser/trunk

Proposed by Thomas Jones-Low
Status: Merged
Approved by: Thomas Jones-Low
Approved revision: 298
Merged at revision: 301
Proposed branch: lp:~tjoneslo/akiban-sql-parser/update-pom-repository
Merge into: lp:~akiban-technologies/akiban-sql-parser/trunk
Diff against target: 49 lines (+20/-11)
1 file modified
pom.xml (+20/-11)
To merge this branch: bzr merge lp:~tjoneslo/akiban-sql-parser/update-pom-repository
Reviewer Review Type Date Requested Status
Akiban Technologies Pending
Review via email: mp+165911@code.launchpad.net

Description of the change

Update the pom file for using the new akiban internal maven repository.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'pom.xml'
2--- pom.xml 2013-05-09 16:47:56 +0000
3+++ pom.xml 2013-05-27 16:15:35 +0000
4@@ -60,18 +60,17 @@
5 </properties>
6
7 <distributionManagement>
8- <snapshotRepository>
9- <id>akiban</id>
10- <name>akiban-snapshots</name>
11- <url>http://akiban.artifactoryonline.com/akiban/libs-snapshots-local</url>
12- </snapshotRepository>
13- <repository>
14- <id>akiban</id>
15- <name>akiban-releases</name>
16- <url>http://akiban.artifactoryonline.com/akiban/libs-releases-local</url>
17- </repository>
18+ <repository>
19+ <id>AlibanLocal</id>
20+ <name>Akiban Local release repository</name>
21+ <url>http://sneezy:8095/nexus/content/repostories/releases/</url>
22+ </repository>
23+ <snapshotRepository>
24+ <id>AkibanLocal</id>
25+ <name>Akiban Local Snapshot Repository</name>
26+ <url>http://sneezy:8095/nexus/content/repositories/snapshots/</url>
27+ </snapshotRepository>
28 </distributionManagement>
29-
30 <dependencies>
31 <dependency>
32 <groupId>junit</groupId>
33@@ -192,6 +191,16 @@
34 </execution>
35 </executions>
36 </plugin>
37+ <plugin>
38+ <groupId>org.sonatype.plugins</groupId>
39+ <artifactId>nexus-staging-maven-plugin</artifactId>
40+ <version>1.2</version>
41+ <extensions>true</extensions>
42+ <configuration>
43+ <serverId>AkibanLocal</serverId>
44+ <nexusUrl>http://sneezy:8095/nexus/</nexusUrl>
45+ </configuration>
46+ </plugin>
47 </plugins>
48 </build>
49 </project>

Subscribers

People subscribed via source and target branches