File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 15
15
~ limitations under the License.
16
16
-->
17
17
18
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
18
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
19
<modelVersion >4.0.0</modelVersion >
21
20
22
21
<parent >
23
22
<groupId >net.openhft</groupId >
24
23
<artifactId >java-parent-pom</artifactId >
25
24
<version >1.1.28</version >
26
- <relativePath />
25
+ <relativePath />
27
26
</parent >
28
27
29
28
<artifactId >compiler</artifactId >
30
- <version >2.21ea80-SNAPSHOT </version >
29
+ <version >2.21ea80</version >
31
30
<packaging >bundle</packaging >
32
31
33
32
<name >OpenHFT/Java-Runtime-Compiler</name >
108
107
<executable >java</executable >
109
108
<arguments >
110
109
<argument >-classpath</argument >
111
- <classpath />
110
+ <classpath />
112
111
<argument >net.openhft.compiler.CompilerTest</argument >
113
112
</arguments >
114
113
</configuration >
224
223
<
connection >scm:git:
[email protected] :OpenHFT/Java-Runtime-Compiler.git</
connection >
225
224
<
developerConnection >scm:git:
[email protected] :OpenHFT/Java-Runtime-Compiler.git
226
225
</developerConnection >
227
- <tag >ea </tag >
226
+ <tag >compiler-2.21ea80 </tag >
228
227
</scm >
229
228
230
229
</project >
You can’t perform that action at this time.
0 commit comments