Project

General

Profile

« Previous | Next » 

Revision 5d752aea

Added by jenkins about 5 years ago

updating poms for 5.5.3 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.2</version>
6
  <version>5.5.3-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> 
......
416 416
            <phase>install</phase>
417 417
            <configuration>
418 418
              <tasks>
419
                <property name="project.fullversionstring" value="${project.version}"/>
420
                <property name="project.version" value="${project.version}"/>
421
                <ant antfile="${project.basedir}/src/main/installer/linux/build-deb.xml" dir="${project.basedir}"/>
419
                <property name="project.fullversionstring" value="${project.version}" />
420
                <property name="project.version" value="${project.version}" />
421
                <ant antfile="${project.basedir}/src/main/installer/linux/build-deb.xml" dir="${project.basedir}" />
422 422
              </tasks>
423 423
            </configuration>
424 424
            <goals>
......
499 499
        <!-- Connect start/stop to pre- and
500 500
             post-integration-test phase, respectively if you want to start
501 501
             your docker containers during integration tests -->
502
        <executions/>
502
        <executions />
503 503
      </plugin>
504 504
      <!-- ====== DEPLOY ====== -->
505 505
      <plugin>

Also available in: Unified diff