Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
decebals committed May 21, 2016
1 parent b022037 commit e40e560
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dada-core/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.fortsoft.dada</groupId>
<artifactId>dada-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>dada-core</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.1.1</version>
<name>Dada Core</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions dada-csv/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.fortsoft.dada</groupId>
<artifactId>dada-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>dada-csv</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.1.1</version>
<name>Dada Csv</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions dada-demo/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.fortsoft.dada</groupId>
<artifactId>dada-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>dada-demo</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.1.1</version>
<name>Dada Demo</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions dada-iciql/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.fortsoft.dada</groupId>
<artifactId>dada-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>dada-iciql</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.1.1</version>
<name>Dada Iciql</name>


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>ro.fortsoft.dada</groupId>
<artifactId>dada-parent</artifactId>
<packaging>pom</packaging>
<version>0.2.0-SNAPSHOT</version>
<version>0.1.1</version>
<name>Dada Parent</name>
<description>Tiny generic dao in java</description>

Expand All @@ -27,7 +27,7 @@
<connection>scm:git:https://github.com/decebals/dada.git</connection>
<developerConnection>scm:git:https://github.com/decebals/dada.git</developerConnection>
<url>git@github.com/decebals/dada.git</url>
<tag>HEAD</tag>
<tag>release-0.1.1</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit e40e560

Please sign in to comment.