|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>io.frictionlessdata</groupId> |
5 | 5 | <artifactId>tableschema-java</artifactId> |
6 | | - <version>0.8.1-SNAPSHOT</version> |
| 6 | + <version>0.8.2-SNAPSHOT</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <issueManagement> |
9 | 9 | <url>https://github.com/frictionlessdata/tableschema-java/issues</url> |
|
37 | 37 | <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version> |
38 | 38 | <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
39 | 39 | <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version> |
40 | | - <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version> |
41 | 40 | <maven-release-plugin.version>3.1.1</maven-release-plugin.version> |
42 | | - <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version> |
43 | 41 | <dependency-check-maven.version>12.1.0</dependency-check-maven.version> |
44 | 42 | <jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version> |
45 | 43 | </properties> |
|
132 | 130 | </executions> |
133 | 131 | </plugin> |
134 | 132 |
|
135 | | - <plugin> |
136 | | - <groupId>org.apache.maven.plugins</groupId> |
137 | | - <artifactId>maven-gpg-plugin</artifactId> |
138 | | - <version>${maven-gpg-plugin.version}</version> |
139 | | - <executions> |
140 | | - <execution> |
141 | | - <id>sign-artifacts</id> |
142 | | - <phase>verify</phase> |
143 | | - <goals> |
144 | | - <goal>sign</goal> |
145 | | - </goals> |
146 | | - </execution> |
147 | | - </executions> |
148 | | - </plugin> |
149 | | - |
150 | | - <plugin> |
151 | | - <groupId>org.sonatype.plugins</groupId> |
152 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
153 | | - <version>${nexus-staging-maven-plugin.version}</version> |
154 | | - <extensions>true</extensions> |
155 | | - <configuration> |
156 | | - <serverId>ossrh</serverId> |
157 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
158 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
159 | | - </configuration> |
160 | | - </plugin> |
161 | | - |
162 | 133 | <plugin> |
163 | 134 | <groupId>org.jacoco</groupId> |
164 | 135 | <artifactId>jacoco-maven-plugin</artifactId> |
|
180 | 151 | </executions> |
181 | 152 | </plugin> |
182 | 153 |
|
183 | | - <plugin> |
184 | | - <groupId>org.owasp</groupId> |
185 | | - <artifactId>dependency-check-maven</artifactId> |
186 | | - <version>${dependency-check-maven.version}</version> |
187 | | - <executions> |
188 | | - <execution> |
189 | | - <goals> |
190 | | - <!-- |
191 | | - <goal>check</goal> |
192 | | - --> |
193 | | - </goals> |
194 | | - </execution> |
195 | | - </executions> |
196 | | - </plugin> |
197 | | - |
198 | 154 | <plugin> |
199 | 155 | <groupId>org.apache.maven.plugins</groupId> |
200 | 156 | <artifactId>maven-dependency-plugin</artifactId> |
|
0 commit comments