Changeset 7 for pom.xml


Ignore:
Timestamp:
11/28/19 14:41:17 (5 years ago)
Author:
bart
Message:

Release 1.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r5 r7  
    66        <artifactId>runserver</artifactId>
    77        <packaging>war</packaging>
    8         <version>1.0.0</version>
     8        <version>1.1.0</version>
    99        <name>runserver Maven Webapp</name>
    1010        <url>http://maven.apache.org</url>
     
    1717                <basedir>.</basedir>
    1818                <passwd>${env.ARTIFACTORY_PASS}</passwd>
    19                 <jackson-2-version>2.9.6</jackson-2-version>
     19                <jackson-2-version>2.9.10</jackson-2-version>
    2020                <tomcat.version>8.0.53</tomcat.version>
    2121        </properties>
     
    5353                        <groupId>geniusweb</groupId>
    5454                        <artifactId>profile</artifactId>
    55                         <version>1.0.0</version>
     55                        <version>1.1.0</version>
    5656                </dependency>
    5757
     
    5959                        <groupId>geniusweb</groupId>
    6060                        <artifactId>party</artifactId>
    61                         <version>1.0.0</version>
     61                        <version>1.1.0</version>
    6262                </dependency>
    6363
     
    6565                        <groupId>geniusweb</groupId>
    6666                        <artifactId>references</artifactId>
    67                         <version>1.0.0</version>
     67                        <version>1.1.0</version>
    6868                </dependency>
    6969
     
    7171                        <groupId>geniusweb</groupId>
    7272                        <artifactId>protocol</artifactId>
    73                         <version>1.0.0</version>
     73                        <version>1.1.0</version>
    7474                </dependency>
    7575
     
    8383                        <groupId>tudelft.utilities</groupId>
    8484                        <artifactId>listener</artifactId>
    85                         <version>1.0.0</version>
     85                        <version>1.1.0</version>
    8686                </dependency>
    8787
     
    187187                        <plugin>
    188188                                <groupId>org.apache.maven.plugins</groupId>
     189                                <artifactId>maven-enforcer-plugin</artifactId>
     190                                <version>3.0.0-M2</version>
     191                                <executions>
     192                                        <execution>
     193                                                <id>enforce</id>
     194                                                <configuration>
     195                                                        <rules>
     196                                                                <dependencyConvergence />
     197                                                        </rules>
     198                                                </configuration>
     199                                                <goals>
     200                                                        <goal>enforce</goal>
     201                                                </goals>
     202                                        </execution>
     203                                </executions>
     204                        </plugin>
     205                        <plugin>
     206                                <groupId>org.apache.maven.plugins</groupId>
    189207                                <artifactId>maven-source-plugin</artifactId>
    190208                                <executions>
     
    201219                                <groupId>org.apache.maven.plugins</groupId>
    202220                                <artifactId>maven-dependency-plugin</artifactId>
    203                                 <!--  leave out version to help Eclipse workaround -->
     221                                <!-- leave out version to help Eclipse workaround -->
    204222                                <executions>
    205223                                        <execution>
Note: See TracChangeset for help on using the changeset viewer.