Skip to content

Commit

Permalink
SAK-25829 standardize on master pom as the <parent>
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/access/trunk@306872 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
arwhyte committed Mar 6, 2014
1 parent aa7f13c commit b0470e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions access/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>base</artifactId>
<groupId>org.sakaiproject</groupId>
<version>11-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<groupId>org.sakaiproject</groupId>
<artifactId>master</artifactId>
<version>11-SNAPSHOT</version>
<relativePath>../master/pom.xml</relativePath>
</parent>
<name>Sakai Access Project</name>
<groupId>org.sakaiproject</groupId>
Expand Down

0 comments on commit b0470e3

Please sign in to comment.