Skip to content

Commit

Permalink
fixing another typo in pom.xml regarding more configurable upload loc…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
Martin Lippert committed Apr 20, 2012
1 parent 2b864f6 commit e8acc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dist.key>IDE</dist.key>
<dist.type>snapshot</dist.type>
<dist.pathpostfix>nightly</dist.pathpostfix>
<dist.path>${dist.type}/${dist.key}/${pathpostfix}</dist.path>
<dist.path>${dist.type}/${dist.key}/${dist.pathpostfix}</dist.path>
<dist.bucket>dist.springframework.org</dist.bucket>

<tycho-version>0.12.0</tycho-version>
Expand Down

0 comments on commit e8acc24

Please sign in to comment.