Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Trying to release deps again
  • Loading branch information
aslakhellesoy committed Jul 5, 2012
1 parent f3d614d commit fde29c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/pom.xml
Expand Up @@ -95,7 +95,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.2.2</version>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
<tagNameFormat>deps-v@{project.version}</tagNameFormat>
</configuration>
</plugin>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -273,7 +273,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.2.2</version>
<configuration>
<tagNameFormat>deps-v@{project.version}</tagNameFormat>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>

Expand Down

0 comments on commit fde29c2

Please sign in to comment.