File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 22
22
<checkstyle .config.location>checkstyle.xml</checkstyle .config.location>
23
23
</properties >
24
24
25
+ <scm >
26
+ <url >https://github.com/INRIA/spoon/tree/${project.scm.tag} </url >
27
+ <connection >scm:git:https://github.com/INRIA/spoon.git</connection >
28
+ <developerConnection >scm:git:ssh://github.com/INRIA/spoon.git</developerConnection >
29
+ <tag >v${project.version} </tag >
30
+ </scm >
31
+
25
32
<dependencies >
26
33
<dependency >
27
34
<groupId >org.eclipse.jdt</groupId >
Original file line number Diff line number Diff line change 16
16
<name >Spoon Javadoc</name >
17
17
<description >A javadoc parser for the java source code analysis tool spoon.</description >
18
18
<url >http://spoon.gforge.inria.fr/</url >
19
+ <scm >
20
+ <url >https://github.com/INRIA/spoon/tree/${project.scm.tag} /spoon-javadoc</url >
21
+ <connection >scm:git:https://github.com/INRIA/spoon.git</connection >
22
+ <developerConnection >scm:git:ssh://github.com/INRIA/spoon.git</developerConnection >
23
+ <tag >v${project.version} </tag >
24
+ </scm >
19
25
<build >
20
26
<plugins >
21
27
<plugin >
Original file line number Diff line number Diff line change 90
90
</issueManagement >
91
91
92
92
<scm >
93
- <url >https://github.com/INRIA/spoon</url >
93
+ <url >https://github.com/INRIA/spoon/tree/ ${project.scm.tag} /spoon-pom </url >
94
94
<connection >scm:git:https://github.com/INRIA/spoon.git</connection >
95
95
<developerConnection >scm:git:ssh://github.com/INRIA/spoon.git</developerConnection >
96
- <tag >HEAD </tag >
96
+ <tag >v ${project.version} </tag >
97
97
</scm >
98
98
99
99
<distributionManagement >
You can’t perform that action at this time.
0 commit comments