|
14 | 14 |
|
15 | 15 | <inceptionYear>2013</inceptionYear> |
16 | 16 | <description> |
17 | | - A Java library used to read and extract data from EMV paycard. |
| 17 | + A Java library used to read and extract data from EMV pay card. |
18 | 18 | </description> |
19 | 19 | <issueManagement> |
20 | 20 | <url>https://github.com/devnied/EMV-NFC-Paycard-Enrollment/issues</url> |
|
73 | 73 | <version>1.6.0</version> |
74 | 74 | </dependency> |
75 | 75 |
|
76 | | - <!-- Apache commons --> |
| 76 | + <!-- Apache Commons --> |
77 | 77 | <dependency> |
78 | 78 | <groupId>org.apache.commons</groupId> |
79 | 79 | <artifactId>commons-lang3</artifactId> |
|
110 | 110 | </dependencyManagement> |
111 | 111 |
|
112 | 112 | <build> |
113 | | - <sourceDirectory>src/main/java</sourceDirectory> |
114 | | - <testSourceDirectory>src/test/java</testSourceDirectory> |
115 | 113 | <defaultGoal>install</defaultGoal> |
116 | 114 | <pluginManagement> |
117 | 115 | <plugins> |
|
127 | 125 | <plugin> |
128 | 126 | <groupId>org.apache.maven.plugins</groupId> |
129 | 127 | <artifactId>maven-compiler-plugin</artifactId> |
130 | | - <version>3.13.0</version> |
| 128 | + <version>3.15.0</version> |
131 | 129 | <configuration> |
132 | 130 | <source>1.8</source> |
133 | 131 | <target>1.8</target> |
|
136 | 134 | </plugin> |
137 | 135 | <plugin> |
138 | 136 | <groupId>org.apache.maven.plugins</groupId> |
139 | | - <artifactId>maven-javadoc-plugin</artifactId> |
140 | | - <version>3.11.2</version> |
| 137 | + <artifactId>maven-resources-plugin</artifactId> |
| 138 | + <version>3.4.0</version> |
141 | 139 | <configuration> |
142 | | - <detectJavaApiLink>false</detectJavaApiLink> |
143 | | - <release>8</release> |
144 | | - <doclint>none</doclint> |
| 140 | + <encoding>UTF-8</encoding> |
145 | 141 | </configuration> |
146 | 142 | </plugin> |
147 | 143 | <plugin> |
148 | 144 | <groupId>org.apache.maven.plugins</groupId> |
149 | | - <artifactId>maven-resources-plugin</artifactId> |
150 | | - <version>3.3.1</version> |
| 145 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 146 | + <version>3.11.2</version> |
151 | 147 | <configuration> |
152 | | - <encoding>UTF-8</encoding> |
| 148 | + <detectJavaApiLink>false</detectJavaApiLink> |
| 149 | + <release>8</release> |
| 150 | + <doclint>none</doclint> |
153 | 151 | </configuration> |
154 | 152 | </plugin> |
155 | 153 | <plugin> |
156 | 154 | <groupId>org.apache.maven.plugins</groupId> |
157 | 155 | <artifactId>maven-release-plugin</artifactId> |
158 | | - <version>3.1.1</version> |
| 156 | + <version>3.3.1</version> |
159 | 157 | <configuration> |
160 | 158 | <mavenExecutorId>forked-path</mavenExecutorId> |
161 | 159 | <localCheckout>true</localCheckout> |
162 | 160 | </configuration> |
163 | 161 | </plugin> |
164 | | - <plugin> |
165 | | - <groupId>org.apache.maven.plugins</groupId> |
166 | | - <artifactId>maven-gpg-plugin</artifactId> |
167 | | - <version>3.2.7</version> |
168 | | - </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> |
179 | 162 | <plugin> |
180 | 163 | <artifactId>maven-source-plugin</artifactId> |
181 | 164 | <version>3.3.1</version> |
|
0 commit comments