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/help/trunk@306872 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
arwhyte committed Mar 6, 2014
1 parent 21cebb0 commit 76dec8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions help/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<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>
</parent>
<parent>
<groupId>org.sakaiproject</groupId>
<artifactId>master</artifactId>
<version>11-SNAPSHOT</version>
<relativePath>../master/pom.xml</relativePath>
</parent>

<name>Sakai Help Project</name>
<groupId>org.sakaiproject</groupId>
Expand Down

0 comments on commit 76dec8e

Please sign in to comment.