Skip to content

Commit 1f9d224

Browse files
committed
chore(all): update all samples too 1.0.1
1 parent b0dd9f3 commit 1f9d224

File tree

34 files changed

+53
-52
lines changed

34 files changed

+53
-52
lines changed

datatables-jsp-ajax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A sample which shows how to use an AJAX source, with or without server-side proc
88
- JSP
99
- JSTL 1.2
1010
- Apache Tiles 2.2.2
11-
- Dandelion-Datatables 1.0.1-SNAPSHOT
11+
- Dandelion-Datatables 1.0.1
1212
- Jackson 1.9.13
1313
- Spring 3.2.10.RELEASE
1414
- Hibernate 4.3.5.Final / JPA 2.0

datatables-jsp-ajax/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
12
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>com.github.dandelion</groupId>
67
<artifactId>datatables-jsp-ajax</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
89
<packaging>war</packaging>
910

1011
<name>Dandelion :: Datatables :: Samples :: datatables-jsp-ajax</name>
@@ -18,7 +19,7 @@
1819
<dependency>
1920
<groupId>com.github.dandelion</groupId>
2021
<artifactId>dandelion-datatables-samples-bom</artifactId>
21-
<version>1.0.1-SNAPSHOT</version>
22+
<version>1.0.1</version>
2223
<type>pom</type>
2324
<scope>import</scope>
2425
</dependency>

datatables-jsp-configuration-groups/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A sample which show how to configure tables using the configuration properties.
88
- JSP
99
- JSTL 1.2
1010
- Apache Tiles 2.2.2
11-
- Dandelion-Datatables 1.0.1-SNAPSHOT
11+
- Dandelion-Datatables 1.0.1
1212
- Spring 3.2.10.RELEASE
1313

1414
## Features

datatables-jsp-configuration-groups/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.dandelion</groupId>
66
<artifactId>datatables-jsp-configuration-groups</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
<packaging>war</packaging>
99

1010
<name>Dandelion :: Samples :: Datatables :: datatables-jsp-configuration-groups</name>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.github.dandelion</groupId>
2020
<artifactId>dandelion-datatables-samples-bom</artifactId>
21-
<version>1.0.1-SNAPSHOT</version>
21+
<version>1.0.1</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>

datatables-jsp-export/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See below the full list of features contained in this sample.
88
## Technology stack
99

1010
- JSP
11-
- Dandelion-Datatables 1.0.1-SNAPSHOT
11+
- Dandelion-Datatables 1.0.1
1212
- Jackson 1.9.13
1313
- Spring 3.2.10.RELEASE
1414
- Hibernate 4.3.5.Final / JPA 2.0

datatables-jsp-export/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.dandelion</groupId>
66
<artifactId>datatables-jsp-export</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
<packaging>war</packaging>
99

1010
<name>Dandelion :: Samples :: Datatables JSP</name>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.github.dandelion</groupId>
2020
<artifactId>dandelion-datatables-samples-bom</artifactId>
21-
<version>1.0.1-SNAPSHOT</version>
21+
<version>1.0.1</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>

datatables-jsp-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A sample which show how to use the extension mechanism.
88
- JSP
99
- JSTL 1.2
1010
- Apache Tiles 2.2.2
11-
- Dandelion-Datatables 1.0.1-SNAPSHOT
11+
- Dandelion-Datatables 1.0.1
1212
- Spring 3.2.10.RELEASE
1313

1414
## Features

datatables-jsp-extension/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.dandelion</groupId>
66
<artifactId>datatables-jsp-extension</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
<packaging>war</packaging>
99

1010
<name>Dandelion :: Samples :: Datatables :: datatables-jsp-custom-extension</name>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.github.dandelion</groupId>
2020
<artifactId>dandelion-datatables-samples-bom</artifactId>
21-
<version>1.0.1-SNAPSHOT</version>
21+
<version>1.0.1</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>

datatables-jsp-i18n-struts1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A sample which shows how to configure Dandelion-Datatables to work with Struts 1
77

88
- JSP
99
- JSTL 1.2
10-
- Dandelion-Datatables 1.0.1-SNAPSHOT
10+
- Dandelion-Datatables 1.0.1
1111
- Struts 1.3.10
1212

1313
## Features

datatables-jsp-i18n-struts1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.dandelion</groupId>
66
<artifactId>datatables-jsp-i18n-struts1</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
<packaging>war</packaging>
99

1010
<name>Dandelion :: Samples :: Datatables JSP</name>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.github.dandelion</groupId>
2020
<artifactId>dandelion-datatables-samples-bom</artifactId>
21-
<version>1.0.1-SNAPSHOT</version>
21+
<version>1.0.1</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>

0 commit comments

Comments
 (0)