Skip to content

Commit 8b23e82

Browse files
committed
Update Jinx dependency version to 2.0.0 and update version to 1.1.0
1 parent 4d3d556 commit 8b23e82

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.exceljava</groupId>
77
<artifactId>jinx-com4j-root</artifactId>
8-
<version>1.1-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -28,12 +28,12 @@
2828
<dependency>
2929
<groupId>com.exceljava</groupId>
3030
<artifactId>jinx-com4j</artifactId>
31-
<version>1.1-SNAPSHOT</version>
31+
<version>1.1.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.exceljava</groupId>
3535
<artifactId>jinx</artifactId>
36-
<version>2.0.0-beta2</version>
36+
<version>[2.0.0,)</version>
3737
</dependency>
3838
</dependencies>
3939
</project>

jinx-com4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.exceljava</groupId>
77
<artifactId>jinx-com4j-root</artifactId>
8-
<version>1.1-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.exceljava</groupId>
2828
<artifactId>jinx</artifactId>
29-
<version>2.0.0-beta2</version>
29+
<version>[2.0.0,)</version>
3030
</dependency>
3131
<!-- com4j -->
3232
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.exceljava</groupId>
77
<artifactId>jinx-com4j-root</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.1-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
<modules>
1111
<module>examples</module>
1212
<module>jinx-com4j</module>

0 commit comments

Comments
 (0)