|
9 | 9 | </parent>
|
10 | 10 |
|
11 | 11 | <artifactId>plexus-cipher</artifactId>
|
12 |
| - <version>2.0.1-SNAPSHOT</version> |
| 12 | + <version>2.1.0-SNAPSHOT</version> |
13 | 13 |
|
14 | 14 | <name>Plexus Cipher: encryption/decryption Component</name>
|
15 | 15 |
|
|
31 | 31 | </distributionManagement>
|
32 | 32 |
|
33 | 33 | <properties>
|
34 |
| - <javaVersion>8</javaVersion> |
35 | 34 | <sisuVersion>0.3.5</sisuVersion>
|
36 | 35 | <project.build.outputTimestamp>2021-09-08T19:26:29Z</project.build.outputTimestamp>
|
37 | 36 | </properties>
|
|
57 | 56 | </dependencies>
|
58 | 57 |
|
59 | 58 | <build>
|
60 |
| - <pluginManagement> |
61 |
| - <plugins> |
62 |
| - <plugin> |
63 |
| - <groupId>org.apache.maven.plugins</groupId> |
64 |
| - <artifactId>maven-surefire-plugin</artifactId> |
65 |
| - <version>3.1.2</version> |
66 |
| - </plugin> |
67 |
| - <plugin> |
68 |
| - <groupId>org.eclipse.m2e</groupId> |
69 |
| - <artifactId>lifecycle-mapping</artifactId> |
70 |
| - <version>1.0.0</version> |
71 |
| - <configuration> |
72 |
| - <lifecycleMappingMetadata> |
73 |
| - <pluginExecutions> |
74 |
| - <pluginExecution> |
75 |
| - <pluginExecutionFilter> |
76 |
| - <groupId>org.eclipse.sisu</groupId> |
77 |
| - <artifactId>sisu-maven-plugin</artifactId> |
78 |
| - <versionRange>[0.3.4,)</versionRange> |
79 |
| - <goals> |
80 |
| - <goal>test-index</goal> |
81 |
| - <goal>main-index</goal> |
82 |
| - </goals> |
83 |
| - </pluginExecutionFilter> |
84 |
| - <action> |
85 |
| - <ignore /> |
86 |
| - </action> |
87 |
| - </pluginExecution> |
88 |
| - </pluginExecutions> |
89 |
| - </lifecycleMappingMetadata> |
90 |
| - </configuration> |
91 |
| - </plugin> |
92 |
| - </plugins> |
93 |
| - </pluginManagement> |
94 |
| - |
95 | 59 | <plugins>
|
96 | 60 | <plugin>
|
97 | 61 | <groupId>org.apache.maven.plugins</groupId>
|
|
123 | 87 | <plugin>
|
124 | 88 | <groupId>org.eclipse.sisu</groupId>
|
125 | 89 | <artifactId>sisu-maven-plugin</artifactId>
|
126 |
| - <version>${sisuVersion}</version> |
127 |
| - <executions> |
128 |
| - <execution> |
129 |
| - <goals> |
130 |
| - <goal>main-index</goal> |
131 |
| - <goal>test-index</goal> |
132 |
| - </goals> |
133 |
| - </execution> |
134 |
| - </executions> |
135 | 90 | </plugin>
|
136 | 91 | </plugins>
|
137 | 92 | </build>
|
|
0 commit comments