Skip to content

Commit 7fea4e4

Browse files
committed
Update Maven plugin versions and remove unused plugins in pom.xml
1 parent 1784f3c commit 7fea4e4

1 file changed

Lines changed: 2 additions & 20 deletions

File tree

pom.xml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
<version>3.0.2-SNAPSHOT</version>
77
<name>EMV Paycard - Parent</name>
88

9-
<parent>
10-
<groupId>org.sonatype.oss</groupId>
11-
<artifactId>oss-parent</artifactId>
12-
<version>7</version>
13-
</parent>
14-
159
<inceptionYear>2013</inceptionYear>
1610
<description>
1711
A Java library used to read and extract data from EMV paycard.
@@ -110,8 +104,6 @@
110104
</dependencyManagement>
111105

112106
<build>
113-
<sourceDirectory>src/main/java</sourceDirectory>
114-
<testSourceDirectory>src/test/java</testSourceDirectory>
115107
<defaultGoal>install</defaultGoal>
116108
<pluginManagement>
117109
<plugins>
@@ -127,7 +119,7 @@
127119
<plugin>
128120
<groupId>org.apache.maven.plugins</groupId>
129121
<artifactId>maven-compiler-plugin</artifactId>
130-
<version>3.13.0</version>
122+
<version>3.15.0</version>
131123
<configuration>
132124
<source>1.8</source>
133125
<target>1.8</target>
@@ -155,7 +147,7 @@
155147
<plugin>
156148
<groupId>org.apache.maven.plugins</groupId>
157149
<artifactId>maven-release-plugin</artifactId>
158-
<version>3.1.1</version>
150+
<version>3.3.1</version>
159151
<configuration>
160152
<mavenExecutorId>forked-path</mavenExecutorId>
161153
<localCheckout>true</localCheckout>
@@ -166,16 +158,6 @@
166158
<artifactId>maven-gpg-plugin</artifactId>
167159
<version>3.2.7</version>
168160
</plugin>
169-
<plugin>
170-
<groupId>org.apache.maven.plugins</groupId>
171-
<artifactId>maven-install-plugin</artifactId>
172-
<version>3.1.3</version>
173-
</plugin>
174-
<plugin>
175-
<groupId>org.apache.maven.plugins</groupId>
176-
<artifactId>maven-deploy-plugin</artifactId>
177-
<version>3.1.3</version>
178-
</plugin>
179161
<plugin>
180162
<artifactId>maven-source-plugin</artifactId>
181163
<version>3.3.1</version>

0 commit comments

Comments
 (0)