Skip to content

Commit e8047b5

Browse files
authored
Release 1.15.1 (#437)
* Version 1.15.1 * Remove unused comments. * Reference correct BentoBox API * Remove sonar plugin. Now use Github actions.
1 parent 52e1ee4 commit e8047b5

File tree

3 files changed

+2
-29
lines changed

3 files changed

+2
-29
lines changed

pom.xml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<!-- Do not change unless you want different name for local builds. -->
6666
<build.number>-LOCAL</build.number>
6767
<!-- This allows to change between versions. -->
68-
<build.version>1.15.0</build.version>
68+
<build.version>1.15.1</build.version>
6969
<!-- Sonar Cloud -->
7070
<sonar.projectKey>BentoBoxWorld_BSkyBlock</sonar.projectKey>
7171
<sonar.organization>bentobox-world</sonar.organization>
@@ -112,30 +112,6 @@
112112
<build.number></build.number>
113113
</properties>
114114
</profile>
115-
<profile>
116-
<id>sonar</id>
117-
<properties>
118-
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
119-
<sonar.organization>tastybento-github</sonar.organization>
120-
</properties>
121-
<build>
122-
<plugins>
123-
<plugin>
124-
<groupId>org.sonarsource.scanner.maven</groupId>
125-
<artifactId>sonar-maven-plugin</artifactId>
126-
<version>3.4.1.1168</version>
127-
<executions>
128-
<execution>
129-
<phase>verify</phase>
130-
<goals>
131-
<goal>sonar</goal>
132-
</goals>
133-
</execution>
134-
</executions>
135-
</plugin>
136-
</plugins>
137-
</build>
138-
</profile>
139115
</profiles>
140116

141117
<repositories>

src/main/resources/addon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: BSkyBlock
22
main: world.bentobox.bskyblock.BSkyBlock
33
version: ${version}${build.number}
4-
api-version: 1.16.2-SNAPSHOT
4+
api-version: 1.17
55
metrics: true
66
icon: "OAK_SAPLING"
77
repository: "BentoBoxWorld/BSkyBlock"

src/test/java/world/bentobox/bskyblock/SettingsTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/**
2-
*
3-
*/
41
package world.bentobox.bskyblock;
52

63
import static org.junit.Assert.assertEquals;

0 commit comments

Comments
 (0)