forked from polystat/j2eo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
591a792
commit 26d95d0
Showing
1 changed file
with
0 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
--> | ||
|
@@ -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> |