Skip to content

Commit

Permalink
Fixing scm refs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Apr 19, 2023
1 parent a33e67c commit fe7e60b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<packaging>jar</packaging>

<url>http://connid.tirasa.net</url>
<inceptionYear>2018</inceptionYear>
<inceptionYear>2023</inceptionYear>

<licenses>
<license>
Expand All @@ -46,9 +46,9 @@
</licenses>

<scm>
<connection>scm:git:[email protected]:Tirasa/ConnIdSCIMv11Bundle.git</connection>
<url>scm:git:[email protected]:Tirasa/ConnIdSCIMv11Bundle.git</url>
<developerConnection>scm:git:[email protected]:Tirasa/ConnIdSCIMv11Bundle.git</developerConnection>
<connection>scm:git:[email protected]:Tirasa/ConnIdSCIMBundle.git</connection>
<url>scm:git:[email protected]:Tirasa/ConnIdSCIMBundle.git</url>
<developerConnection>scm:git:[email protected]:Tirasa/ConnIdSCIMBundle.git</developerConnection>
<tag>HEAD</tag>
</scm>

Expand Down Expand Up @@ -215,7 +215,7 @@
<plugin>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-plugin</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
<configuration>
<javaVersion>${targetJdk}</javaVersion>
</configuration>
Expand Down Expand Up @@ -287,7 +287,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>copy-artifact-legal-files</id>
Expand Down

0 comments on commit fe7e60b

Please sign in to comment.