Ignore:
Timestamp:
11/17/15 11:51:11 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

#773 Building uniform mapping file format for PostProcessing?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo-importer/pom.xml

    r6436 r6811  
    5353            </resource>
    5454        </resources>
    55         
     55     
    5656        <plugins>
    5757           
     
    8484                <version>2.3.2</version>
    8585                <configuration>
    86                     <source>1.6</source>
    87                     <target>1.6</target>
     86                    <source>1.7</source>
     87                    <target>1.7</target>
    8888                </configuration>
    8989            </plugin>
     
    131131            <groupId>${project.groupId}</groupId>
    132132            <artifactId>vlo-commons</artifactId>
     133            <version>${project.version}</version>
     134        </dependency>
     135        <dependency>
     136            <groupId>${project.groupId}</groupId>
     137            <artifactId>vlo-vocabularies</artifactId>
    133138            <version>${project.version}</version>
    134139        </dependency>
Note: See TracChangeset for help on using the changeset viewer.