Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
changed poms
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatzioura committed Jun 29, 2019
1 parent 953420d commit 360ea12
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AzureStorageWagon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cloud-storage-maven</artifactId>
<groupId>com.gkatzioura.maven.cloud</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion CloudStorageCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cloud-storage-maven</artifactId>
<groupId>com.gkatzioura.maven.cloud</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion GoogleStorageWagon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cloud-storage-maven</artifactId>
<groupId>com.gkatzioura.maven.cloud</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion S3StorageWagon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cloud-storage-maven</artifactId>
<groupId>com.gkatzioura.maven.cloud</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.gkatzioura.maven.cloud</groupId>
<artifactId>cloud-storage-maven</artifactId>
<packaging>pom</packaging>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>

<name>Cloud Storage</name>
<description>The CloudStorage project enables you to use the storage options of cloud provides (Google Cloud) storage as maven repositories.</description>
Expand Down

0 comments on commit 360ea12

Please sign in to comment.