File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.codehaus.plexus</groupId >
8
8
<artifactId >plexus</artifactId >
9
- <version >5 .1</version >
9
+ <version >6 .1</version >
10
10
</parent >
11
11
12
12
<artifactId >plexus-archiver</artifactId >
32
32
33
33
<properties >
34
34
<javaVersion >7</javaVersion >
35
+ <project .build.outputTimestamp>2020-01-20T18:52:37Z</project .build.outputTimestamp>
35
36
</properties >
36
37
37
38
<contributors >
118
119
</execution >
119
120
</executions >
120
121
</plugin >
121
- <plugin >
122
- <groupId >org.apache.maven.plugins</groupId >
123
- <artifactId >maven-enforcer-plugin</artifactId >
124
- <executions >
125
- <execution >
126
- <id >enforce-java</id >
127
- <goals >
128
- <goal >enforce</goal >
129
- </goals >
130
- <configuration >
131
- <rules >
132
- <requireJavaVersion >
133
- <version >1.7.0</version >
134
- </requireJavaVersion >
135
- </rules >
136
- </configuration >
137
- </execution >
138
- </executions >
139
- </plugin >
140
122
<plugin >
141
123
<groupId >org.apache.maven.plugins</groupId >
142
124
<artifactId >maven-scm-publish-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments