|
3 | 3 | <parent>
|
4 | 4 | <groupId>org.jenkins-ci.plugins</groupId>
|
5 | 5 | <artifactId>plugin</artifactId>
|
6 |
| - <version>1.466</version><!-- which version of Jenkins is this plugin built against? --> |
| 6 | + <!-- Which version of Jenkins is this plugin built against? --> |
| 7 | + <version>1.466</version> |
7 | 8 | </parent>
|
8 | 9 |
|
9 | 10 | <groupId>com.lookout.jenkins</groupId>
|
10 | 11 | <artifactId>environment-script</artifactId>
|
11 |
| - <version>1.0-SNAPSHOT</version> |
12 | 12 | <packaging>hpi</packaging>
|
| 13 | + <version>1.0-SNAPSHOT</version> |
| 14 | + <name>Environment Script Plugin</name> |
| 15 | + <url>http://wiki.jenkins-ci.org/display/JENKINS/Environment+Script+Plugin</url> |
| 16 | + <developers> |
| 17 | + <developer> |
| 18 | + <id>jorgenpt</id> |
| 19 | + <name>Jørgen P. Tjernø</name> |
| 20 | + <email>jorgen.tjerno@mylookout.com</email> |
| 21 | + <timezone>-8</timezone> |
| 22 | + </developer> |
| 23 | + </developers> |
13 | 24 |
|
14 | 25 | <properties>
|
15 | 26 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
16 | 27 | </properties>
|
17 | 28 |
|
18 |
| - <repositories> |
| 29 | + <build> |
| 30 | + <plugins> |
| 31 | + <plugin> |
| 32 | + <artifactId>maven-release-plugin</artifactId> |
| 33 | + <configuration> |
| 34 | + <goals>deploy</goals> |
| 35 | + </configuration> |
| 36 | + </plugin> |
| 37 | + </plugins> |
| 38 | + </build> |
| 39 | + |
| 40 | + <scm> |
| 41 | + <connection>scm:git:git://github.com/jenkinsci/environment-script-plugin.git</connection> |
| 42 | + <developerConnection>scm:git:git@github.com:jenkinsci/environment-script-plugin.git</developerConnection> |
| 43 | + </scm> |
| 44 | + |
| 45 | + <distributionManagement> |
19 | 46 | <repository>
|
20 |
| - <snapshots> |
21 |
| - <enabled>false</enabled> |
22 |
| - </snapshots> |
23 |
| - <id>central</id> |
24 |
| - <name>repo</name> |
25 |
| - <url>http://repo.jenkins-ci.org/repo</url> |
| 47 | + <id>maven.jenkins-ci.org</id> |
| 48 | + <url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url> |
26 | 49 | </repository>
|
| 50 | + </distributionManagement> |
| 51 | + |
| 52 | + <repositories> |
27 | 53 | <repository>
|
28 |
| - <snapshots /> |
29 |
| - <id>snapshots</id> |
30 |
| - <name>remote-snapshot-repos</name> |
31 |
| - <url>http://repo.jenkins-ci.org/remote-snapshot-repos</url> |
| 54 | + <id>repo.jenkins-ci.org</id> |
| 55 | + <url>http://repo.jenkins-ci.org/public/</url> |
32 | 56 | </repository>
|
33 | 57 | </repositories>
|
| 58 | + |
34 | 59 | <pluginRepositories>
|
35 | 60 | <pluginRepository>
|
36 |
| - <snapshots> |
37 |
| - <enabled>false</enabled> |
38 |
| - </snapshots> |
39 |
| - <id>central</id> |
40 |
| - <name>repo</name> |
41 |
| - <url>http://repo.jenkins-ci.org/repo</url> |
42 |
| - </pluginRepository> |
43 |
| - <pluginRepository> |
44 |
| - <snapshots /> |
45 |
| - <id>snapshots</id> |
46 |
| - <name>repo</name> |
47 |
| - <url>http://repo.jenkins-ci.org/repo</url> |
| 61 | + <id>repo.jenkins-ci.org</id> |
| 62 | + <url>http://repo.jenkins-ci.org/public/</url> |
48 | 63 | </pluginRepository>
|
49 | 64 | </pluginRepositories>
|
50 | 65 | </project>
|
0 commit comments