File tree Expand file tree Collapse file tree 7 files changed +32
-17
lines changed Expand file tree Collapse file tree 7 files changed +32
-17
lines changed Original file line number Diff line number Diff line change 1
- <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" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
4
<modelVersion >4.0.0</modelVersion >
3
5
<parent >
4
6
<groupId >com.mindscapehq</groupId >
5
7
<artifactId >raygun4java</artifactId >
6
- <version >4.1.1 -SNAPSHOT</version >
8
+ <version >4.1.0 -SNAPSHOT</version >
7
9
</parent >
8
10
<artifactId >core</artifactId >
9
11
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 1
- <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" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
4
<modelVersion >4.0.0</modelVersion >
3
5
<parent >
4
6
<groupId >com.mindscapehq</groupId >
5
7
<artifactId >raygun4java</artifactId >
6
- <version >4.1.1 -SNAPSHOT</version >
8
+ <version >4.1.0 -SNAPSHOT</version >
7
9
</parent >
8
10
<scm >
9
11
<url >https://github.com/mindscapehq/raygun4java</url >
10
12
<
connection >scm:git:ssh://
[email protected] /MindscapeHQ/raygun4java.git</
connection >
11
13
<
developerConnection >scm:git:ssh://
[email protected] /MindscapeHQ/raygun4java.git</
developerConnection >
12
- <tag >raygun4java-4.1.0 </tag >
14
+ <tag >HEAD </tag >
13
15
</scm >
14
16
<artifactId >raygun4java-play2</artifactId >
15
17
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 1
- <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" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
4
<modelVersion >4.0.0</modelVersion >
3
5
<groupId >com.mindscapehq</groupId >
4
6
<artifactId >raygun4java</artifactId >
5
- <version >4.1.1 -SNAPSHOT</version >
7
+ <version >4.1.0 -SNAPSHOT</version >
6
8
<name >Raygun4Java parent project</name >
7
9
<packaging >pom</packaging >
8
10
<properties >
28
30
<url >https://github.com/mindscapehq/raygun4java</url >
29
31
<
connection >scm:git:ssh://
[email protected] /MindscapeHQ/raygun4java.git</
connection >
30
32
<
developerConnection >scm:git:ssh://
[email protected] /MindscapeHQ/raygun4java.git</
developerConnection >
31
- <tag >raygun4java-4.1.0 </tag >
33
+ <tag >HEAD </tag >
32
34
</scm >
33
35
<build >
34
36
<plugins >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
5
<modelVersion >4.0.0</modelVersion >
4
6
<parent >
5
7
<groupId >com.mindscapehq</groupId >
6
8
<artifactId >raygun4java</artifactId >
7
- <version >4.1.1 -SNAPSHOT</version >
9
+ <version >4.1.0 -SNAPSHOT</version >
8
10
</parent >
9
11
<artifactId >sampleJakartaEEApp</artifactId >
10
12
<packaging >war</packaging >
115
117
<target >
116
118
<mkdir dir =" ${project.build.directory}/deployments" />
117
119
<!-- Copy the .war file -->
118
- <copy file =" ${project.build.directory}/${project.build.finalName}.war" tofile =" ${project.build.directory}/deployments/${project.artifactId}.war" />
120
+ <copy file =" ${project.build.directory}/${project.build.finalName}.war"
121
+ tofile =" ${project.build.directory}/deployments/${project.artifactId}.war" />
119
122
<!-- Create the .dodeploy file -->
120
123
<touch file =" ${project.build.directory}/deployments/${project.artifactId}.war.dodeploy" />
121
124
</target >
Original file line number Diff line number Diff line change 1
- <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" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
4
<modelVersion >4.0.0</modelVersion >
3
5
<parent >
4
6
<groupId >com.mindscapehq</groupId >
5
7
<artifactId >raygun4java</artifactId >
6
- <version >4.1.1 -SNAPSHOT</version >
8
+ <version >4.1.0 -SNAPSHOT</version >
7
9
</parent >
8
10
<artifactId >sampleapp</artifactId >
9
11
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 1
- <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" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
4
<modelVersion >4.0.0</modelVersion >
3
5
<parent >
4
6
<groupId >com.mindscapehq</groupId >
5
7
<artifactId >raygun4java</artifactId >
6
- <version >4.1.1 -SNAPSHOT</version >
8
+ <version >4.1.0 -SNAPSHOT</version >
7
9
</parent >
8
10
<artifactId >webprovider</artifactId >
9
11
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 1
- <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" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
4
<modelVersion >4.0.0</modelVersion >
3
5
<parent >
4
6
<groupId >com.mindscapehq</groupId >
5
7
<artifactId >raygun4java</artifactId >
6
- <version >4.1.1 -SNAPSHOT</version >
8
+ <version >4.1.0 -SNAPSHOT</version >
7
9
</parent >
8
10
<artifactId >webproviderjakarta</artifactId >
9
11
<packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments