Skip to content

Commit

Permalink
closes #12: changing fabioticconi to fabio-t
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-t committed Nov 15, 2017
1 parent 7e7374d commit da930da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rlforj-alt

[![Latest Github release](https://img.shields.io/github/release/fabioticconi/rlforj-alt.svg)](https://github.com/fabioticconi/rlforj-alt/releases/latest)
[![Build Status](https://travis-ci.org/fabioticconi/rlforj-alt.svg?branch=master)](https://travis-ci.org/fabioticconi/rlforj-alt)
[![Latest Github release](https://img.shields.io/github/release/fabio-t/rlforj-alt.svg)](https://github.com/fabio-t/rlforj-alt/releases/latest)
[![Build Status](https://travis-ci.org/fabio-t/rlforj-alt.svg?branch=master)](https://travis-ci.org/fabio-t/rlforj-alt)

Roguelike Library For Java (Alternative version).

Expand Down Expand Up @@ -33,11 +33,11 @@ Some terrain generation utilities will also be available in the future.
```

2. Then add `rlforj-alt` as a dependency (make sure to change `version` to one of the
[releases](https://github.com/fabioticconi/rlforj-alt/releases)):
[releases](https://github.com/fabio-t/rlforj-alt/releases)):

```$xml
<dependency>
<groupId>com.github.fabioticconi</groupId>
<groupId>com.github.fabio-t</groupId>
<artifactId>rlforj-alt</artifactId>
<version>version</version>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
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>com.github.fabioticconi</groupId>
<groupId>com.github.fabio-t</groupId>
<artifactId>rlforj-alt</artifactId>
<version>0.2.0</version>
<packaging>jar</packaging>
Expand Down Expand Up @@ -81,8 +81,8 @@
</build>

<scm>
<connection>scm:git:git@fabioticconi/rlforj-alt.git</connection>
<url>scm:git:git@fabioticconi/rlforj-alt.git</url>
<developerConnection>scm:git:git@fabioticconi/rlforj-alt.git</developerConnection>
<connection>scm:git:git@fabio-t/rlforj-alt.git</connection>
<url>scm:git:git@fabio-t/rlforj-alt.git</url>
<developerConnection>scm:git:git@fabio-t/rlforj-alt.git</developerConnection>
</scm>
</project>

0 comments on commit da930da

Please sign in to comment.