Skip to content

Commit

Permalink
First forked release version.
Browse files Browse the repository at this point in the history
Preparing to release new version so Jit will identify the package.
  • Loading branch information
obed-vazquez committed Oct 31, 2024
1 parent dd7b99d commit 92ac2a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ Snapshots of all the latest changes are available in my personal nexus repositor
```xml
<!-- https://github.com/stirante/lol-client-java-api -->
<dependency>
<groupId>com.stirante</groupId>
<groupId>com.github.obed-vazquez</groupId>
<artifactId>lol-client-java-api</artifactId>
<version>1.2.12-SNAPSHOT</version>
<version>1.2.12</version>
</dependency>
```

Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
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.stirante</groupId>
<groupId>com.github.obed-vazquez</groupId>
<artifactId>lol-client-java-api</artifactId>
<version>1.2.12-SNAPSHOT</version>
<version>1.2.12</version>
<name>lol-client-java-api</name>
<description>Simple library which provides access to internal League of Legends Client API.</description>
<url>https://github.com/stirante/lol-client-java-api</url>
Expand All @@ -19,25 +19,25 @@
<licenses>
<license>
<name>GNU GENERAL PUBLIC LICENSE Version 3</name>
<url>https://github.com/stirante/lol-client-java-api/blob/master/LICENSE</url>
<url>https://github.com/obed-vazquez/lol-client-java-api/blob/master/LICENSE</url>
</license>
</licenses>
<scm>
<url>https://github.com/stirante/lol-client-java-api/</url>
<url>https://github.com/obed-vazquez/lol-client-java-api/</url>
</scm>
<issueManagement>
<url>https://github.com/stirante/lol-client-java-api//issues</url>
<url>https://github.com/obed-vazquez/lol-client-java-api//issues</url>
<system>GitHub Issues</system>
</issueManagement>

<distributionManagement>
<repository>
<id>stirante-nexus-releases</id>
<url>https://nexus.stirante.com/repository/maven-releases/</url>
<url>https://nexus.obed-vazquez.com/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>stirante-nexus-snapshots</id>
<url>https://nexus.stirante.com/repository/maven-snapshots/</url>
<url>https://nexus.obed-vazquez.com/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit 92ac2a3

Please sign in to comment.