Skip to content

Commit ecec578

Browse files
Maintenance release
1 parent dc18113 commit ecec578

File tree

1 file changed

+1
-45
lines changed

1 file changed

+1
-45
lines changed

pom.xml

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.frictionlessdata</groupId>
55
<artifactId>tableschema-java</artifactId>
6-
<version>0.8.1-SNAPSHOT</version>
6+
<version>0.8.2-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<issueManagement>
99
<url>https://github.com/frictionlessdata/tableschema-java/issues</url>
@@ -37,9 +37,7 @@
3737
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
3838
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
3939
<maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
40-
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
4140
<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>
4341
<dependency-check-maven.version>12.1.0</dependency-check-maven.version>
4442
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
4543
</properties>
@@ -132,33 +130,6 @@
132130
</executions>
133131
</plugin>
134132

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-
162133
<plugin>
163134
<groupId>org.jacoco</groupId>
164135
<artifactId>jacoco-maven-plugin</artifactId>
@@ -180,21 +151,6 @@
180151
</executions>
181152
</plugin>
182153

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-
198154
<plugin>
199155
<groupId>org.apache.maven.plugins</groupId>
200156
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)