• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 1085

Show
Ignore:
Timestamp:
11/20/06 11:26:32 (2 years ago)
Author:
jmoore
Message:

Renaming "3.0-TRUNK" to "3.0-M3" (with update-version)

Location:
branches/3.0-M3
Files:
38 modified

  • components/antlib/.project (modified) (1 diff)
  • components/antlib/pom.xml (modified) (1 diff)
  • components/antlib/resources/server.xml (modified) (1 diff)
  • components/app/.classpath (modified) (1 diff)
  • components/app/.project (modified) (1 diff)
  • components/app/classpath.xml (modified) (5 diffs)
  • components/app/pom.xml (modified) (2 diffs)
  • components/app/resources/application.xml (modified) (1 diff)
  • components/client/.classpath (modified) (1 diff)
  • components/client/.project (modified) (1 diff)
  • components/client/classpath.xml (modified) (5 diffs)
  • components/client/pom.xml (modified) (2 diffs)
  • components/common/.classpath (modified) (1 diff)
  • components/common/.project (modified) (1 diff)
  • components/common/classpath.xml (modified) (5 diffs)
  • components/common/pom.xml (modified) (2 diffs)
  • components/dsl/.project (modified) (1 diff)
  • components/dsl/classpath.xml (modified) (1 diff)
  • components/dsl/pom.xml (modified) (1 diff)
  • components/ice/.project (modified) (1 diff)
  • components/ice/pom.xml (modified) (1 diff)
  • components/policy/.project (modified) (1 diff)
  • components/policy/pom.xml (modified) (2 diffs)
  • components/rendering/.classpath (modified) (1 diff)
  • components/rendering/.project (modified) (1 diff)
  • components/rendering/classpath.xml (modified) (5 diffs)
  • components/rendering/pom.xml (modified) (2 diffs)
  • components/resurrect/.project (modified) (1 diff)
  • components/romio/.classpath (modified) (1 diff)
  • components/romio/.project (modified) (1 diff)
  • components/romio/classpath.xml (modified) (5 diffs)
  • components/romio/pom.xml (modified) (2 diffs)
  • components/server/.classpath (modified) (1 diff)
  • components/server/.project (modified) (1 diff)
  • components/server/classpath.xml (modified) (9 diffs)
  • components/server/pom.xml (modified) (2 diffs)
  • etc/omero.properties (modified) (1 diff)
  • pom.xml (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • branches/3.0-M3/components/antlib/.project

    r638 r1085  
    11<projectDescription> 
    2   <name>omero-antlib-3.0-TRUNK</name> 
     2  <name>omero-antlib-3.0-M3</name> 
    33  <comment/> 
    44  <projects/> 
  • branches/3.0-M3/components/antlib/pom.xml

    r637 r1085  
    44    <groupId>omero</groupId> 
    55    <artifactId>main</artifactId> 
    6     <version>3.0-TRUNK</version> 
     6    <version>3.0-M3</version> 
    77    <relativePath>../../pom.xml</relativePath> 
    88  </parent> 
  • branches/3.0-M3/components/antlib/resources/server.xml

    r1009 r1085  
    9292                <groovy> 
    9393                        jboss_home = properties["env.JBOSS_HOME"] 
    94                         status = ["${jboss_home}/bin/twiddle.sh","query","jboss.j2ee:ear=app-3.0-TRUNK.ear,jar=server-3.0-TRUNK.jar,name=QueryImpl,service=EJB3"] 
     94                        status = ["${jboss_home}/bin/twiddle.sh","query","jboss.j2ee:ear=app-3.0-M3.ear,jar=server-3.0-M3.jar,name=QueryImpl,service=EJB3"] 
    9595                        int ret = -1; 
    9696                        [2,4,8,16,32].each { |i| 
  • branches/3.0-M3/components/app/.classpath

    r1039 r1085  
    2626        <classpathentry kind="var" path="M2_REPO/lucene/lucene/1.4.3/lucene-1.4.3.jar"/> 
    2727        <classpathentry kind="var" path="M2_REPO/net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 
    28         <classpathentry sourcepath="/OMERO_COMMON_GENSRC" kind="var" path="M2_REPO/omero/common/3.0-TRUNK/common-3.0-TRUNK.jar"/> 
    29         <classpathentry kind="var" path="M2_REPO/omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 
     28        <classpathentry sourcepath="/OMERO_COMMON_GENSRC" kind="var" path="M2_REPO/omero/common/3.0-M3/common-3.0-M3.jar"/> 
     29        <classpathentry kind="var" path="M2_REPO/omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 
    3030        <classpathentry kind="var" path="M2_REPO/omero/jboss-annotations-ejb3/4.0.4.GA/jboss-annotations-ejb3-4.0.4.GA.jar"/> 
    3131        <classpathentry kind="var" path="M2_REPO/omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 
    3232        <classpathentry kind="var" path="M2_REPO/omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 
    33         <classpathentry kind="var" path="M2_REPO/omero/rendering/3.0-TRUNK/rendering-3.0-TRUNK.jar"/> 
    34         <classpathentry sourcepath="/OMERO_HOME/components/romio/src" kind="var" path="M2_REPO/omero/romio/3.0-TRUNK/romio-3.0-TRUNK.jar"/> 
    35         <classpathentry kind="var" path="M2_REPO/omero/server/3.0-TRUNK/server-3.0-TRUNK.jar"/> 
     33        <classpathentry kind="var" path="M2_REPO/omero/rendering/3.0-M3/rendering-3.0-M3.jar"/> 
     34        <classpathentry sourcepath="/OMERO_HOME/components/romio/src" kind="var" path="M2_REPO/omero/romio/3.0-M3/romio-3.0-M3.jar"/> 
     35        <classpathentry kind="var" path="M2_REPO/omero/server/3.0-M3/server-3.0-M3.jar"/> 
    3636        <classpathentry kind="var" path="M2_REPO/org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 
    3737        <classpathentry sourcepath="/HIBERNATE_SVN/src" kind="var" path="M2_REPO/org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 
  • branches/3.0-M3/components/app/.project

    r638 r1085  
    11<projectDescription> 
    2   <name>omero-app-3.0-TRUNK</name> 
     2  <name>omero-app-3.0-M3</name> 
    33  <comment/> 
    44  <projects> 
  • branches/3.0-M3/components/app/classpath.xml

    r1039 r1085  
    2121  <property name="artifact.name" value="app"/> 
    2222  <property name="artifact.group" value="omero"/> 
    23   <property name="artifact.version" value="3.0-TRUNK"/> 
     23  <property name="artifact.version" value="3.0-M3"/> 
    2424  <property name="artifact.packaging" value="jar"/><!-- Default; override in component/build.xml --> 
    25   <property name="artifact.final.name" value="app-3.0-TRUNK.${artifact.packaging}"/> 
    26   <property name="artifact.path" value="omero/app/3.0-TRUNK/${artifact.final.name}"/> 
     25  <property name="artifact.final.name" value="app-3.0-M3.${artifact.packaging}"/> 
     26  <property name="artifact.path" value="omero/app/3.0-M3/${artifact.final.name}"/> 
    2727 
    2828  <filelist id="generated.compile.filelist" dir="${omero.repo.local}"> 
    … …  
    4646        <file name="lucene/lucene/1.4.3/lucene-1.4.3.jar"/> 
    4747        <file name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 
    48         <file name="omero/common/3.0-TRUNK/common-3.0-TRUNK.jar"/> 
    49         <file name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 
    50         <file name="omero/ejb/3.0-TRUNK/ejb-3.0-TRUNK.jar"/> 
     48        <file name="omero/common/3.0-M3/common-3.0-M3.jar"/> 
     49        <file name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 
     50        <file name="omero/ejb/3.0-M3/ejb-3.0-M3.jar"/> 
    5151        <file name="omero/jboss-annotations-ejb3/4.0.4.GA/jboss-annotations-ejb3-4.0.4.GA.jar"/> 
    5252        <file name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 
    5353        <file name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 
    54         <file name="omero/rendering/3.0-TRUNK/rendering-3.0-TRUNK.jar"/> 
    55         <file name="omero/romio/3.0-TRUNK/romio-3.0-TRUNK.jar"/> 
    56         <file name="omero/server/3.0-TRUNK/server-3.0-TRUNK.jar"/> 
     54        <file name="omero/rendering/3.0-M3/rendering-3.0-M3.jar"/> 
     55        <file name="omero/romio/3.0-M3/romio-3.0-M3.jar"/> 
     56        <file name="omero/server/3.0-M3/server-3.0-M3.jar"/> 
    5757        <file name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 
    5858        <file name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 
    … …  
    8383        <include name="lucene/lucene/1.4.3/lucene-1.4.3.jar"/> 
    8484        <include name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 
    85         <include name="omero/common/3.0-TRUNK/common-3.0-TRUNK.jar"/> 
    86         <include name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 
    87         <include name="omero/ejb/3.0-TRUNK/ejb-3.0-TRUNK.jar"/> 
     85        <include name="omero/common/3.0-M3/common-3.0-M3.jar"/> 
     86        <include name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 
     87        <include name="omero/ejb/3.0-M3/ejb-3.0-M3.jar"/> 
    8888        <include name="omero/jboss-annotations-ejb3/4.0.4.GA/jboss-annotations-ejb3-4.0.4.GA.jar"/> 
    8989        <include name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 
    9090        <include name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 
    91         <include name="omero/rendering/3.0-TRUNK/rendering-3.0-TRUNK.jar"/> 
    92         <include name="omero/romio/3.0-TRUNK/romio-3.0-TRUNK.jar"/> 
    93         <include name="omero/server/3.0-TRUNK/server-3.0-TRUNK.jar"/> 
     91        <include name="omero/rendering/3.0-M3/rendering-3.0-M3.jar"/> 
     92        <include name="omero/romio/3.0-M3/romio-3.0-M3.jar"/> 
     93        <include name="omero/server/3.0-M3/server-3.0-M3.jar"/> 
    9494        <include name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 
    9595        <include name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 
    … …  
    122122        <file name="lucene/lucene/1.4.3/lucene-1.4.3.jar"/> 
    123123        <file name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 
    124         <file name="omero/common/3.0-TRUNK/common-3.0-TRUNK.jar"/> 
    125         <file name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 
    126         <file name="omero/ejb/3.0-TRUNK/ejb-3.0-TRUNK.jar"/> 
     124        <file name="omero/common/3.0-M3/common-3.0-M3.jar"/> 
     125        <file name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 
     126        <file name="omero/ejb/3.0-M3/ejb-3.0-M3.jar"/> 
    127127        <file name="omero/jboss-annotations-ejb3/4.0.4.GA/jboss-annotations-ejb3-4.0.4.GA.jar"/> 
    128128        <file name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 
    129129        <file name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 
    130         <file name="omero/rendering/3.0-TRUNK/rendering-3.0-TRUNK.jar"/> 
    131         <file name="omero/romio/3.0-TRUNK/romio-3.0-TRUNK.jar"/> 
    132         <file name="omero/server/3.0-TRUNK/server-3.0-TRUNK.jar"/> 
     130        <file name="omero/rendering/3.0-M3/rendering-3.0-M3.jar"/> 
     131        <file name="omero/romio/3.0-M3/romio-3.0-M3.jar"/> 
     132        <file name="omero/server/3.0-M3/server-3.0-M3.jar"/> 
    133133        <file name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 
    134134        <file name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 
    … …  
    163163        <include name="lucene/lucene/1.4.3/lucene-1.4.3.jar"/> 
    164164        <include name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 
    165         <include name="omero/common/3.0-TRUNK/common-3.0-TRUNK.jar"/> 
    166         <include name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 
    167         <include name="omero/ejb/3.0-TRUNK/ejb-3.0-TRUNK.jar"/> 
     165        <include name="omero/common/3.0-M3/common-3.0-M3.jar"/> 
     166        <include name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 
     167        <include name="omero/ejb/3.0-M3/ejb-3.0-M3.jar"/> 
    168168        <include name="omero/jboss-annotations-ejb3/4.0.4.GA/jboss-annotations-ejb3-4.0.4.GA.jar"/> 
    169169        <include name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 
    170170        <include name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 
    171         <include name="omero/rendering/3.0-TRUNK/rendering-3.0-TRUNK.jar"/> 
    172         <include name="omero/romio/3.0-TRUNK/romio-3.0-TRUNK.jar"/> 
    173         <include name="omero/server/3.0-TRUNK/server-3.0-TRUNK.jar"/> 
     171        <include name="omero/rendering/3.0-M3/rendering-3.0-M3.jar"/> 
     172        <include name="omero/romio/3.0-M3/romio-3.0-M3.jar"/> 
     173        <include name="omero/server/3.0-M3/server-3.0-M3.jar"/> 
    174174        <include name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 
    175175        <include name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 
  • branches/3.0-M3/components/app/pom.xml

    r726 r1085  
    55    <groupId>omero</groupId> 
    66    <artifactId>main</artifactId> 
    7     <version>3.0-TRUNK</version> 
     7    <version>3.0-M3</version> 
    88  </parent> 
    99  <modelVersion>4.0.0</modelVersion> 
    … …  
    2020      <groupId>omero</groupId> 
    2121      <artifactId>ejb</artifactId> 
    22       <version>3.0-TRUNK</version> 
     22      <version>3.0-M3</version> 
    2323      <type>ejb</type> 
    2424      <exclusions> 
  • branches/3.0-M3/components/app/resources/application.xml

    r903 r1085  
    77 
    88    <module> 
    9       <ejb>server-3.0-TRUNK.jar</ejb> 
     9      <ejb>server-3.0-M3.jar</ejb> 
    1010    </module> 
    1111 
  • branches/3.0-M3/components/client/.classpath

    r1052 r1085  
    1414        <classpathentry exported="true" kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/> 
    1515        <classpathentry exported="true" kind="var" path="M2_REPO/log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 
    16         <classpathentry exported="true" kind="var" path="M2_REPO/omero/common/3.0-TRUNK/common-3.0-TRUNK.jar" sourcepath="/OMERO_COMMON"/> 
    17         <classpathentry exported="true" kind="var" path="M2_REPO/omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 
     16        <classpathentry exported="true" kind="var" path="M2_REPO/omero/common/3.0-M3/common-3.0-M3.jar" sourcepath="/OMERO_COMMON"/> 
     17        <classpathentry exported="true" kind="var" path="M2_REPO/omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 
    1818        <classpathentry exported="true" kind="var" path="M2_REPO/omero/jboss-aop-jdk50-client/4.0.4.GA/jboss-aop-jdk50-client-4.0.4.GA.jar"/> 
    1919        <classpathentry exported="true" kind="var" path="M2_REPO/omero/jboss-aspect-library-jdk50/4.0.4.GA/jboss-aspect-library-jdk50-4.0.4.GA.jar"/> 
  • branches/3.0-M3/components/client/.project

    r638 r1085  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<projectDescription> 
    3   <name>omero-client-3.0-TRUNK</name> 
     3  <name>omero-client-3.0-M3</name> 
    44  <comment>Client code</comment> 
    55  <projects> 
  • branches/3.0-M3/components/client/classpath.xml

    r1039 r1085  
    2121  <property name="artifact.name" value="client"/> 
    2222  <property name="artifact.group" value="omero"/> 
    23   <property name="artifact.version" value="3.0-TRUNK"/> 
     23  <property name="artifact.version" value="3.0-M3"/> 
    2424  <property name="artifact.packaging" value="jar"/><!-- Default; override in component/build.xml --> 
    25   <property name="artifact.final.name" value="client-3.0-TRUNK.${artifact.packaging}"/> 
    26   <property name="artifact.path" value="omero/client/3.0-TRUNK/${artifact.final.name}"/> 
     25  <property name="artifact.final.name" value="client-3.0-M3.${artifact.packaging}"/> 
     26  <property name="artifact.path" value="omero/client/3.0-M3/${artifact.final.name}"/> 
    2727 
    2828  <filelist id="generated.compile.filelist" dir="${omero.repo.local}"> 
    … …  
    3232        <file name="groovy/groovy-all-1.0-jsr/05/groovy-all-1.0-jsr-05.jar"/> 
    3333        <file name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 
    34         <file name="omero/common/3.0-TRUNK/common-3.0-TRUNK.jar"/> 
    35         <file name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 
     34        <file name="omero/common/3.0-M3/common-3.0-M3.jar"/> 
     35        <file name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 
    3636        <file name="omero/jboss-aop-jdk50-client/4.0.4.GA/jboss-aop-jdk50-client-4.0.4.GA.jar"/> 
    3737        <file name="omero/jboss-aspect-library-jdk50/4.0.4.GA/jboss-aspect-library-jdk50-4.0.4.GA.jar"/> 
    … …  
    5151        <include name="groovy/groovy-all-1.0-jsr/05/groovy-all-1.0-jsr-05.jar"/> 
    5252        <include name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 
    53         <include name="omero/common/3.0-TRUNK/common-3.0-TRUNK.jar"/> 
    54         <include name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 
     53        <include name="omero/common/3.0-M3/common-3.0-M3.jar"/> 
     54        <include name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 
    5555        <include name="omero/jboss-aop-jdk50-client/4.0.4.GA/jboss-aop-jdk50-client-4.0.4.GA.jar"/> 
    5656        <include name="omero/jboss-aspect-library-jdk50/4.0.4.GA/jboss-aspect-library-jdk50-4.0.4.GA.jar"/> 
    … …  
    7272        <file name="junit/junit/3.8.1/junit-3.8.1.jar"/> 
    7373        <file name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 
    74         <file name="omero/common/3.0-TRUNK/common-3.0-TRUNK.jar"/> 
    75         <file name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 
     74        <file name="omero/common/3.0-M3/common-3.0-M3.jar"/> 
     75        <file name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 
    7676        <file name="omero/jboss-aop-jdk50-client/4.0.4.GA/jboss-aop-jdk50-client-4.0.4.GA.jar"/> 
    7777        <file name="omero/jboss-aspect-library-jdk50/4.0.4.GA/jboss-aspect-library-jdk50-4.0.4.GA.jar"/> 
    … …  
    9696        <include name="junit/junit/3.8.1/junit-3.8.1.jar"/> 
    9797        <include name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 
    98         <include name="omero/common/3.0-TRUNK/common-3.0-TRUNK.jar"/> 
    99         <include name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 
     98        <include name="omero/common/3.0-M3/common-3.0-M3.jar"/> 
     99        <include name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 
    100100        <include name="omero/jboss-aop-jdk50-client/4.0.4.GA/jboss-aop-jdk50-client-4.0.4.GA.jar"/> 
    101101        <include name="omero/jboss-aspect-library-jdk50/4.0.4.GA/jboss-aspect-library-jdk50-4.0.4.GA.jar"/> 
  • branches/3.0-M3/components/client/pom.xml

    r721 r1085  
    66    <groupId>omero</groupId> 
    77    <artifactId>main</artifactId> 
    8     <version>3.0-TRUNK</version> 
     8    <version>3.0-M3</version> 
    99  </parent> 
    1010  <name>Ome Client Library</name> 
    … …  
    1515      <groupId>omero</groupId> 
    1616      <artifactId>common</artifactId> 
    17       <version>3.0-TRUNK</version> 
     17      <version>3.0-M3</version> 
    1818    </dependency> 
    1919    <dependency> 
  • branches/3.0-M3/components/common/.classpath

    r1039 r1085  
    2121        <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 
    2222        <classpathentry kind="var" path="M2_REPO/net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 
    23         <classpathentry kind="var" path="M2_REPO/omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 
     23        <classpathentry kind="var" path="M2_REPO/omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 
    2424        <classpathentry kind="var" path="M2_REPO/omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 
    2525        <classpathentry kind="var" path="M2_REPO/omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 
  • branches/3.0-M3/components/common/.project

    r758 r1085  
    11<projectDescription> 
    2   <name>omero-common-3.0-TRUNK</name> 
     2  <name>omero-common-3.0-M3</name> 
    33  <comment/> 
    44  <projects/> 
  • branches/3.0-M3/components/common/classpath.xml

    r1039 r1085  
    2121  <property name="artifact.name" value="common"/> 
    2222  <property name="artifact.group" value="omero"/> 
    23   <property name="artifact.version" value="3.0-TRUNK"/> 
     23  <property name="artifact.version" value="3.0-M3"/> 
    2424  <property name="artifact.packaging" value="jar"/><!-- Default; override in component/build.xml --> 
    25   <property name="artifact.final.name" value="common-3.0-TRUNK.${artifact.packaging}"/> 
    26   <property name="artifact.path" value="omero/common/3.0-TRUNK/${artifact.final.name}"/> 
     25  <property name="artifact.final.name" value="common-3.0-M3.${artifact.packaging}"/> 
     26  <property name="artifact.path" value="omero/common/3.0-M3/${artifact.final.name}"/> 
    2727 
    2828  <filelist id="generated.compile.filelist" dir="${omero.repo.local}"> 
    … …  
    3939        <file name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 
    4040        <file name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 
    41         <file name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 
     41        <file name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 
    4242        <file name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 
    4343        <file name="org/hibernate/hibernate-tools/3.1.0.beta4/hibernate-tools-3.1.0.beta4.jar"/> 
    … …  
    6363        <include name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 
    6464        <include name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 
    65         <include name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 
     65        <include name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 
    6666        <include name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 
    6767        <include name="org/hibernate/hibernate-tools/3.1.0.beta4/hibernate-tools-3.1.0.beta4.jar"/> 
    … …  
    8989        <file name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 
    9090        <file name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 
    91         <file name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 
     91        <file name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 
    9292        <file name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 
    9393        <file name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 
    … …  
    118118        <include name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 
    119119        <include name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 
    120         <include name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 
     120        <include name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 
    121121        <include name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 
    122122        <include name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 
  • branches/3.0-M3/components/common/pom.xml

    r735 r1085  
    44    <groupId>omero</groupId> 
    55    <artifactId>main</artifactId> 
    6     <version>3.0-TRUNK</version> 
     6    <version>3.0-M3</version> 
    77    <relativePath>../../pom.xml</relativePath> 
    88  </parent> 
    … …  
    1515      <groupId>omero</groupId> 
    1616      <artifactId>dsl</artifactId> 
    17       <version>3.0-TRUNK</version> 
     17      <version>3.0-M3</version> 
    1818    </dependency> 
    1919    <dependency> 
  • branches/3.0-M3/components/dsl/.project

    r638 r1085  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<projectDescription> 
    3         <name>omero-dsl-3.0-TRUNK</name> 
     3        <name>omero-dsl-3.0-M3</name> 
    44        <comment></comment> 
    55        <projects> 
  • branches/3.0-M3/components/dsl/classpath.xml

    r1039 r1085  
    2121  <property name="artifact.name" value="dsl"/> 
    2222  <property name="artifact.group" value="omero"/> 
    23   <property name="artifact.version" value="3.0-TRUNK"/> 
     23  <property name="artifact.version" value="3.0-M3"/> 
    2424  <property name="artifact.packaging" value="jar"/><!-- Default; override in component/build.xml --> 
    25   <property name="artifact.final.name" value="dsl-3.0-TRUNK.${artifact.packaging}"/> 
    26   <property name="artifact.path" value="omero/dsl/3.0-TRUNK/${artifact.final.name}"/> 
     25  <property name="artifact.final.name" value="dsl-3.0-M3.${artifact.packaging}"/> 
     26  <property name="artifact.path" value="omero/dsl/3.0-M3/${artifact.final.name}"/> 
    2727 
    2828  <filelist id="generated.compile.filelist" dir="${omero.repo.local}"> 
  • branches/3.0-M3/components/dsl/pom.xml

    r637 r1085  
    44    <groupId>omero</groupId> 
    55    <artifactId>main</artifactId> 
    6     <version>3.0-TRUNK</version> 
     6    <version>3.0-M3</version> 
    77    <relativePath>../../pom.xml</relativePath> 
    88  </parent> 
  • branches/3.0-M3/components/ice/.project

    r638 r1085  
    11<projectDescription> 
    2   <name>omero-ice-3.0-TRUNK</name> 
     2  <name>omero-ice-3.0-M3</name> 
    33  <comment/> 
    44  <projects/> 
  • branches/3.0-M3/components/ice/pom.xml

    r718 r1085  
    44    <groupId>omero</groupId> 
    55    <artifactId>main</artifactId> 
    6     <version>3.0-TRUNK</version> 
     6    <version>3.0-M3</version> 
    77    <relativePath>../../pom.xml</relativePath> 
    88  </parent> 
  • branches/3.0-M3/components/policy/.project

    r773 r1085  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<projectDescription> 
    3         <name>omero-policy-3.0-TRUNK</name> 
     3        <name>omero-policy-3.0-M3</name> 
    44        <comment></comment> 
    55        <projects> 
  • branches/3.0-M3/components/policy/pom.xml

    r721 r1085  
    44    <groupId>omero</groupId> 
    55    <artifactId>main</artifactId> 
    6     <version>3.0-TRUNK</version> 
     6    <version>3.0-M3</version> 
    77    <relativePath>../../pom.xml</relativePath> 
    88  </parent> 
    … …  
    1313  <dependencies> 
    1414    <!-- ALL other JAR components from Omero --> 
    15     <dependency><groupId>omero</groupId><artifactId>client</artifactId><version>3.0-TRUNK</version></dependency> 
    16     <dependency><groupId>omero</groupId><artifactId>common</artifactId><version>3.0-TRUNK</version></dependency> 
    17     <dependency><groupId>omero</groupId><artifactId>dsl</artifactId><version>3.0-TRUNK</version></dependency> 
    18     <dependency><groupId>omero</groupId><artifactId>romio</artifactId><version>3.0-TRUNK</version></dependency> 
    19     <dependency><groupId>omero</groupId><artifactId>ejb</artifactId><version>3.0-TRUNK</version></dependency> 
    20     <dependency><groupId>omero</groupId><artifactId>rendering</artifactId><version>3.0-TRUNK</version></dependency> 
    21     <dependency><groupId>omero</groupId><artifactId>sandbox</artifactId><version>3.0-TRUNK</version></dependency> 
    22     <dependency><groupId>omero</groupId><artifactId>server</artifactId><version>3.0-TRUNK</version></dependency> 
     15    <dependency><groupId>omero</groupId><artifactId>client</artifactId><version>3.0-M3</version></dependency> 
     16    <dependency><groupId>omero</groupId><artifactId>common</artifactId><version>3.0-M3</version></dependency> 
     17    <dependency><groupId>omero</groupId><artifactId>dsl</artifactId><version>3.0-M3</version></dependency> 
     18    <dependency><groupId>omero</groupId><artifactId>romio</artifactId><version>3.0-M3</version></dependency> 
     19    <dependency><groupId>omero</groupId><artifactId>ejb</artifactId><version>3.0-M3</version></dependency> 
     20    <dependency><groupId>omero</groupId><artifact