Changeset 6883


Ignore:
Timestamp:
01/05/16 10:03:36 (8 years ago)
Author:
Twan Goosen
Message:

Refactoring in poms: version properties out of parent pom, REST project now defines its own version and has a property for front end version. Parent and project now also have the same version (explicitly defined in both poms).

Location:
ComponentRegistry/branches/ComponentRegistry-2.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry/pom.xml

    r6879 r6883  
    1111    <artifactId>component-registry-rest</artifactId>
    1212    <packaging>${packaging}</packaging>
    13     <version>${ComponentRegistry.version}</version>
     13    <version>2.0-SNAPSHOT</version>
    1414    <name>ComponentRegistry</name>
    1515    <description>
     
    2121        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    2222        <packaging>war</packaging>
     23        <frontEndVersion>1.0.0-beta</frontEndVersion>
    2324        <!-- Properties to configure ComponentRegistry override on commandline
    2425        with -D or change here -->
     
    499500                                    <groupId>${project.groupId}</groupId>
    500501                                    <artifactId>component-registry-react-ui</artifactId>
    501                                     <version>${ComponentBrowserGui.version}</version>
     502                                    <version>${frontEndVersion}</version>
    502503                                    <overWrite>true</overWrite>
    503504                                    <outputDirectory>${project.build.directory}/${project.artifactId}-${project.version}</outputDirectory>
  • ComponentRegistry/branches/ComponentRegistry-2.0/pom.xml

    r6880 r6883  
    88  <name>componentRegistry_parent</name>
    99  <packaging>pom</packaging>
    10   <version>1.0</version>
     10  <version>2.0-SNAPSHOT</version>
    1111  <description>Parent pom for ComponentRegistry, see www.clarin.eu/cmdi.</description>
    1212  <modules>
     
    2020  <properties>
    2121    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    22     <ComponentRegistry.version>2.0-SNAPSHOT</ComponentRegistry.version>
    23     <ComponentBrowserGui.version>1.0.0-beta</ComponentBrowserGui.version>
    2422  </properties>
    2523 
Note: See TracChangeset for help on using the changeset viewer.