Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 0d1272c

Browse files
committed
Cleanup after parent pom update. Bump to 2.1.0-SNAPSHOT
1 parent 94021b2 commit 0d1272c

File tree

1 file changed

+1
-46
lines changed

1 file changed

+1
-46
lines changed

pom.xml

+1-46
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>plexus-cipher</artifactId>
12-
<version>2.0.1-SNAPSHOT</version>
12+
<version>2.1.0-SNAPSHOT</version>
1313

1414
<name>Plexus Cipher: encryption/decryption Component</name>
1515

@@ -31,7 +31,6 @@
3131
</distributionManagement>
3232

3333
<properties>
34-
<javaVersion>8</javaVersion>
3534
<sisuVersion>0.3.5</sisuVersion>
3635
<project.build.outputTimestamp>2021-09-08T19:26:29Z</project.build.outputTimestamp>
3736
</properties>
@@ -57,41 +56,6 @@
5756
</dependencies>
5857

5958
<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-
9559
<plugins>
9660
<plugin>
9761
<groupId>org.apache.maven.plugins</groupId>
@@ -123,15 +87,6 @@
12387
<plugin>
12488
<groupId>org.eclipse.sisu</groupId>
12589
<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>
13590
</plugin>
13691
</plugins>
13792
</build>

0 commit comments

Comments
 (0)