Skip to content

Commit

Permalink
SAK-20767 drop -base from base pom name to eliminate funky tag name.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/presence/trunk@99794 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
arwhyte committed Oct 15, 2011
1 parent 289016d commit f79f38e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion presence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<name>sakai-presence base pom</name>
<groupId>org.sakaiproject.presence</groupId>
<artifactId>presence-base</artifactId>
<artifactId>presence</artifactId>
<version>2.9-SNAPSHOT</version>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion presence/presence-api/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<groupId>org.sakaiproject.presence</groupId>
<artifactId>presence-base</artifactId>
<artifactId>presence</artifactId>
<version>2.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion presence/presence-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>org.sakaiproject.presence</groupId>
<artifactId>presence-base</artifactId>
<artifactId>presence</artifactId>
<version>2.9-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion presence/presence-impl/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<groupId>org.sakaiproject.presence</groupId>
<artifactId>presence-base</artifactId>
<artifactId>presence</artifactId>
<version>2.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion presence/presence-impl/pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<groupId>org.sakaiproject.presence</groupId>
<artifactId>presence-base</artifactId>
<artifactId>presence</artifactId>
<version>2.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion presence/presence-tool/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<groupId>org.sakaiproject.presence</groupId>
<artifactId>presence-base</artifactId>
<artifactId>presence</artifactId>
<version>2.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion presence/presence-util/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<groupId>org.sakaiproject.presence</groupId>
<artifactId>presence-base</artifactId>
<artifactId>presence</artifactId>
<version>2.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down

0 comments on commit f79f38e

Please sign in to comment.