Skip to content

Commit

Permalink
SAKIII-4632 fix the maven-release-plugin in the pom
Browse files Browse the repository at this point in the history
  • Loading branch information
zathomas committed Dec 13, 2011
1 parent 11bbf91 commit 24777db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -22,7 +22,7 @@
<url>http://github.com/sakaiproject/3akai-ux</url>
<scm>
<connection>scm:git:git://github.com/sakaiproject/3akai-ux.git</connection>
<developerConnection>scm:git:git://git@github.com/sakaiproject/3akai-ux.git</developerConnection>
<developerConnection>scm:git:git@github.com:sakaiproject/3akai-ux.git</developerConnection>
<url>http://github.com/sakaiproject/3akai-ux/</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -120,6 +120,11 @@
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.1</version>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.4.1</version>
Expand Down

0 comments on commit 24777db

Please sign in to comment.