File tree Expand file tree Collapse file tree 2 files changed +31
-20
lines changed Expand file tree Collapse file tree 2 files changed +31
-20
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
jdk :
3
+ - openjdk8
3
4
- openjdk9
4
5
- openjdk11
5
6
- openjdk12
Original file line number Diff line number Diff line change 42
42
<
scm .url>scm:git:
[email protected] :codehaus-plexus/plexus-languages.git</
scm .url>
43
43
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
44
44
<javaVersion >7</javaVersion >
45
- <project .build.outputTimestamp>2020-02-19T01:26:21Z </project .build.outputTimestamp>
45
+ <project .build.outputTimestamp>2020-01-20T18:52:37Z </project .build.outputTimestamp>
46
46
</properties >
47
47
48
48
<build >
79
79
<topSiteURL >${scm.url} </topSiteURL >
80
80
</configuration >
81
81
</plugin >
82
- <plugin >
83
- <groupId >org.apache.maven.plugins</groupId >
84
- <artifactId >maven-enforcer-plugin</artifactId >
85
- <executions >
86
- <execution >
87
- <id >enforce-java</id >
88
- <goals >
89
- <goal >enforce</goal >
90
- </goals >
91
- <configuration >
92
- <rules >
93
- <requireJavaVersion >
94
- <version >9</version >
95
- </requireJavaVersion >
96
- </rules >
97
- </configuration >
98
- </execution >
99
- </executions >
100
- </plugin >
101
82
</plugins >
102
83
</build >
103
84
120
101
</plugins >
121
102
</reporting >
122
103
104
+ <profiles >
105
+ <profile >
106
+ <id >plexus-release</id >
107
+ <build >
108
+ <plugins >
109
+ <plugin >
110
+ <groupId >org.apache.maven.plugins</groupId >
111
+ <artifactId >maven-enforcer-plugin</artifactId >
112
+ <version >3.0.0-M1</version >
113
+ <executions >
114
+ <execution >
115
+ <id >enforce-java</id >
116
+ <goals >
117
+ <goal >enforce</goal >
118
+ </goals >
119
+ <configuration >
120
+ <rules >
121
+ <requireJavaVersion >
122
+ <version >9</version >
123
+ </requireJavaVersion >
124
+ </rules >
125
+ </configuration >
126
+ </execution >
127
+ </executions >
128
+ </plugin >
129
+ </plugins >
130
+ </build >
131
+ </profile >
132
+ </profiles >
123
133
</project >
You can’t perform that action at this time.
0 commit comments