Skip to content

Commit 04ffefb

Browse files
authored
Merge pull request #9 from spacious-team/develop
Релиз 2022.7
2 parents 22482c3 + e054888 commit 04ffefb

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

pom.xml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>org.spacious-team</groupId>
2626
<artifactId>table-wrapper-excel-impl</artifactId>
27-
<version>2022.4</version>
27+
<version>2022.7</version>
2828
<packaging>jar</packaging>
2929

3030
<name>Table Wrapper API Excel Implementation</name>
@@ -42,9 +42,24 @@
4242
</licenses>
4343

4444
<scm>
45+
<connection>scm:git:https://github.com/spacious-team/table-wrapper-excel-impl.git</connection>
46+
<developerConnection>scm:git:git@github.com:spacious-team/table-wrapper-excel-impl.git</developerConnection>
47+
<tag>master</tag>
4548
<url>https://github.com/spacious-team/table-wrapper-excel-impl</url>
4649
</scm>
4750

51+
<issueManagement>
52+
<url>https://github.com/spacious-team/table-wrapper-excel-impl/issues</url>
53+
</issueManagement>
54+
55+
<developers>
56+
<developer>
57+
<organization>Spacious Team</organization>
58+
<organizationUrl>https://github.com/spacious-team</organizationUrl>
59+
<email>spacious-team@ya.ru</email>
60+
</developer>
61+
</developers>
62+
4863
<properties>
4964
<maven.compiler.source>14</maven.compiler.source>
5065
<maven.compiler.target>14</maven.compiler.target>
@@ -76,17 +91,17 @@
7691
<dependency>
7792
<groupId>org.apache.poi</groupId>
7893
<artifactId>poi</artifactId>
79-
<version>4.1.2</version>
94+
<version>5.2.2</version>
8095
</dependency>
8196
<dependency>
8297
<groupId>org.apache.poi</groupId>
8398
<artifactId>poi-ooxml</artifactId>
84-
<version>4.1.2</version>
99+
<version>5.2.2</version>
85100
</dependency>
86101
<dependency>
87102
<groupId>org.projectlombok</groupId>
88103
<artifactId>lombok</artifactId>
89-
<version>1.18.22</version>
104+
<version>1.18.24</version>
90105
<scope>provided</scope>
91106
<optional>true</optional>
92107
</dependency>

0 commit comments

Comments
 (0)