|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 |
|
5 | 5 | <parent>
|
6 |
| - <groupId>org.sonatype.spice</groupId> |
7 |
| - <artifactId>spice-parent</artifactId> |
8 |
| - <version>15</version> |
| 6 | + <groupId>org.codehaus.plexus</groupId> |
| 7 | + <artifactId>plexus</artifactId> |
| 8 | + <version>6.5</version> |
| 9 | + <relativePath/> |
9 | 10 | </parent>
|
10 | 11 |
|
11 |
| - <groupId>org.sonatype.plexus</groupId> |
12 | 12 | <artifactId>plexus-sec-dispatcher</artifactId>
|
13 | 13 | <version>1.5-SNAPSHOT</version>
|
14 | 14 |
|
15 |
| - <url>http://spice.sonatype.org/${project.artifactId}</url> |
16 | 15 | <name>Plexus Security Dispatcher Component</name>
|
17 |
| - |
| 16 | + |
| 17 | + <scm> |
| 18 | + < connection>scm:git: [email protected]:codehaus-plexus/plexus-sec-dispatcher.git</ connection> |
| 19 | + < developerConnection>scm:git: [email protected]:codehaus-plexus/plexus-sec-dispatcher.git</ developerConnection> |
| 20 | + <url>https://github.com/codehaus-plexus/plexus-sec-dispatcher.git</url> |
| 21 | + </scm> |
| 22 | + <issueManagement> |
| 23 | + <system>jira</system> |
| 24 | + <url>https://github.com/codehaus-plexus/plexus-sec-dispatcher/issues</url> |
| 25 | + </issueManagement> |
| 26 | + |
18 | 27 | <distributionManagement>
|
19 | 28 | <site>
|
20 |
| - <id>sonatype.org-sites</id> |
21 |
| - <url>${spiceSiteBaseUrl}/${project.artifactId}</url> |
| 29 | + <id>github:gh-pages</id> |
| 30 | + <url>${project.scm.developerConnection}</url> |
22 | 31 | </site>
|
23 | 32 | </distributionManagement>
|
24 |
| - |
| 33 | + |
| 34 | + <properties> |
| 35 | + <javaVersion>7</javaVersion> |
| 36 | + </properties> |
| 37 | + |
25 | 38 | <build>
|
26 | 39 | <plugins>
|
27 | 40 | <plugin>
|
28 |
| - <groupId>org.codehaus.plexus</groupId> |
29 |
| - <artifactId>plexus-maven-plugin</artifactId> |
30 |
| - <version>1.3.5</version> |
| 41 | + <groupId>org.eclipse.sisu</groupId> |
| 42 | + <artifactId>sisu-maven-plugin</artifactId> |
| 43 | + <version>0.3.4</version> |
31 | 44 | <executions>
|
32 | 45 | <execution>
|
33 | 46 | <goals>
|
34 |
| - <goal>descriptor</goal> |
| 47 | + <goal>main-index</goal> |
| 48 | + <goal>test-index</goal> |
35 | 49 | </goals>
|
36 | 50 | </execution>
|
37 | 51 | </executions>
|
38 | 52 | </plugin>
|
39 |
| - <plugin> |
40 |
| - <artifactId>maven-compiler-plugin |
41 |
| - </artifactId> |
42 |
| - <configuration> |
43 |
| - <source>1.4</source> |
44 |
| - <target>1.4</target> |
45 |
| - </configuration> |
46 |
| - </plugin> |
47 | 53 | <plugin>
|
48 | 54 | <groupId>org.codehaus.modello</groupId>
|
49 | 55 | <artifactId>modello-maven-plugin</artifactId>
|
| 56 | + <version>1.11</version> |
50 | 57 | <configuration>
|
51 | 58 | <version>1.0.0</version>
|
52 | 59 | <models>
|
|
72 | 79 | <dependency>
|
73 | 80 | <groupId>org.codehaus.plexus</groupId>
|
74 | 81 | <artifactId>plexus-utils</artifactId>
|
| 82 | + <version>3.3.0</version> |
75 | 83 | </dependency>
|
76 | 84 | <dependency>
|
77 |
| - <groupId>org.sonatype.plexus</groupId> |
| 85 | + <groupId>org.codehaus.plexus</groupId> |
78 | 86 | <artifactId>plexus-cipher</artifactId>
|
79 |
| - <version>1.4</version> |
| 87 | + <version>1.8</version> |
80 | 88 | </dependency>
|
81 | 89 | <dependency>
|
82 | 90 | <groupId>org.codehaus.plexus</groupId>
|
|
87 | 95 | <dependency>
|
88 | 96 | <groupId>junit</groupId>
|
89 | 97 | <artifactId>junit</artifactId>
|
90 |
| - <version>3.8.2</version> |
| 98 | + <version>4.13.2</version> |
91 | 99 | </dependency>
|
92 | 100 | </dependencies>
|
93 | 101 | </project>
|
0 commit comments