| 21 |
<pomVersion>3</pomVersion> |
<pomVersion>3</pomVersion> |
| 22 |
<groupId>pal</groupId> |
<groupId>pal</groupId> |
| 23 |
<artifactId>notepad</artifactId> |
<artifactId>notepad</artifactId> |
| 24 |
<currentVersion>0.2-SNAPSHOT</currentVersion> |
<currentVersion>0.2</currentVersion> |
| 25 |
<name>Notepad Portlet</name> |
<name>Notepad Portlet</name> |
| 26 |
<description>Portlet to manage your comments</description> |
<description>Portlet to manage your comments</description> |
| 27 |
<shortDescription>Notepad management</shortDescription> |
<shortDescription>Notepad management</shortDescription> |
| 521 |
<dependency> |
<dependency> |
| 522 |
<groupId>seasar</groupId> |
<groupId>seasar</groupId> |
| 523 |
<artifactId>s2-extension</artifactId> |
<artifactId>s2-extension</artifactId> |
| 524 |
<version>2.4.0-beta-4-SNAPSHOT</version> |
<version>2.4.0-beta-4</version> |
| 525 |
<properties> |
<properties> |
| 526 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 527 |
</properties> |
</properties> |
| 529 |
<dependency> |
<dependency> |
| 530 |
<groupId>seasar</groupId> |
<groupId>seasar</groupId> |
| 531 |
<artifactId>s2-framework</artifactId> |
<artifactId>s2-framework</artifactId> |
| 532 |
<version>2.4.0-beta-4-SNAPSHOT</version> |
<version>2.4.0-beta-4</version> |
| 533 |
<properties> |
<properties> |
| 534 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 535 |
</properties> |
</properties> |
| 545 |
<dependency> |
<dependency> |
| 546 |
<groupId>seasar</groupId> |
<groupId>seasar</groupId> |
| 547 |
<artifactId>s2-portlet</artifactId> |
<artifactId>s2-portlet</artifactId> |
| 548 |
<version>1.0.2-SNAPSHOT</version> |
<version>1.0.2</version> |
| 549 |
<properties> |
<properties> |
| 550 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 551 |
</properties> |
</properties> |
| 553 |
<dependency> |
<dependency> |
| 554 |
<groupId>seasar</groupId> |
<groupId>seasar</groupId> |
| 555 |
<artifactId>s2-portlet-extension</artifactId> |
<artifactId>s2-portlet-extension</artifactId> |
| 556 |
<version>1.0.2-SNAPSHOT</version> |
<version>1.0.2</version> |
| 557 |
<properties> |
<properties> |
| 558 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 559 |
</properties> |
</properties> |