Skip to content

Commit

Permalink
[maven-release-plugin] prepare release reqcoco-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paissad committed Jun 14, 2017
1 parent 0296f49 commit b6712b2
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.paissad.tools.reqcoco</groupId>
<artifactId>reqcoco-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<name>ReqCoCo</name>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:https://github.com/paissad/reqcoco.git</connection>
<developerConnection>scm:git:https://github.com/paissad/reqcoco.git</developerConnection>
<url>https://github.com/paissad/reqcoco.git</url>
<tag>HEAD</tag>
<tag>reqcoco-1.0.1</tag>
</scm>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion reqcoco-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.paissad.tools.reqcoco</groupId>
<artifactId>reqcoco-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>reqcoco-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions reqcoco-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.paissad.tools.reqcoco</groupId>
<artifactId>reqcoco-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>reqcoco-core</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>net.paissad.tools.reqcoco</groupId>
<artifactId>reqcoco-api</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
4 changes: 2 additions & 2 deletions reqcoco-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.paissad.tools.reqcoco</groupId>
<artifactId>reqcoco-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<packaging>pom</packaging>

Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>net.paissad.tools.reqcoco</groupId>
<artifactId>reqcoco-runner</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions reqcoco-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.paissad.tools.reqcoco</groupId>
<artifactId>reqcoco-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<groupId>net.paissad.tools.reqcoco.maven</groupId>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>net.paissad.tools.reqcoco</groupId>
<artifactId>reqcoco-runner</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions reqcoco-parser-docx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.paissad.tools.reqcoco</groupId>
<artifactId>reqcoco-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<groupId>net.paissad.tools.reqcoco.parser</groupId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>net.paissad.tools.reqcoco.parser</groupId>
<artifactId>reqcoco-parser-simple</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions reqcoco-parser-redmine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.paissad.tools.reqcoco</groupId>
<artifactId>reqcoco-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<groupId>net.paissad.tools.reqcoco.parser</groupId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>net.paissad.tools.reqcoco.parser</groupId>
<artifactId>reqcoco-parser-simple</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.taskadapter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions reqcoco-parser-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.paissad.tools.reqcoco</groupId>
<artifactId>reqcoco-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<groupId>net.paissad.tools.reqcoco.parser</groupId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>net.paissad.tools.reqcoco</groupId>
<artifactId>reqcoco-core</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions reqcoco-parser-xlsx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.paissad.tools.reqcoco</groupId>
<artifactId>reqcoco-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<groupId>net.paissad.tools.reqcoco.parser</groupId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>net.paissad.tools.reqcoco.parser</groupId>
<artifactId>reqcoco-parser-simple</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
Expand Down
8 changes: 4 additions & 4 deletions reqcoco-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.paissad.tools.reqcoco</groupId>
<artifactId>reqcoco-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>reqcoco-runner</artifactId>
Expand Down Expand Up @@ -42,17 +42,17 @@
<dependency>
<groupId>net.paissad.tools.reqcoco.parser</groupId>
<artifactId>reqcoco-parser-docx</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>net.paissad.tools.reqcoco.parser</groupId>
<artifactId>reqcoco-parser-xlsx</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>net.paissad.tools.reqcoco.parser</groupId>
<artifactId>reqcoco-parser-redmine</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit b6712b2

Please sign in to comment.