Skip to content

Commit cc7fa5a

Browse files
committed
removing unnecessary <projectpath> property from core/pom.xml
1 parent 54b537c commit cc7fa5a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

core/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<properties>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
29-
<projectpath>json-schema</projectpath>
3029
<maven.compiler.source>1.8</maven.compiler.source>
3130
<maven.compiler.target>1.8</maven.compiler.target>
3231
<jacoco.version>0.7.9</jacoco.version>
@@ -51,9 +50,9 @@
5150
<url>http://www.everit.org</url>
5251
</organization>
5352
<scm>
54-
<connection>scm:git:git://github.com/everit-org/${projectpath}.git</connection>
55-
<developerConnection>scm:git:https://github.com/everit-org/${projectpath}.git</developerConnection>
56-
<url>https://github.com/everit-org/${projectpath}</url>
53+
<connection>scm:git:git://github.com/everit-org/json-schema.git</connection>
54+
<developerConnection>scm:git:https://github.com/everit-org/json-schema.git</developerConnection>
55+
<url>https://github.com/everit-org/json-schema</url>
5756
</scm>
5857
<build>
5958
<plugins>

0 commit comments

Comments
 (0)