Skip to content

Commit

Permalink
Merge pull request #108 from arjantijms/master
Browse files Browse the repository at this point in the history
Small tidy of spec pom and update of versions
  • Loading branch information
arjantijms committed Sep 3, 2020
2 parents 6c91884 + 848df68 commit d1af1be
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
6 changes: 3 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M2</version>
<version>3.0.0-M3</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand Down Expand Up @@ -233,7 +233,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
Expand All @@ -250,7 +250,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-api-javadocs</id>
Expand Down
25 changes: 12 additions & 13 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@

<name>Jakarta Authentication Specification</name>

<scm>
<connection>scm:git:git@github.com:eclipse-ee4j/jakarta-authentication.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-ee4j/jakarta-authentication.git</developerConnection>
<url>https://github.com/eclipse-ee4j/jakarta-authentication</url>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<site>
<url>scm:git:git@github.com:eclipse-ee4j/jakarta-authentication.git</url>
</site>
</distributionManagement>

<properties>
<site.output.dir>${project.build.directory}/staging</site.output.dir>
<maven.site.skip>true</maven.site.skip>
Expand All @@ -45,19 +57,6 @@
<spec.version>${project.version}</spec.version>
</properties>

<scm>
<connection>scm:git:git@github.com:eclipse-ee4j/jakarta-authentication.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-ee4j/jakarta-authentication.git</developerConnection>
<url>https://github.com/eclipse-ee4j/jakarta-authentication</url>
<tag>HEAD</tag>
</scm>

<distributionManagement>
<site>
<url>scm:git:git@github.com:eclipse-ee4j/jakarta-authentication.git</url>
</site>
</distributionManagement>

<build>
<defaultGoal>package</defaultGoal>
<plugins>
Expand Down

0 comments on commit d1af1be

Please sign in to comment.