Changeset 9 for protocol/pom.xml


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

Release 1.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocol/pom.xml

    r6 r9  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>protocol</artifactId>
    8         <version>1.0.0</version>
     8        <version>1.1.0</version>
    99        <packaging>jar</packaging>
    1010
     
    1616                <basedir>.</basedir>
    1717                <passwd>${env.ARTIFACTORY_PASS}</passwd>
    18                 <jackson-2-version>2.9.6</jackson-2-version>
     18                <jackson-2-version>2.9.10</jackson-2-version>
    1919        </properties>
    2020
     
    3131                        <groupId>geniusweb</groupId>
    3232                        <artifactId>profile</artifactId>
    33                         <version>1.0.0</version>
     33                        <version>1.1.0</version>
    3434                </dependency>
    3535                <dependency>
    3636                        <groupId>geniusweb</groupId>
    3737                        <artifactId>party</artifactId>
    38                         <version>1.0.0</version>
    39                 </dependency>
    40                 <dependency>
    41                         <groupId>tudelft.utilities</groupId>
    42                         <artifactId>listener</artifactId>
    43                         <version>1.0.0</version>
     38                        <version>1.1.0</version>
    4439                </dependency>
    4540                <dependency>
    4641                        <groupId>geniusweb</groupId>
    4742                        <artifactId>references</artifactId>
    48                         <version>1.0.0</version>
     43                        <version>1.1.0</version>
    4944                </dependency>
    5045                <dependency>
    5146                        <groupId>geniusweb</groupId>
    5247                        <artifactId>events</artifactId>
    53                         <version>1.0.0</version>
     48                        <version>1.1.0</version>
    5449                </dependency>
    5550                <dependency>
     
    6257                        <artifactId>logging</artifactId>
    6358                        <version>1.0.0</version>
     59                </dependency>
     60                <dependency>
     61                        <groupId>tudelft.utilities</groupId>
     62                        <artifactId>listener</artifactId>
     63                        <version>1.1.0</version>
    6464                </dependency>
    6565
     
    160160                                </configuration>
    161161                        </plugin>
    162 
     162                        <plugin>
     163                                <groupId>org.apache.maven.plugins</groupId>
     164                                <artifactId>maven-enforcer-plugin</artifactId>
     165                                <version>3.0.0-M2</version>
     166                                <executions>
     167                                        <execution>
     168                                                <id>enforce</id>
     169                                                <configuration>
     170                                                        <rules>
     171                                                                <dependencyConvergence />
     172                                                        </rules>
     173                                                </configuration>
     174                                                <goals>
     175                                                        <goal>enforce</goal>
     176                                                </goals>
     177                                        </execution>
     178                                </executions>
     179                        </plugin>
    163180                        <plugin>
    164181                                <groupId>org.apache.maven.plugins</groupId>
Note: See TracChangeset for help on using the changeset viewer.