Skip to content

Commit 01342ff

Browse files
committed
feat: release version 1.2.0
1 parent 38513e4 commit 01342ff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Here you find the documentation for the latest releases and the current SNAPSHOT
1717
| Version | Reference documentation |
1818
| :---: | :---: |
1919
| SNAPSHOT | [Reference Doc.][sync-packagejson-version-maven-plugin-current-docs] |
20+
| 1.2.0 | [Reference Doc.][sync-packagejson-version-maven-plugin-1.2.0-docs] |
2021
| 1.1.0 | [Reference Doc.][sync-packagejson-version-maven-plugin-1.1.0-docs] |
2122
| 1.0.0 | [Reference Doc.][sync-packagejson-version-maven-plugin-1.0.0-docs] |
2223

@@ -25,6 +26,7 @@ This code is open source software licensed under the [Apache 2.0 License](https:
2526

2627
[sync-packagejson-version-maven-plugin-current-docs]: https://ingogriebsch.github.io/sync-packagejson-version-maven-plugin/current/index.html
2728
[sync-packagejson-version-maven-plugin-current-docs-usage]: https://ingogriebsch.github.io/sync-packagejson-version-maven-plugin/current/index.html#usage
29+
[sync-packagejson-version-maven-plugin-1.2.0-docs]: https://ingogriebsch.github.io/sync-packagejson-version-maven-plugin/1.2.0/index.html
2830
[sync-packagejson-version-maven-plugin-1.1.0-docs]: https://ingogriebsch.github.io/sync-packagejson-version-maven-plugin/1.1.0/index.html
2931
[sync-packagejson-version-maven-plugin-1.0.0-docs]: https://ingogriebsch.github.io/sync-packagejson-version-maven-plugin/1.0.0/index.html
3032
[maven-central]: https://search.maven.org/artifact/de.ingogriebsch.maven/sync-packagejson-version-maven-plugin

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>de.ingogriebsch.maven</groupId>
66
<artifactId>sync-packagejson-version-maven-plugin</artifactId>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
<packaging>maven-plugin</packaging>
99

1010
<name>Sync package.json version Maven plugin</name>

0 commit comments

Comments
 (0)