Skip to content

Commit

Permalink
polystat#162: pom modification
Browse files Browse the repository at this point in the history
  • Loading branch information
includealex committed Sep 18, 2022
1 parent 591a792 commit 26d95d0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,34 +20,29 @@ SOFTWARE.
-->
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.j2eo</groupId>
<artifactId>j2eo-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>j2eo</name>

<!--
@todo #162:90m Add modules for runtime and plugins here.
The location of files in src/main and in src/test should be rewatched.
-->

<description>Java to EO Translator</description>
<url>https://github.com/polystat/j2eo</url>
<inceptionYear>2021</inceptionYear>
<organization>
<name>J2EO</name>
<url>https://github.com/polystat/j2eo</url>
</organization>

<licenses>
<license>
<name>MIT</name>
<url>https://www.eolang.org/LICENSE.txt</url>
<distribution>site</distribution>
</license>
</licenses>

<!--
@todo #162:15m Add developers who were mentioned in build.gradle.kts
-->
Expand All @@ -74,31 +69,25 @@ SOFTWARE.
<timezone>+3</timezone>
</developer>
</developers>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/polystat/j2eo/issues</url>
</issueManagement>

<scm>
<connection>scm:git:[email protected]:polystat/j2eo.git</connection>
<developerConnection>scm:git:[email protected]:polystat/j2eo.git</developerConnection>
<url>https://github.com/polystat/j2eo</url>
</scm>

<!--
@todo #162:30m Add CI management with bot rultor.
-->

<distributionManagement>
<site>
<id>github-pages</id>
<url>https://github.com/polystat/j2eo</url>
</site>
</distributionManagement>

<!--
@todo #162:90m Add dependencies from build.gradle.kts
-->

</project>

0 comments on commit 26d95d0

Please sign in to comment.