Skip to content

Commit ad05e9a

Browse files
committed
refactor(jsp-i18n-*): various fixes + switch to 1.0.0
* Fixed wrong URLs * Improved comments
1 parent c6dc974 commit ad05e9a

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

datatables-jsp-i18n-struts1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can then access the sample here: [http://localhost:9090/datatables-jsp-i18n-
3333

3434
## Bug/improvement
3535

36-
Please report it using the issue tracker dedicated to all sample apps: [https://waffle.io/dandelion/dandelion-samples](https://waffle.io/dandelion/dandelion-samples)
36+
Please report it using the issue tracker dedicated to all sample apps: [https://github.com/dandelion/dandelion-datatables-samples/issues](https://github.com/dandelion/dandelion-datatables-samples/issues)
3737

3838
=
3939
The [Dandelion team](http://dandelion.github.io/team/).

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.0-SNAPSHOT</version>
7+
<version>1.0.0</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.0-SNAPSHOT</version>
21+
<version>1.0.0</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>

datatables-jsp-i18n-struts1/src/main/webapp/WEB-INF/views/common/navbar.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<c:url value="/" var="home" />
55
<c:url value="/i18n" var="i18nUrl" />
66

7-
<a href="https://github.com/dandelion/dandelion-samples">
7+
<a href="https://github.com/dandelion/dandelion-datatables-samples">
88
<img style="position: fixed; top: 0; left: 0; border: 0; z-index: 1500;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_green_007200.png" alt="Fork me on GitHub"/>
99
</a>
1010
<div class="navbar navbar-fixed-top">
@@ -26,7 +26,7 @@
2626
<ul class="dropdown-menu">
2727
<li><a href="http://dandelion.github.io/datatables">Documentation</a>
2828
<li><a href="http://dandelion-forum.48353.x6.nabble.com/">Forum</a></li>
29-
<li><a href="https://waffle.io/dandelion/dandelion-samples">Report an issue</a></li>
29+
<li><a href="https://github.com/dandelion/dandelion-datatables-samples/issues">Report an issue</a></li>
3030
</ul>
3131
</li>
3232
</ul>

datatables-jsp-i18n-struts2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can then access the sample here: [http://localhost:9090/datatables-jsp-i18n-
3333

3434
## Bug/improvement
3535

36-
Please report it using the issue tracker dedicated to all sample apps: [https://waffle.io/dandelion/dandelion-samples](https://waffle.io/dandelion/dandelion-samples)
36+
Please report it using the issue tracker dedicated to all sample apps: [https://github.com/dandelion/dandelion-datatables-samples/issues](https://github.com/dandelion/dandelion-datatables-samples/issues)
3737

3838
=
3939
The [Dandelion team](http://dandelion.github.io/team/).

datatables-jsp-i18n-struts2/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-struts2</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</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.0-SNAPSHOT</version>
21+
<version>1.0.0</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>

datatables-jsp-i18n-struts2/src/main/webapp/WEB-INF/views/common/navbar.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<c:url value="/" var="home" />
55
<c:url value="/i18n" var="i18nUrl" />
66

7-
<a href="https://github.com/dandelion/dandelion-samples">
7+
<a href="https://github.com/dandelion/dandelion-datatables-samples">
88
<img style="position: fixed; top: 0; left: 0; border: 0; z-index: 1500;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_green_007200.png" alt="Fork me on GitHub"/>
99
</a>
1010
<div class="navbar navbar-fixed-top">
@@ -26,7 +26,7 @@
2626
<ul class="dropdown-menu">
2727
<li><a href="http://dandelion.github.io/datatables">Documentation</a>
2828
<li><a href="http://dandelion-forum.48353.x6.nabble.com/">Forum</a></li>
29-
<li><a href="https://waffle.io/dandelion/dandelion-samples">Report an issue</a></li>
29+
<li><a href="https://github.com/dandelion/dandelion-datatables-samples/issues">Report an issue</a></li>
3030
</ul>
3131
</li>
3232
</ul>

0 commit comments

Comments
 (0)