Skip to content

Commit

Permalink
upgrade to the last SD-DSS 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bielecro authored and bielecro committed Jan 30, 2015
1 parent 1d4b2db commit 3f653a2
Show file tree
Hide file tree
Showing 6 changed files with 404 additions and 418 deletions.
25 changes: 2 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<name>Organisational pom for Application TLManager</name>
<groupId>eu.europa.ec.joinup.sd-dss</groupId>
<version>4.1.7-SNAPSHOT</version>
<version>4.1.7</version>
<artifactId>tl-manager</artifactId>
<packaging>pom</packaging>

Expand All @@ -17,7 +17,7 @@
</modules>

<properties>
<dss.version>4.1.0</dss.version>
<dss.version>4.3.0</dss.version>
<beansbinding.version>1.2.1</beansbinding.version>
<mockito.version>1.9.5</mockito.version>
<junit.version>4.11</junit.version>
Expand Down Expand Up @@ -64,25 +64,6 @@
</execution>
</executions>
</plugin>
<!--<plugin>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-enforcer-plugin</artifactId>-->
<!--<version>1.3.1</version>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>enforce</id>-->
<!--<configuration>-->
<!--<rules>-->
<!--<DependencyConvergence/>-->
<!--</rules>-->
<!--</configuration>-->
<!--<goals>-->
<!--<goal>enforce</goal>-->
<!--</goals>-->
<!--<phase>validate</phase>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
</plugins>

<pluginManagement>
Expand Down Expand Up @@ -201,10 +182,8 @@
<!--<groupId>ch.qos.logback</groupId>-->
<!--<artifactId>logback-classic</artifactId>-->
<!--<version>1.0.13</version>-->
<!--<scope>test</scope>-->
<!--</dependency>-->


<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tlmanager-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>eu.europa.ec.joinup.sd-dss</groupId>
<artifactId>tl-manager</artifactId>
<version>4.1.7-SNAPSHOT</version>
<version>4.1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 3f653a2

Please sign in to comment.