Skip to content

Commit 28aa5d5

Browse files
committed
updated version
1 parent 47d5f45 commit 28aa5d5

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>TLS-Scanner</artifactId>
55
<groupId>de.rub.nds.tlsscanner</groupId>
6-
<version>2.5</version>
6+
<version>2.6</version>
77
<packaging>jar</packaging>
88
<dependencies>
99
<dependency>
1010
<groupId>de.rub.nds.tlsattacker</groupId>
1111
<artifactId>TLS-Core</artifactId>
12-
<version>2.7</version>
12+
<version>2.8</version>
1313
</dependency>
1414
<dependency>
1515
<groupId>de.rub.nds.tlsattacker</groupId>
1616
<artifactId>Attacks</artifactId>
17-
<version>2.7</version>
17+
<version>2.8</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>junit</groupId>
@@ -57,12 +57,12 @@
5757
</profile>
5858
</profiles>
5959
<build>
60-
<finalName>TLS-Scanner</finalName>
60+
<finalName>TLS-Scanner</finalName>
6161
<plugins>
62-
<plugin>
63-
<artifactId>maven-dependency-plugin</artifactId>
62+
<plugin>
63+
<artifactId>maven-dependency-plugin</artifactId>
6464
<executions>
65-
<execution>
65+
<execution>
6666
<id>copy</id>
6767
<phase>package</phase>
6868
<goals>
@@ -83,17 +83,17 @@
8383
</execution>
8484
<execution>
8585
<id>copy-dependencies</id>
86-
<phase>package</phase>
87-
<goals>
88-
<goal>copy-dependencies</goal>
89-
</goals>
90-
<configuration>
86+
<phase>package</phase>
87+
<goals>
88+
<goal>copy-dependencies</goal>
89+
</goals>
90+
<configuration>
9191
<outputDirectory>${basedir}/apps/lib</outputDirectory>
9292
<!--Ensures only runnable dependencies are included-->
93-
<includeScope>compile</includeScope>
94-
</configuration>
95-
</execution>
96-
</executions>
93+
<includeScope>compile</includeScope>
94+
</configuration>
95+
</execution>
96+
</executions>
9797
</plugin>
9898
<plugin>
9999
<!-- Build an executable JAR -->

0 commit comments

Comments
 (0)