Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidying poms #238

Merged
merged 4 commits into from
Jun 27, 2022
Merged

Tidying poms #238

merged 4 commits into from
Jun 27, 2022

Conversation

arjantijms
Copy link
Contributor

  • Fix mixed whitespace - now all spaces
  • Formatting
  • Elements in Maven preferred order
  • Updated versions
  • Updated specification configuration according to asciidoc 2.0+
  • Added flatten plug-in for API

Signed-off-by: Arjan Tijms arjan.tijms@gmail.com

* Fix mixed whitespace - now all spaces
* Formatting
* Elements in Maven preferred order
* Updated versions
* Updated specification configuration according to asciidoc 2.0+
* Added flatten plug-in for API

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
@arjantijms arjantijms added this to the 3.0.1 milestone Jun 24, 2022
@arjantijms
Copy link
Contributor Author

cc @JanWesterkamp-iJUG

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
@arjantijms
Copy link
Contributor Author

The pom will look as follows:

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>jakarta.enterprise.concurrent</groupId>
  <artifactId>jakarta.enterprise.concurrent-api</artifactId>
  <version>3.0.1</version>
  <name>Jakarta Concurrency</name>
  <description>Jakarta Concurrency provides a specification for using concurrency from application 
        components without compromising container integrity while still preserving the Jakarta EE 
        platform’s fundamental benefits.</description>
  <url>https://github.com/jakartaee/concurrency</url>
  <licenses>
    <license>
      <name>EPL 2.0</name>
      <url>http://www.eclipse.org/legal/epl-2.0</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>GPL2 w/ CPE</name>
      <url>https://www.gnu.org/software/classpath/license.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>anthony.lai</id>
      <name>Anthony Lai</name>
      <organization>Oracle</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/jakartaee/concurrency.git</connection>
    <developerConnection>scm:git:git@github.com:jakartaee/concurrency.git</developerConnection>
    <url>https://github.com/jakartaee/concurrency</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>jakarta.interceptor</groupId>
      <artifactId>jakarta.interceptor-api</artifactId>
      <version>2.1.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.enterprise</groupId>
      <artifactId>jakarta.enterprise.cdi-api</artifactId>
      <version>4.0.1</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>

api/pom.xml Outdated Show resolved Hide resolved
api/pom.xml Outdated Show resolved Hide resolved
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
@arjantijms arjantijms merged commit b870d5f into jakartaee:master Jun 27, 2022
@arjantijms arjantijms deleted the tidy_poms branch June 27, 2022 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants