Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tduchateau committed Jul 3, 2015
1 parent 9c8d808 commit f6b581d
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion datatables-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-datatables</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>datatables-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datatables-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-datatables</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>datatables-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datatables-extras/datatables-export-itext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-extras</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>datatables-export-itext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datatables-extras/datatables-export-poi-ooxml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-extras</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>datatables-export-poi-ooxml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datatables-extras/datatables-export-poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-extras</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>datatables-export-poi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datatables-extras/datatables-spring3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-extras</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>datatables-spring3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datatables-extras/datatables-struts1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-extras</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>datatables-struts1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datatables-extras/datatables-struts2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-extras</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>datatables-struts2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datatables-extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-datatables</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>datatables-extras</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datatables-jsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-datatables</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>datatables-jsp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datatables-thymeleaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-datatables</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>datatables-thymeleaf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-datatables</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>Dandelion :: Datatables</name>
<description>
Expand Down

0 comments on commit f6b581d

Please sign in to comment.