Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcsmith committed Nov 4, 2019
1 parent 21d05b2 commit 8c6459f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
* License is distributed along with this program and can be found at
* <http://www.gnu.org/licenses/lgpl.html>.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>com.connexta.ddf</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<artifactId>storage-providers</artifactId>
<name>DDF Content Storage Providers</name>
<packaging>pom</packaging>
Expand Down Expand Up @@ -391,7 +389,7 @@
<connection>scm:git:[email protected]:connexta/ddf-storage-providers.git</connection>
<developerConnection>scm:git:[email protected]:connexta/ddf-storage-providers.git
</developerConnection>
<tag>HEAD</tag>
<tag>0.2.1</tag>
</scm>

<distributionManagement>
Expand Down
8 changes: 3 additions & 5 deletions s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,16 @@
* License is distributed along with this program and can be found at
* <http://www.gnu.org/licenses/lgpl.html>.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<groupId>com.connexta.ddf</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<artifactId>storage-providers</artifactId>
</parent>

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

0 comments on commit 8c6459f

Please sign in to comment.