Skip to content

Commit

Permalink
added missing pom details
Browse files Browse the repository at this point in the history
  • Loading branch information
srcimon committed Nov 19, 2023
1 parent 76518aa commit fc70852
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
**/.DS_Store

# tiled
**/*.tiled-session
**/*.tiled-session

# Releasing
**/.releaseBackup
**/release.properties
11 changes: 7 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.srcimon</groupId>
<artifactId>screwbox</artifactId>
<version>1.0.0-alpha2-SNAPSHOT</version>
<packaging>pom</packaging>

<description>ScrewBox is a minimalistic Java 2d game engine.</description>
<name>ScrewBox</name>
<url>https://github.com/srcimon/screwbox<</url>

<description>ScrewBox is a minimalistic Java 2d game engine.</description>
<licenses>
<license>
<name>MIT</name>
Expand All @@ -19,8 +22,8 @@
<connection>scm:git:https://github.com/srcimon/screwbox.git</connection>
<developerConnection>scm:git:https://github.com/srcimon/screwbox.git</developerConnection>
<url>scm:git:https://github.com/srcimon/screwbox</url>
<tag>HEAD</tag>
</scm>
<tag>HEAD</tag>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit fc70852

Please sign in to comment.