Skip to content

Commit

Permalink
Release to version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roelens8 committed Oct 31, 2019
1 parent a6e6f9f commit 835a9ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<modelVersion>4.0.0</modelVersion>
<groupId>com.connexta.ddf</groupId>
<version>0.1.1</version>
<version>0.1.2</version>
<artifactId>storage-providers</artifactId>
<name>DDF Content Storage Providers</name>
<packaging>pom</packaging>
Expand All @@ -37,7 +37,7 @@
</licenses>

<properties>
<ddf.version>2.16.2</ddf.version>
<ddf.version>2.16.4</ddf.version>
<ddf.support.version>2.3.16</ddf.support.version>
<camel.version>2.22.1</camel.version>
<codice-test.version>0.9</codice-test.version>
Expand Down
4 changes: 2 additions & 2 deletions s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

<parent>
<groupId>com.connexta.ddf</groupId>
<version>0.1.1</version>
<version>0.1.2</version>
<artifactId>storage-providers</artifactId>
</parent>

<modelVersion>4.0.0</modelVersion>
<version>0.1.1</version>
<version>0.1.2</version>
<artifactId>storage-provider-s3</artifactId>
<name>S3 Storage Provider</name>
<packaging>bundle</packaging>
Expand Down

0 comments on commit 835a9ce

Please sign in to comment.