File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 <artifactId >parameterized-scheduler</artifactId >
1313 <version >1.0-SNAPSHOT</version >
1414 <packaging >hpi</packaging >
15+ <url >https://github.com/jwmach1/parameterized-scheduler</url >
16+
17+ <properties >
18+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19+ </properties >
20+
21+ <issueManagement >
22+ <url >https://github.com/jwmach1/parameterized-scheduler/issues</url >
23+ <system >GitHub Issues</system >
24+ </issueManagement >
25+
26+ <licenses >
27+ <license >
28+ <name >MIT License</name >
29+ <url >http://www.opensource.org/licenses/mit-license.php</url >
30+ <distribution >repo</distribution >
31+ </license >
32+ </licenses >
33+
34+ <scm >
35+ <url >https://github.com/jwmach1/parameterized-scheduler</url >
36+ <connection >scm:git:https://github.com/jwmach1/parameterized-scheduler.git</connection >
37+ <developerConnection >scm:git:https://github.com/jwmach1/parameterized-scheduler.git</developerConnection >
38+ </scm >
1539
1640 <!-- get every artifact through repo.jenkins-ci.org, which proxies all the
1741 artifacts that we need -->
4872 <target >1.6</target >
4973 </configuration >
5074 </plugin >
75+ <plugin >
76+ <groupId >org.apache.maven.plugins</groupId >
77+ <artifactId >maven-release-plugin</artifactId >
78+ <version >2.4.2</version >
79+ <configuration >
80+ <goals >install</goals >
81+ </configuration >
82+ </plugin >
5183 </plugins >
5284 </build >
5385</project >
You can’t perform that action at this time.
0 commit comments