Skip to content

Commit

Permalink
DASH-307 update pom versions and <parent> to 11-SNAPSHOT
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/dashboard/trunk@313569 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
arwhyte committed Feb 27, 2014
1 parent 991ecc0 commit ceca4dd
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dashboard/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>dashboard</artifactId>
<groupId>org.sakaiproject.dash</groupId>
<version>1.0-SNAPSHOT</version>
<version>11-SNAPSHOT</version>
</parent>

<name>dashboard - API</name>
Expand Down
2 changes: 1 addition & 1 deletion dashboard/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>dashboard</artifactId>
<groupId>org.sakaiproject.dash</groupId>
<version>1.0-SNAPSHOT</version>
<version>11-SNAPSHOT</version>
</parent>

<name>dashboard - APP</name>
Expand Down
2 changes: 1 addition & 1 deletion dashboard/bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>dashboard</artifactId>
<groupId>org.sakaiproject.dash</groupId>
<version>1.0-SNAPSHOT</version>
<version>11-SNAPSHOT</version>
</parent>

<name>dashboard - Bundles</name>
Expand Down
2 changes: 1 addition & 1 deletion dashboard/hbm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sakaiproject.dash</groupId>
<artifactId>dashboard</artifactId>
<version>1.0-SNAPSHOT</version>
<version>11-SNAPSHOT</version>
</parent>

<name>sakai-dashboard-hbm</name>
Expand Down
2 changes: 1 addition & 1 deletion dashboard/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>dashboard</artifactId>
<groupId>org.sakaiproject.dash</groupId>
<version>1.0-SNAPSHOT</version>
<version>11-SNAPSHOT</version>
</parent>

<name>dashboard - Implementation</name>
Expand Down
2 changes: 1 addition & 1 deletion dashboard/pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>dashboard</artifactId>
<groupId>org.sakaiproject.dash</groupId>
<version>1.0-SNAPSHOT</version>
<version>11-SNAPSHOT</version>
</parent>

<name>dashboard - Components</name>
Expand Down
4 changes: 2 additions & 2 deletions dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<artifactId>dashboard</artifactId>

<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>11-SNAPSHOT</version>

<parent>
<groupId>org.sakaiproject</groupId>
<artifactId>master</artifactId>
<version>10.0-SNAPSHOT</version>
<version>11-SNAPSHOT</version>
<relativePath>../master/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dashboard/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>dashboard</artifactId>
<groupId>org.sakaiproject.dash</groupId>
<version>1.0-SNAPSHOT</version>
<version>11-SNAPSHOT</version>
</parent>

<name>dashboard - Tool</name>
Expand Down
2 changes: 1 addition & 1 deletion dashboard/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>dashboard</artifactId>
<groupId>org.sakaiproject.dash</groupId>
<version>1.0-SNAPSHOT</version>
<version>11-SNAPSHOT</version>
</parent>

<name>dashboard - Utility</name>
Expand Down

0 comments on commit ceca4dd

Please sign in to comment.