Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit a56f123

Browse files
committed
1st release
1 parent 5796be5 commit a56f123

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

pom.xml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
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>
@@ -30,13 +29,11 @@
3029
<email>[email protected]</email>
3130
</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>
@@ -49,14 +46,4 @@
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>

0 commit comments

Comments
 (0)