This repository was archived by the owner on Feb 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.jenkins-ci.plugins</groupId >
88 <artifactId >plugin</artifactId >
9- <!-- Baseline Jenkins version you use to build and test the plugin. Users must have this version or newer to run. -->
109 <version >1.580.1</version >
1110 <relativePath />
1211 </parent >
1312 <artifactId >sqlplus-script-runner</artifactId >
14- <version >1.0-SNAPSHOT </version >
13+ <version >1.0.0 </version >
1514 <packaging >hpi</packaging >
1615
17- <name >SQLPlus Script Runner Plugin </name >
16+ <name >SQLPlus Script Runner</name >
1817 <description >Run SQLPlus scripts on Jenkins</description >
1918 <url >https://wiki.jenkins-ci.org/display/JENKINS/SQLPlus+Script+Runner+Plugin</url >
2019 <licenses >
30293130 </developer >
3231 </developers >
33- <!-- Assuming you want to host on @jenkinsci:
3432 <scm >
3533 <connection >scm:git:git://github.com/jenkinsci/${project.artifactId} -plugin.git</connection >
3634 <
developerConnection >scm:git:
[email protected] :jenkinsci/
${project.artifactId} -plugin.git</
developerConnection >
3735 <url >http://github.com/jenkinsci/${project.artifactId} -plugin</url >
3836 </scm >
39- -->
4037 <repositories >
4138 <repository >
4239 <id >repo.jenkins-ci.org</id >
4946 <url >http://repo.jenkins-ci.org/public/</url >
5047 </pluginRepository >
5148 </pluginRepositories >
52- <!-- If you want to depend on other plugins:
53- <dependencies>
54- <dependency>
55- <groupId>org.jenkins-ci.plugins</groupId>
56- <artifactId>credentials</artifactId>
57- <version>1.9.4</version>
58- </dependency>
59- </dependencies>
60- -->
61-
62- </project >
49+ </project >
You can’t perform that action at this time.
0 commit comments