Skip to content

Commit a66597f

Browse files
author
PJ Fanning
committed
poi 4.0.1 release
1 parent 88bc666 commit a66597f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pom.xml

+2-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.pjfanning</groupId>
55
<artifactId>excel-streaming-reader</artifactId>
6-
<version>2.2.0-SNAPSHOT</version>
6+
<version>2.2.0</version>
77
<name>Streaming Excel reader</name>
88
<description>Streaming Excel reader</description>
99
<url>https://github.com/pjfanning/excel-streaming-reader</url>
@@ -114,14 +114,6 @@
114114
</repository>
115115
</distributionManagement>
116116

117-
<repositories>
118-
<repository>
119-
<id>apache-staging</id>
120-
<name>apache-staging</name>
121-
<url>https://repository.apache.org/content/repositories/staging</url>
122-
</repository>
123-
</repositories>
124-
125117
<dependencies>
126118
<dependency>
127119
<groupId>org.apache.poi</groupId>
@@ -141,7 +133,7 @@
141133
<dependency>
142134
<groupId>com.github.pjfanning</groupId>
143135
<artifactId>poi-shared-strings</artifactId>
144-
<version>1.0.1</version>
136+
<version>1.0.2</version>
145137
</dependency>
146138
<dependency>
147139
<groupId>xml-apis</groupId>

0 commit comments

Comments
 (0)