Browse Source

Update POMs

master
Gintas Grigelionis 7 years ago
parent
commit
64fbdb14d5
8 changed files with 8 additions and 12 deletions
  1. +0
    -1
      src/etc/poms/ant-apache-xalan2/pom.xml
  2. +1
    -1
      src/etc/poms/ant-javamail/pom.xml
  3. +0
    -1
      src/etc/poms/ant-junit/pom.xml
  4. +3
    -3
      src/etc/poms/ant-junitlauncher/pom.xml
  5. +0
    -1
      src/etc/poms/ant-swing/pom.xml
  6. +0
    -1
      src/etc/poms/ant-testutil/pom.xml
  7. +1
    -1
      src/etc/poms/ant-xz/pom.xml
  8. +3
    -3
      src/etc/poms/pom.xml

+ 0
- 1
src/etc/poms/ant-apache-xalan2/pom.xml View File

@@ -72,7 +72,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
</tasks>
</configuration>
</execution>

</executions>
</plugin>
<plugin>


+ 1
- 1
src/etc/poms/ant-javamail/pom.xml View File

@@ -47,7 +47,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency>
<groupId>javax.mail</groupId>
<artifactId>javax.mail-api</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
<scope>compile</scope>
</dependency>
</dependencies>


+ 0
- 1
src/etc/poms/ant-junit/pom.xml View File

@@ -74,7 +74,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
</tasks>
</configuration>
</execution>

</executions>
</plugin>
<plugin>


+ 3
- 3
src/etc/poms/ant-junitlauncher/pom.xml View File

@@ -45,19 +45,19 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>


+ 0
- 1
src/etc/poms/ant-swing/pom.xml View File

@@ -62,5 +62,4 @@
<testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
<directory>../../../../target/${project.artifactId}</directory>
</build>
</project>

+ 0
- 1
src/etc/poms/ant-testutil/pom.xml View File

@@ -70,5 +70,4 @@
<outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
<directory>../../../../target/${project.artifactId}</directory>
</build>
</project>

+ 1
- 1
src/etc/poms/ant-xz/pom.xml View File

@@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.6</version>
<version>1.8</version>
<scope>compile</scope>
</dependency>
</dependencies>


+ 3
- 3
src/etc/poms/pom.xml View File

@@ -133,17 +133,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20.1</version>
<version>2.21.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.20.1</version>
<version>2.21.0</version>
</plugin>
</plugins>
</pluginManagement>


Loading…
Cancel
Save