|
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>5.1</version> |
9 | 9 | </parent>
|
10 | 10 |
|
11 |
| - <groupId>org.sonatype.plexus</groupId> |
12 | 11 | <artifactId>plexus-cipher</artifactId>
|
13 | 12 | <version>1.8-SNAPSHOT</version>
|
14 | 13 |
|
15 |
| - <url>http://spice.sonatype.org/${project.artifactId}</url> |
16 | 14 | <name>Plexus Cipher: encryption/decryption Component</name>
|
17 | 15 |
|
| 16 | + <scm> |
| 17 | + < connection>scm:git: [email protected]:codehaus-plexus/plexus-cipher.git</ connection> |
| 18 | + < developerConnection>scm:git: [email protected]:codehaus-plexus/plexus-cipher.git</ developerConnection> |
| 19 | + <url>http://github.com/codehaus-plexus/plexus-cipher</url> |
| 20 | + </scm> |
| 21 | + <issueManagement> |
| 22 | + <system>jira</system> |
| 23 | + <url>https://github.com/codehaus-plexus/plexus-cipher/issues</url> |
| 24 | + </issueManagement> |
18 | 25 | <distributionManagement>
|
19 | 26 | <site>
|
20 |
| - <id>sonatype.org-sites</id> |
21 |
| - <url>${spiceSiteBaseUrl}/${project.artifactId}</url> |
| 27 | + <id>github:gh-pages</id> |
| 28 | + <url>${project.scm.developerConnection}</url> |
22 | 29 | </site>
|
23 | 30 | </distributionManagement>
|
24 | 31 |
|
| 32 | + <properties> |
| 33 | + <javaVersion>7</javaVersion> |
| 34 | + </properties> |
| 35 | + |
25 | 36 | <build>
|
26 | 37 | <pluginManagement>
|
27 | 38 | <plugins>
|
28 | 39 | <plugin>
|
29 | 40 | <groupId>org.apache.maven.plugins</groupId>
|
30 | 41 | <artifactId>maven-surefire-plugin</artifactId>
|
31 |
| - <version>2.9</version> |
| 42 | + <version>2.22.1</version> |
32 | 43 | </plugin>
|
33 | 44 | <plugin>
|
34 | 45 | <groupId>org.eclipse.m2e</groupId>
|
|
59 | 70 | </pluginManagement>
|
60 | 71 |
|
61 | 72 | <plugins>
|
62 |
| - <plugin> |
63 |
| - <artifactId>maven-compiler-plugin</artifactId> |
64 |
| - <configuration> |
65 |
| - <source>1.5</source> |
66 |
| - <target>1.5</target> |
67 |
| - </configuration> |
68 |
| - </plugin> |
69 |
| - |
70 | 73 | <plugin>
|
71 | 74 | <groupId>org.apache.maven.plugins</groupId>
|
72 | 75 | <artifactId>maven-surefire-plugin</artifactId>
|
|
118 | 121 | <dependency>
|
119 | 122 | <groupId>org.sonatype.sisu</groupId>
|
120 | 123 | <artifactId>sisu-inject-bean</artifactId>
|
121 |
| - <version>2.2.0</version> |
| 124 | + <version>2.6.0</version> |
122 | 125 | <scope>provided</scope>
|
123 | 126 | </dependency>
|
124 | 127 | <dependency>
|
125 | 128 | <groupId>junit</groupId>
|
126 | 129 | <artifactId>junit</artifactId>
|
127 |
| - <version>3.8.2</version> |
| 130 | + <version>4.12</version> |
| 131 | + <scope>test</scope> |
128 | 132 | </dependency>
|
129 | 133 | </dependencies>
|
130 | 134 |
|
131 |
| - <scm> |
132 |
| - < connection>scm:git: [email protected]/sonatype/plexus-cipher.git</ connection> |
133 |
| - < developerConnection>scm:git:ssh:// [email protected]/sonatype/plexus-cipher.git</ developerConnection> |
134 |
| - <url>http://github.com/sonatype/plexus-cipher</url> |
135 |
| - </scm> |
136 |
| - |
137 | 135 | </project>
|
0 commit comments