Skip to content

Commit

Permalink
release 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Dec 24, 2016
1 parent 569b61f commit cd58589
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
<description>JavaFX Game Development Framework</description>
<url>http://almasb.github.io/FXGL/</url>

<issueManagement>
<url>https://github.com/AlmasB/FXGL/issues</url>
<system>GitHub Issues</system>
</issueManagement>

<licenses>
<license>
<name>MIT License</name>
Expand Down Expand Up @@ -50,30 +45,6 @@
<url>https://github.com/AlmasB/FXGL/issues</url>
<system>GitHub Issues</system>
</issueManagement>

<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<url>https://github.com/AlmasB/FXGL</url>
<connection>scm:git:git://github.com/AlmasB/FXGL.git</connection>
<developerConnection>scm:git:git@github.com:AlmasB/FXGL.git</developerConnection>
</scm>

<developers>
<developer>
<email>almaslvl@gmail.com</email>
<name>Almas Baimagambetov</name>
<url>https://github.com/AlmasB</url>
<id>almasb</id>
</developer>
</developers>


<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -216,13 +187,6 @@
<scope>test</scope>
</dependency>
</dependencies>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<build>
<sourceDirectory>src/main/java</sourceDirectory>
Expand Down Expand Up @@ -268,11 +232,6 @@
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>${sonatype.nexus.staging.version}</version>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>

<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand All @@ -281,7 +240,6 @@
</configuration>
</plugin>


<!-- Compile java -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit cd58589

Please sign in to comment.