We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0302a4 commit 3edd876Copy full SHA for 3edd876
pom.xml
@@ -17,7 +17,7 @@
17
<connection>scm:git:[email protected]:codehaus-plexus/plexus-testing.git</connection>
18
<developerConnection>scm:git:[email protected]:codehaus-plexus/plexus-testing.git</developerConnection>
19
<tag>HEAD</tag>
20
- <url>http://github.com/codehaus-plexus/plexus-testing</url>
+ <url>https://github.com/codehaus-plexus/plexus-testing</url>
21
</scm>
22
<issueManagement>
23
<system>github</system>
@@ -31,9 +31,6 @@
31
</distributionManagement>
32
33
<properties>
34
- <!-- remove with parent upgrade -->
35
- <maven.compiler.source>${javaVersion}</maven.compiler.source>
36
- <maven.compiler.target>${javaVersion}</maven.compiler.target>
37
<project.build.outputTimestamp>2021-09-21T23:45:11Z</project.build.outputTimestamp>
38
</properties>
39
0 commit comments