Project

General

Profile

« Previous | Next » 

Revision f6563017

Added by jenkins about 5 years ago

updating poms for 5.5.2 branch with snapshot versions

View differences:

pom.xml
3 3
  <modelVersion>4.0.0</modelVersion>
4 4
  <groupId>eu.etaxonomy</groupId>
5 5
  <artifactId>cdm-server</artifactId>
6
  <version>5.5.1</version>
6
  <version>5.5.2-SNAPSHOT</version>
7 7
  <packaging>jar</packaging>
8 8
  <name>CDM Community Standalone Server</name>
9 9
  <properties>
......
64 64
      <roles>
65 65
        <role>Developer</role>
66 66
      </roles>
67
      <url/>
67
      <url />
68 68
    </developer>
69 69
  </developers>
70 70
  <!-- contributors> <contributor> <name>Test-Contributor</name> </contributor> 
......
414 414
            <phase>install</phase>
415 415
            <configuration>
416 416
              <tasks>
417
                <property name="project.fullversionstring" value="${project.version}"/>
418
                <property name="project.version" value="${project.version}"/>
419
                <ant antfile="${project.basedir}/src/main/installer/linux/build-deb.xml" dir="${project.basedir}"/>
417
                <property name="project.fullversionstring" value="${project.version}" />
418
                <property name="project.version" value="${project.version}" />
419
                <ant antfile="${project.basedir}/src/main/installer/linux/build-deb.xml" dir="${project.basedir}" />
420 420
              </tasks>
421 421
            </configuration>
422 422
            <goals>
......
495 495
        <!-- Connect start/stop to pre- and
496 496
             post-integration-test phase, respectively if you want to start
497 497
             your docker containers during integration tests -->
498
        <executions></executions>
498
        <executions />
499 499
      </plugin>
500 500
      <!-- ====== DEPLOY ====== -->
501 501
      <plugin>

Also available in: Unified diff