Skip to content

Commit a862268

Browse files
committed
Version 1.0
1 parent 167b409 commit a862268

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>eu.carrade.amaury</groupId>
44
<artifactId>BelovedBlocks</artifactId>
5-
<version>0.1-SNAPSHOT</version>
5+
<version>1.0</version>
66
<name>BelovedBlocks</name>
77
<description>BelovedBlocks plugin: The return of these beautiful smooth double slabs</description>
88
<url>https://github.com/AmauryCarrade/BelovedBlocks/</url>
9+
910
<issueManagement>
1011
<system>GitHub</system>
1112
<url>https://github.com/AmauryCarrade/BelovedBlocks/issues</url>
1213
</issueManagement>
14+
<ciManagement>
15+
<system>Jenkins</system>
16+
<url>http://jenkins.carrade.eu/job/BelovedBlocks/</url>
17+
</ciManagement>
1318

1419
<build>
1520
<plugins>

src/main/resources/i18n/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.1
1+
version: 1.0
22
languages:
33
- en_US
44
- fr_FR

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: BelovedBlocks
22
description: The return of these beautiful smooth double slabs
33
main: eu.carrade.amaury.BelovedBlocks.BelovedBlocks
4-
version: 0.1
4+
version: 1.0
55
authors: ["Amaury Carrade", "Florian Cassayre"]
66

77
awareness:

0 commit comments

Comments
 (0)