0

Bump version for upcoming features

This commit is contained in:
Ronald Jack Jenkins Jr
2017-07-30 18:55:10 -04:00
parent e508b60d7f
commit 909df74ba5

10
pom.xml
View File

@@ -6,12 +6,12 @@
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses />. along with this program. If not, see <http://www.gnu.org/licenses />.
--> -->
@@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>info.ronjenkins</groupId> <groupId>info.ronjenkins</groupId>
<artifactId>slf4bukkit</artifactId> <artifactId>slf4bukkit</artifactId>
<version>0.1.5-SNAPSHOT</version> <version>0.2.0-SNAPSHOT</version>
<name>SLF4Bukkit</name> <name>SLF4Bukkit</name>
<description>${project.name} is an SLF4J binding that uses Bukkit's plugin logging system.</description> <description>${project.name} is an SLF4J binding that uses Bukkit's plugin logging system.</description>
<url>http://rjenkinsjr.github.io/slf4bukkit</url> <url>http://rjenkinsjr.github.io/slf4bukkit</url>
@@ -347,7 +347,7 @@
<version>2.8.2</version> <version>2.8.2</version>
<configuration> <configuration>
<altDeploymentRepository> <altDeploymentRepository>
internal.repo::default::file://${maven2.repo.dir} internal.repo::default::file://${maven2.repo.dir}
</altDeploymentRepository> </altDeploymentRepository>
</configuration> </configuration>
</plugin> </plugin>
@@ -425,4 +425,4 @@
</build> </build>
</profile> </profile>
</profiles> </profiles>
</project> </project>