Skip to content

Commit

Permalink
Move to ENTINAE
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Jun 7, 2023
1 parent 2985567 commit e90690a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2018 Seva Safris
# Copyright (c) 2018 ENTINAE
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changes by Version

## [v0.1.3-SNAPSHOT](https://github.com/safris/javadocio-maven-plugin/compare/8130ce890f66d114695172c0bb6b7728207bc2d9..HEAD)
## [v0.1.3-SNAPSHOT](https://github.com/entinae/javadocio-maven-plugin/compare/8130ce890f66d114695172c0bb6b7728207bc2d9..HEAD)

## [v0.1.2](https://github.com/safris/javadocio-maven-plugin/compare/8748ee7ee4acf93762204eab771eb76c56fcf8fb..8130ce890f66d114695172c0bb6b7728207bc2d9) (2020-05-23)
## [v0.1.2](https://github.com/entinae/javadocio-maven-plugin/compare/8748ee7ee4acf93762204eab771eb76c56fcf8fb..8130ce890f66d114695172c0bb6b7728207bc2d9) (2020-05-23)
* Resolve potential issue with `ReverseExecutor` if parent project's basedir is null.
* Rewrite `MojoUtil.downloadFile(String,File)` and supporting methods in `MojoUtil`.

## [v0.1.1](https://github.com/safris/javadocio-maven-plugin/compare/ff04c234b7bdf8a0e0d0e887ea7857867e175e05..8748ee7ee4acf93762204eab771eb76c56fcf8fb) (2019-07-21)
## [v0.1.1](https://github.com/entinae/javadocio-maven-plugin/compare/ff04c234b7bdf8a0e0d0e887ea7857867e175e05..8748ee7ee4acf93762204eab771eb76c56fcf8fb) (2019-07-21)
* Support modules names with `'/'` delimiters.
* Improve error reporting.

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 safris.org
Copyright (c) 2019 ENTINAE

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

> Creates JavaDocs that interlink to [javadoc.io](https://www.javadoc.io).
[![Build Status](https://github.com/safris/javadocio-maven-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/safris/javadocio-maven-plugin/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/safris/javadocio-maven-plugin/badge.svg)](https://coveralls.io/github/safris/javadocio-maven-plugin)
[![Javadocs](https://www.javadoc.io/badge/org.safris.maven/javadocio-maven-plugin.svg)](https://www.javadoc.io/doc/org.safris.maven/javadocio-maven-plugin)
[![Released Version](https://img.shields.io/maven-central/v/org.safris.maven/javadocio-maven-plugin.svg)](https://mvnrepository.com/artifact/org.safris.maven/javadocio-maven-plugin)
[![Build Status](https://github.com/entinae/javadocio-maven-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/entinae/javadocio-maven-plugin/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/entinae/javadocio-maven-plugin/badge.svg)](https://coveralls.io/github/entinae/javadocio-maven-plugin)
[![Javadocs](https://www.javadoc.io/badge/org.entinae.maven/javadocio-maven-plugin.svg)](https://www.javadoc.io/doc/org.entinae.maven/javadocio-maven-plugin)
[![Released Version](https://img.shields.io/maven-central/v/org.entinae.maven/javadocio-maven-plugin.svg)](https://mvnrepository.com/artifact/org.entinae.maven/javadocio-maven-plugin)

The JavaDocIO Maven Plugin creates JavaDocs that interlink to [javadoc.io](https://www.javadoc.io).

Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2019 Seva Safris
Copyright (c) 2019 ENTINAE
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,23 +19,23 @@
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.safris.maven</groupId>
<groupId>org.entinae</groupId>
<artifactId>javadocio-maven-plugin</artifactId>
<version>0.1.3-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<url>https://github.com/safris/javadocio-maven-plugin</url>
<url>https://github.com/entinae/javadocio-maven-plugin</url>
<name>Javadoc.io Maven Plugin</name>
<description>
The Javadoc.io Maven Plugin creates JavaDocs that interlink to javadoc.io.
</description>
<organization>
<name>Seva Safris</name>
<url>https://www.safris.org/</url>
<name>ENTINAE</name>
<url>https://www.entinae.org/</url>
</organization>
<scm>
<url>https://github.com/safris/javadocio-maven-plugin</url>
<connection>scm:git:https://github.com/safris/javadocio-maven-plugin.git</connection>
<developerConnection>scm:git:https://github.com/safris/javadocio-maven-plugin.git</developerConnection>
<url>https://github.com/entinae/javadocio-maven-plugin</url>
<connection>scm:git:https://github.com/entinae/javadocio-maven-plugin.git</connection>
<developerConnection>scm:git:https://github.com/entinae/javadocio-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
</scm>
<licenses>
Expand Down Expand Up @@ -66,7 +66,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.6.4</version>
<version>3.9.0</version>
<configuration>
<goalPrefix>javadocio</goalPrefix>
</configuration>
Expand Down Expand Up @@ -236,7 +236,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.10</version>
<executions>
<execution>
<id>prepare-agent</id>
Expand Down
2 changes: 1 addition & 1 deletion settings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2019 safris.org
Copyright (c) 2019 ENTINAE
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public void testExists() {

@Test
public void testGetModelUrl() {
assertEquals("https://github.com/safris/javadocio-maven-plugin/", MojoUtil.getModelUrl(new File("pom.xml")));
assertEquals("https://github.com/entinae/javadocio-maven-plugin/", MojoUtil.getModelUrl(new File("pom.xml")));
}
}

0 comments on commit e90690a

Please sign in to comment.