[myblog] r451 committed - remove the duplicated version and groupid.

3 views
Skip to first unread message

myb...@googlecode.com

unread,
Aug 24, 2011, 9:56:38 AM8/24/11
to mybl...@googlegroups.com
Revision: 451
Author: rory.cn
Date: Wed Aug 24 06:56:18 2011
Log: remove the duplicated version and groupid.
http://code.google.com/p/myblog/source/detail?r=451

Modified:
/trunk/myblog-domain/pom.xml
/trunk/myblog-service/pom.xml
/trunk/myblog-web/pom.xml
/trunk/myblog-webapp/pom.xml
/trunk/myblog-webapp/src/main/webapp/WEB-INF/templates/adm/entries.html

=======================================
--- /trunk/myblog-domain/pom.xml Tue Apr 26 05:46:53 2011
+++ /trunk/myblog-domain/pom.xml Wed Aug 24 06:56:18 2011
@@ -8,9 +8,7 @@
<groupId>com.jdkcn.myblog</groupId>
<version>2.0-SNAPSHOT</version>
</parent>
- <groupId>com.jdkcn.myblog</groupId>
<artifactId>myblog-domain</artifactId>
- <version>2.0-SNAPSHOT</version>
<name>myblog-domain</name>
<url>http://code.google.com/p/myblog</url>
<properties>
=======================================
--- /trunk/myblog-service/pom.xml Thu Apr 28 04:58:50 2011
+++ /trunk/myblog-service/pom.xml Wed Aug 24 06:56:18 2011
@@ -8,9 +8,7 @@
<groupId>com.jdkcn.myblog</groupId>
<version>2.0-SNAPSHOT</version>
</parent>
- <groupId>com.jdkcn.myblog</groupId>
<artifactId>myblog-service</artifactId>
- <version>2.0-SNAPSHOT</version>
<name>myblog-service</name>
<url>http://code.google.com/p/myblog</url>
<properties>
=======================================
--- /trunk/myblog-web/pom.xml Mon May 16 02:05:31 2011
+++ /trunk/myblog-web/pom.xml Wed Aug 24 06:56:18 2011
@@ -8,9 +8,7 @@
<groupId>com.jdkcn.myblog</groupId>
<version>2.0-SNAPSHOT</version>
</parent>
- <groupId>com.jdkcn.myblog</groupId>
<artifactId>myblog-web</artifactId>
- <version>2.0-SNAPSHOT</version>
<name>myblog-web</name>
<url>http://code.google.com/p/myblog</url>
<properties>
=======================================
--- /trunk/myblog-webapp/pom.xml Sun Aug 7 01:43:43 2011
+++ /trunk/myblog-webapp/pom.xml Wed Aug 24 06:56:18 2011
@@ -8,9 +8,7 @@
<groupId>com.jdkcn.myblog</groupId>
<version>2.0-SNAPSHOT</version>
</parent>
- <groupId>com.jdkcn.myblog</groupId>
<artifactId>myblog-webapp</artifactId>
- <version>2.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>myblog-webapp</name>
<url>http://code.google.com/p/myblog</url>
=======================================
--- /trunk/myblog-webapp/src/main/webapp/WEB-INF/templates/adm/entries.html
Thu May 12 00:42:10 2011
+++ /trunk/myblog-webapp/src/main/webapp/WEB-INF/templates/adm/entries.html
Wed Aug 24 06:56:18 2011
@@ -10,7 +10,7 @@
</tr>
@Repeat(items=entries, var="entry")
<tr>
-
<td>${entry.title}</td><td>${entry.author.displayName}</td><td>Categories</td><td>Tags</td><td>Date</td>
+
<td>${entry.title}</td><td>${entry.author.nickname}</td><td>Categories</td><td>Tags</td><td>Date</td>
</tr>
</table>
</div>

Reply all
Reply to author
Forward
0 new messages