File tree Expand file tree Collapse file tree 4 files changed +8
-14
lines changed
jobrunrpro-spring-boot-autoconfigure
jobrunrpro-spring-boot-starter Expand file tree Collapse file tree 4 files changed +8
-14
lines changed 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"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<groupId >org.axonframework.extensions.jobrunrpro</groupId >
8
6
<artifactId >axon-jobrunrpro-parent</artifactId >
9
- <version >4.8.0-SNAPSHOT </version >
7
+ <version >4.8.0</version >
10
8
</parent >
11
9
12
10
<artifactId >axon-jobrunrpro-spring-boot-autoconfigure</artifactId >
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"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<groupId >org.axonframework.extensions.jobrunrpro</groupId >
8
6
<artifactId >axon-jobrunrpro-parent</artifactId >
9
- <version >4.8.0-SNAPSHOT </version >
7
+ <version >4.8.0</version >
10
8
</parent >
11
9
12
10
<artifactId >axon-jobrunrpro-spring-boot-starter</artifactId >
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"
19
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
- 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" >
21
19
<modelVersion >4.0.0</modelVersion >
22
20
<parent >
23
21
<groupId >org.axonframework.extensions.jobrunrpro</groupId >
24
22
<artifactId >axon-jobrunrpro-parent</artifactId >
25
- <version >4.8.0-SNAPSHOT </version >
23
+ <version >4.8.0</version >
26
24
</parent >
27
25
28
26
<artifactId >axon-jobrunrpro</artifactId >
Original file line number Diff line number Diff line change 19
19
20
20
<groupId >org.axonframework.extensions.jobrunrpro</groupId >
21
21
<artifactId >axon-jobrunrpro-parent</artifactId >
22
- <version >4.8.0-SNAPSHOT </version >
22
+ <version >4.8.0</version >
23
23
<modules >
24
24
<module >jobrunrpro</module >
25
25
<module >jobrunrpro-spring-boot-autoconfigure</module >
469
469
<connection >scm:git:git://github.com/AxonFramework/extension-jobrunrpro.git</connection >
470
470
<developerConnection >scm:git:git@github.com:AxonFramework/extension-jobrunrpro.git</developerConnection >
471
471
<url >https://github.com/AxonFramework/extension-jobrunrpro</url >
472
- <tag >HEAD </tag >
472
+ <tag >axon-jobrunrpro-4.8.0 </tag >
473
473
</scm >
474
474
475
475
<developers >
You can’t perform that action at this time.
0 commit comments