Skip to content

Commit b4d95ac

Browse files
committed
feat: release version 1.1.0
1 parent 896f65c commit b4d95ac

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,13 +17,15 @@ 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.1.0 | [Reference Doc.][sync-packagejson-version-maven-plugin-1.1.0-docs] |
2021
| 1.0.0 | [Reference Doc.][sync-packagejson-version-maven-plugin-1.0.0-docs] |
2122

2223
## License
2324
This code is open source software licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0.html).
2425

2526
[sync-packagejson-version-maven-plugin-current-docs]: https://ingogriebsch.github.io/sync-packagejson-version-maven-plugin/current/index.html
2627
[sync-packagejson-version-maven-plugin-current-docs-usage]: https://ingogriebsch.github.io/sync-packagejson-version-maven-plugin/current/index.html#usage
28+
[sync-packagejson-version-maven-plugin-1.1.0-docs]: https://ingogriebsch.github.io/sync-packagejson-version-maven-plugin/1.1.0/index.html
2729
[sync-packagejson-version-maven-plugin-1.0.0-docs]: https://ingogriebsch.github.io/sync-packagejson-version-maven-plugin/1.0.0/index.html
2830
[maven-central]: https://search.maven.org/artifact/de.ingogriebsch.maven/sync-packagejson-version-maven-plugin
2931
[sonatype-snapshots-repository]: https://oss.sonatype.org/content/repositories/snapshots/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.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
<packaging>maven-plugin</packaging>
99

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

0 commit comments

Comments
 (0)