Rollback release 0.1.0 and fix Maven Central validation checks
This commit is contained in:
@@ -19,7 +19,24 @@
|
||||
|
||||
<groupId>org.springframework.batch.extensions</groupId>
|
||||
<artifactId>spring-batch-excel</artifactId>
|
||||
<version>0.2.0-SNAPSHOT</version>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
<name>Spring Batch Excel</name>
|
||||
<description>Spring Batch extension for Microsoft Excel</description>
|
||||
<url>https://github.com/spring-projects/spring-batch-extensions/tree/main/spring-batch-excel</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<scm>
|
||||
<url>https://github.com/spring-projects/spring-batch-extensions</url>
|
||||
<connection>git://github.com/spring-projects/spring-batch-extensions.git</connection>
|
||||
<developerConnection>git@github.com:spring-projects/spring-batch-extensions.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
Reference in New Issue
Block a user