Merge pull request #5 from shimizu-izumi/feature/auto-versioning
build(manifest): set version in manifest.json to the package version
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -23,4 +23,15 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<resources>
|
||||||
|
<resource>
|
||||||
|
<directory>src/main/resources</directory>
|
||||||
|
<includes>
|
||||||
|
<include>manifest.json</include>
|
||||||
|
</includes>
|
||||||
|
<filtering>true</filtering>
|
||||||
|
</resource>
|
||||||
|
</resources>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"Group": "dev.hytalemodding",
|
"Group": "dev.hytalemodding",
|
||||||
"Name": "ExamplePlugin",
|
"Name": "ExamplePlugin",
|
||||||
"Version": "1.0.0",
|
"Version": "${version}",
|
||||||
"Description": "Description of your plugin",
|
"Description": "Description of your plugin",
|
||||||
"Authors": [
|
"Authors": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user