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 66 <parent >
77 <groupId >org.codehaus.plexus</groupId >
88 <artifactId >plexus</artifactId >
9- <version >5 .1</version >
9+ <version >6 .1</version >
1010 </parent >
1111
1212 <artifactId >plexus-archiver</artifactId >
3232
3333 <properties >
3434 <javaVersion >7</javaVersion >
35+ <project .build.outputTimestamp>2020-01-20T18:52:37Z</project .build.outputTimestamp>
3536 </properties >
3637
3738 <contributors >
118119 </execution >
119120 </executions >
120121 </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 >
140122 <plugin >
141123 <groupId >org.apache.maven.plugins</groupId >
142124 <artifactId >maven-scm-publish-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments