Skip to content

Commit ff020ee

Browse files
author
JDG Build
committed
JDG_8.5.5.CR1
1 parent 4e2520f commit ff020ee

File tree

42 files changed

+75
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+75
-75
lines changed

infinispan-embedded/cache-distributed/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?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"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54
<artifactId>infinispan-simple-tutorials-distributed</artifactId>
65
<parent>
76
<relativePath>../../pom.xml</relativePath>
8-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0.CR1-redhat-00001</version>
98
<groupId>org.infinispan.tutorial.simple</groupId>
109
<artifactId>infinispan-simple-tutorials</artifactId>
1110
</parent>

infinispan-embedded/cache-invalidated/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>infinispan-simple-tutorials-invalidation-mode</artifactId>
55
<parent>
66
<relativePath>../../pom.xml</relativePath>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0.CR1-redhat-00001</version>
88
<groupId>org.infinispan.tutorial.simple</groupId>
99
<artifactId>infinispan-simple-tutorials</artifactId>
1010
</parent>

infinispan-embedded/cache-replicated/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?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"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54
<artifactId>infinispan-simple-tutorials-replicated</artifactId>
65
<parent>
76
<relativePath>../../pom.xml</relativePath>
8-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0.CR1-redhat-00001</version>
98
<groupId>org.infinispan.tutorial.simple</groupId>
109
<artifactId>infinispan-simple-tutorials</artifactId>
1110
</parent>

infinispan-embedded/clusterexec/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?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"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54
<artifactId>infinispan-simple-tutorials-clusterexec</artifactId>
65
<parent>
76
<relativePath>../../pom.xml</relativePath>
8-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0.CR1-redhat-00001</version>
98
<groupId>org.infinispan.tutorial.simple</groupId>
109
<artifactId>infinispan-simple-tutorials</artifactId>
1110
</parent>

infinispan-embedded/counter/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?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">
53
<modelVersion>4.0.0</modelVersion>
64
<artifactId>infinispan-simple-tutorials-counter</artifactId>
75
<parent>
86
<relativePath>../../pom.xml</relativePath>
9-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0.CR1-redhat-00001</version>
108
<groupId>org.infinispan.tutorial.simple</groupId>
119
<artifactId>infinispan-simple-tutorials</artifactId>
1210
</parent>

infinispan-embedded/functional/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>infinispan-simple-tutorials-functional</artifactId>
55
<parent>
66
<relativePath>../../pom.xml</relativePath>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0.CR1-redhat-00001</version>
88
<groupId>org.infinispan.tutorial.simple</groupId>
99
<artifactId>infinispan-simple-tutorials</artifactId>
1010
</parent>

infinispan-embedded/jcache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>infinispan-simple-tutorials-jcache</artifactId>
55
<parent>
66
<relativePath>../../pom.xml</relativePath>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0.CR1-redhat-00001</version>
88
<groupId>org.infinispan.tutorial.simple</groupId>
99
<artifactId>infinispan-simple-tutorials</artifactId>
1010
</parent>

infinispan-embedded/listeners/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>infinispan-simple-tutorials-listen</artifactId>
55
<parent>
66
<relativePath>../../pom.xml</relativePath>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0.CR1-redhat-00001</version>
88
<groupId>org.infinispan.tutorial.simple</groupId>
99
<artifactId>infinispan-simple-tutorials</artifactId>
1010
</parent>

infinispan-embedded/lock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>infinispan-simple-tutorials-lock</artifactId>
55
<parent>
66
<relativePath>../../pom.xml</relativePath>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0.CR1-redhat-00001</version>
88
<groupId>org.infinispan.tutorial.simple</groupId>
99
<artifactId>infinispan-simple-tutorials</artifactId>
1010
</parent>

infinispan-embedded/map/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>infinispan-simple-tutorials-map</artifactId>
55
<parent>
66
<relativePath>../../pom.xml</relativePath>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0.CR1-redhat-00001</version>
88
<groupId>org.infinispan.tutorial.simple</groupId>
99
<artifactId>infinispan-simple-tutorials</artifactId>
1010
</parent>

0 commit comments

Comments
 (0)