Skip to content

Commit

Permalink
Adjustments for build and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten committed Apr 10, 2023
1 parent df544cc commit b4a756a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.4</version>
<version>3.0.5</version>
</parent>
<url>https://github.com/ethlo/eclipselink-maven-plugin</url>
<developers>
<developer>
<name>Morten Haraldsen</name>
<url>http://ethlo.com</url>
<url>https://ethlo.com</url>
</developer>
</developers>
<build>
Expand Down Expand Up @@ -63,7 +63,6 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<!-- <additionalparam>-Xdoclint:none</additionalparam>-->
<source>17</source>
</configuration>
<executions>
Expand Down Expand Up @@ -108,7 +107,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
Expand Down Expand Up @@ -196,19 +195,19 @@
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<url>http://github.com:ethlo/eclipselink-maven-plugin</url>
<url>https://github.com:ethlo/eclipselink-maven-plugin</url>
<connection>scm:git:git@github.com:ethlo/eclipselink-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:ethlo/eclipselink-maven-plugin.git</developerConnection>
</scm>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
Expand Down

0 comments on commit b4a756a

Please sign in to comment.