File tree 7 files changed +13
-23
lines changed
7 files changed +13
-23
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.quarkiverse.infinispan</groupId >
6
6
<artifactId >quarkus-infinispan-embedded-parent</artifactId >
7
- <version >999-SNAPSHOT </version >
7
+ <version >1.0.0 </version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<groupId >io.quarkiverse.infinispan</groupId >
8
6
<artifactId >quarkus-infinispan-embedded-extension-parent</artifactId >
9
- <version >999-SNAPSHOT </version >
7
+ <version >1.0.0 </version >
10
8
</parent >
11
9
12
10
<artifactId >quarkus-infinispan-embedded-deployment</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.quarkiverse.infinispan</groupId >
6
6
<artifactId >quarkus-infinispan-embedded-parent</artifactId >
7
- <version >999-SNAPSHOT </version >
7
+ <version >1.0.0 </version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
<artifactId >quarkus-infinispan-embedded-extension-parent</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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<groupId >io.quarkiverse.infinispan</groupId >
8
6
<artifactId >quarkus-infinispan-embedded-extension-parent</artifactId >
9
- <version >999-SNAPSHOT </version >
7
+ <version >1.0.0 </version >
10
8
</parent >
11
9
12
10
<artifactId >quarkus-infinispan-embedded</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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<groupId >io.quarkiverse.infinispan</groupId >
8
6
<artifactId >quarkus-infinispan-embedded-parent</artifactId >
9
- <version >999-SNAPSHOT </version >
7
+ <version >1.0.0 </version >
10
8
<relativePath >../pom.xml</relativePath >
11
9
</parent >
12
10
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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<groupId >io.quarkiverse</groupId >
10
8
</parent >
11
9
<groupId >io.quarkiverse.infinispan</groupId >
12
10
<artifactId >quarkus-infinispan-embedded-parent</artifactId >
13
- <version >999-SNAPSHOT </version >
11
+ <version >1.0.0 </version >
14
12
<packaging >pom</packaging >
15
13
<name >Quarkus Infinispan Embedded - Parent</name >
16
14
<modules >
23
21
<
connection >scm:git:
[email protected] :quarkiverse/quarkus-infinispan-embedded.git</
connection >
24
22
<
developerConnection >scm:git:
[email protected] :quarkiverse/quarkus-infinispan-embedded.git</
developerConnection >
25
23
<url >https://github.com/quarkiverse/quarkus-infinispan-embedded</url >
26
- <tag >HEAD </tag >
24
+ <tag >1.0.0 </tag >
27
25
</scm >
28
26
<properties >
29
27
<quarkus .version>3.15.2</quarkus .version>
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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<groupId >io.quarkiverse.infinispan</groupId >
8
6
<artifactId >quarkus-infinispan-embedded-parent</artifactId >
9
- <version >999-SNAPSHOT </version >
7
+ <version >1.0.0 </version >
10
8
<relativePath >../pom.xml</relativePath >
11
9
</parent >
12
10
You can’t perform that action at this time.
0 commit comments