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 07ca8e3 commit 2fb2185
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: ${{ matrix.jdk }}
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changes by Version

## [v4.3.0-2-SNAPSHOT](https://github.com/safris/coverallsio-maven-plugin/compare/58b180b904f548616cc489f16cbe25e8622ab519..HEAD)
## [v4.3.0-2-SNAPSHOT](https://github.com/entinae/coverallsio-maven-plugin/compare/58b180b904f548616cc489f16cbe25e8622ab519..HEAD)

## [v4.3.0-1](https://github.com/safris/coverallsio-maven-plugin/compare/cda2f3d1453f89bc2da7e299eb8552fbe9029d18..58b180b904f548616cc489f16cbe25e8622ab519) (2020-05-23)
## [v4.3.0-1](https://github.com/entinae/coverallsio-maven-plugin/compare/cda2f3d1453f89bc2da7e299eb8552fbe9029d18..58b180b904f548616cc489f16cbe25e8622ab519) (2020-05-23)
* Resolve potential issue with `ReverseExecutor` if parent project's basedir is null.
* Improve exception message for debugging.

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 @@

> The Coveralls.io Maven Plugin supports aggregate execution during a non-aggregate build.
[![Build Status](https://github.com/safris/coverallsio-maven-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/safris/coverallsio-maven-plugin/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/safris/coverallsio-maven-plugin/badge.svg)](https://coveralls.io/github/safris/coverallsio-maven-plugin)
[![Javadocs](https://www.javadoc.io/badge/org.safris.maven/coverallsio-maven-plugin.svg)](https://www.javadoc.io/doc/org.safris.maven/coverallsio-maven-plugin)
[![Released Version](https://img.shields.io/maven-central/v/org.safris.maven/coverallsio-maven-plugin.svg)](https://mvnrepository.com/artifact/org.safris.maven/coverallsio-maven-plugin)
[![Build Status](https://github.com/entinae/coverallsio-maven-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/entinae/coverallsio-maven-plugin/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/entinae/coverallsio-maven-plugin/badge.svg)](https://coveralls.io/github/entinae/coverallsio-maven-plugin)
[![Javadocs](https://www.javadoc.io/badge/org.entinae.maven/coverallsio-maven-plugin.svg)](https://www.javadoc.io/doc/org.entinae.maven/coverallsio-maven-plugin)
[![Released Version](https://img.shields.io/maven-central/v/org.entinae.maven/coverallsio-maven-plugin.svg)](https://mvnrepository.com/artifact/org.entinae.maven/coverallsio-maven-plugin)

The Coveralls.io Maven Plugin supports aggregate execution during a non-aggregate build.

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>coverallsio-maven-plugin</artifactId>
<version>4.3.0-2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<url>https://github.com/safris/coverallsio-maven-plugin</url>
<url>https://github.com/entinae/coverallsio-maven-plugin</url>
<name>Coveralls.io Maven Plugin</name>
<description>
The Coveralls.io Maven Plugin supports aggregate execution during a non-aggregate build.
</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/coverallsio-maven-plugin</url>
<connection>scm:git:https://github.com/safris/coverallsio-maven-plugin.git</connection>
<developerConnection>scm:git:https://github.com/safris/coverallsio-maven-plugin.git</developerConnection>
<url>https://github.com/entinae/coverallsio-maven-plugin</url>
<connection>scm:git:https://github.com/entinae/coverallsio-maven-plugin.git</connection>
<developerConnection>scm:git:https://github.com/entinae/coverallsio-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>coverallsio</goalPrefix>
</configuration>
Expand Down Expand Up @@ -237,7 +237,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

0 comments on commit 2fb2185

Please sign in to comment.