Skip to content

Commit

Permalink
Release 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jul 9, 2012
1 parent 7d4362b commit 6341d41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ but should be usable in other contexts by deploying to repositories at
Add the plugin and repositories listing to `project.clj`:

```clj
:plugins [[s3-wagon-private "1.1.1"]]
:plugins [[s3-wagon-private "1.1.2"]]
```

You can store credentials either in an encrypted file or as
Expand Down Expand Up @@ -55,7 +55,7 @@ Future versions should remove the need for this declaration.
As above, add the plugin and repositories listing to `project.clj`:

```clj
:plugins [[s3-wagon-private "1.1.1"]]
:plugins [[s3-wagon-private "1.1.2"]]
:repositories {"private" {:url "s3p://mybucket/releases/"}}
```

Expand All @@ -82,7 +82,7 @@ your project, so you should take them from the environment using

```clj
(defproject my-project "1.0.0"
:plugins [[s3-wagon-private "1.1.1"]]
:plugins [[s3-wagon-private "1.1.2"]]
:repositories {"releases" {:url "s3p://mybucket/releases/"
:username (System/getenv "AWS_ACCESS_KEY")
:passphrase (System/getenv "AWS_SECRET_KEY")}})
Expand All @@ -98,7 +98,7 @@ your project, so you should take them from the environment using
<extension>
<groupId>s3-wagon-private</groupId>
<artifactId>s3-wagon-private</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</extension>
</extensions>
</build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>s3-wagon-private</groupId>
<artifactId>s3-wagon-private</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>

<licenses>
<license>
Expand Down

0 comments on commit 6341d41

Please sign in to comment.