Skip to content

Commit

Permalink
SAK-26295 - Fixes to poms for pack
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/pack/trunk@310423 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
jonespm committed Jun 25, 2014
1 parent cbba110 commit 38ca6db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pack/pack-bin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<groupId>org.sakaiproject.pack</groupId>
<artifactId>pack</artifactId>
<version>11-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>Sakai Pack Binary</name>
Expand Down Expand Up @@ -64,4 +65,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
1 change: 1 addition & 0 deletions pack/pack-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<groupId>org.sakaiproject.pack</groupId>
<artifactId>pack</artifactId>
<version>11-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>Sakai Pack Demo</name>
Expand Down
3 changes: 2 additions & 1 deletion pack/pack-src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<groupId>org.sakaiproject.pack</groupId>
<artifactId>pack</artifactId>
<version>11-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>Sakai Pack Source</name>
Expand Down Expand Up @@ -62,4 +63,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 38ca6db

Please sign in to comment.