Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Jul 11, 2014
1 parent aaa1d21 commit 4a4e157
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</parent>
<groupId>com.s3auth</groupId>
<artifactId>s3auth</artifactId>
<version>0.1</version>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>s3auth</name>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion s3auth-hosts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>com.s3auth</groupId>
<artifactId>s3auth</artifactId>
<version>0.1</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>s3auth-hosts</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion s3auth-relay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>com.s3auth</groupId>
<artifactId>s3auth</artifactId>
<version>0.1</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>s3auth-relay</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion s3auth-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>com.s3auth</groupId>
<artifactId>s3auth</artifactId>
<version>0.1</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>s3auth-rest</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit 4a4e157

Please sign in to comment.