Skip to content

Commit

Permalink
Update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyroberts committed Jan 2, 2020
1 parent 61c9ced commit d0bb284
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To add it as a dependency to your own project add the following to your pom.xml
<dependency>
<groupId>com.github.exceljava.jinx-com4j</groupId>
<artifactId>jinx-com4j</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.exceljava</groupId>
<artifactId>jinx-com4j-root</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.exceljava</groupId>
<artifactId>jinx-com4j</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.exceljava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jinx-com4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.exceljava</groupId>
<artifactId>jinx-com4j-root</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.exceljava</groupId>
<artifactId>jinx-com4j-root</artifactId>
<packaging>pom</packaging>
<version>1.1.0</version>
<version>1.2.0</version>
<modules>
<module>examples</module>
<module>jinx-com4j</module>
Expand Down

0 comments on commit d0bb284

Please sign in to comment.