Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/todolist/project.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.12 by shinsuke, Sat Aug 26 06:49:33 2006 UTC revision 1.13 by shinsuke, Thu Sep 7 03:17:24 2006 UTC
# Line 21  Line 21 
21      <pomVersion>3</pomVersion>      <pomVersion>3</pomVersion>
22      <groupId>pal</groupId>      <groupId>pal</groupId>
23      <artifactId>todolist</artifactId>      <artifactId>todolist</artifactId>
24      <currentVersion>0.2</currentVersion>      <currentVersion>0.3-SNAPSHOT</currentVersion>
25      <name>ToDo List Portlet</name>      <name>ToDo List Portlet</name>
26      <description>Portlet to manage your todo tasks</description>      <description>Portlet to manage your todo tasks</description>
27      <shortDescription>ToDo task management</shortDescription>      <shortDescription>ToDo task management</shortDescription>
# Line 102  Line 102 
102          -->          -->
103    
104          <dependency>          <dependency>
105                <groupId>pal</groupId>
106                <artifactId>bridges-myfaces</artifactId>
107                <version>0.8-SNAPSHOT</version>
108                <type>jar</type>
109                <properties>
110                    <war.bundle>true</war.bundle>
111                </properties>
112            </dependency>
113    
114            <dependency>
115              <groupId>marevol</groupId>              <groupId>marevol</groupId>
116              <artifactId>marevol-utils</artifactId>              <artifactId>marevol-utils</artifactId>
117              <version>0.1.2</version>              <version>0.1.2</version>
# Line 519  Line 529 
529          <dependency>          <dependency>
530              <groupId>seasar</groupId>              <groupId>seasar</groupId>
531              <artifactId>s2-extension</artifactId>              <artifactId>s2-extension</artifactId>
532              <version>2.4.0-beta-4</version>              <version>2.4.0-rc-1</version>
533              <properties>              <properties>
534                  <war.bundle>true</war.bundle>                  <war.bundle>true</war.bundle>
535              </properties>              </properties>
# Line 527  Line 537 
537          <dependency>          <dependency>
538              <groupId>seasar</groupId>              <groupId>seasar</groupId>
539              <artifactId>s2-framework</artifactId>              <artifactId>s2-framework</artifactId>
540              <version>2.4.0-beta-4</version>              <version>2.4.0-rc-1</version>
541              <properties>              <properties>
542                  <war.bundle>true</war.bundle>                  <war.bundle>true</war.bundle>
543              </properties>              </properties>
# Line 543  Line 553 
553          <dependency>          <dependency>
554              <groupId>seasar</groupId>              <groupId>seasar</groupId>
555              <artifactId>s2-portlet</artifactId>              <artifactId>s2-portlet</artifactId>
556              <version>1.0.2</version>              <version>1.0.3</version>
557              <properties>              <properties>
558                  <war.bundle>true</war.bundle>                  <war.bundle>true</war.bundle>
559              </properties>              </properties>
560          </dependency>          </dependency>
561          <dependency>          <dependency>
562              <groupId>seasar</groupId>              <groupId>seasar</groupId>
563              <artifactId>s2-portlet-extension</artifactId>              <artifactId>s2-portlet-hibernate</artifactId>
564              <version>1.0.2</version>              <version>1.0.3</version>
565              <properties>              <properties>
566                  <war.bundle>true</war.bundle>                  <war.bundle>true</war.bundle>
567              </properties>              </properties>
# Line 560  Line 570 
570          <dependency>          <dependency>
571              <groupId>org.seasar.teeda</groupId>              <groupId>org.seasar.teeda</groupId>
572              <artifactId>teeda-core</artifactId>              <artifactId>teeda-core</artifactId>
573              <version>1.0-beta-5.2</version>              <version>1.0-beta-5.3</version>
574              <properties>              <properties>
575                  <war.bundle>true</war.bundle>                  <war.bundle>true</war.bundle>
576              </properties>              </properties>

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26