Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit b6f5b0a

Browse files
new version 2.11.0-schoemer-SNAPSHOT
1 parent 2c44a85 commit b6f5b0a

File tree

14 files changed

+19
-19
lines changed

14 files changed

+19
-19
lines changed

ehcache-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.sf.ehcache</groupId>
77
<artifactId>ehcache-root</artifactId>
8-
<version>2.11.0-SNAPSHOT</version>
8+
<version>2.11.0-schoemer-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>net.sf.ehcache.internal</groupId>
@@ -24,7 +24,7 @@
2424
<testResources>src/test/resources</testResources>
2525
<name>ehcache</name>
2626
<skipCheckstyle>false</skipCheckstyle>
27-
<tests.supplemental.args/>
27+
<tests.supplemental.args />
2828
<tests.max.heap.size>-Xmx64m</tests.max.heap.size>
2929
</properties>
3030

ehcache-scheduled-refresh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.sf.ehcache</groupId>
77
<artifactId>ehcache-root</artifactId>
8-
<version>2.11.0-SNAPSHOT</version>
8+
<version>2.11.0-schoemer-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

ehcache-search-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.sf.ehcache</groupId>
66
<artifactId>ehcache-root</artifactId>
7-
<version>2.11.0-SNAPSHOT</version>
7+
<version>2.11.0-schoemer-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

ehcache/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.sf.ehcache</groupId>
77
<artifactId>ehcache-root</artifactId>
8-
<version>2.11.0-SNAPSHOT</version>
8+
<version>2.11.0-schoemer-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

@@ -323,7 +323,7 @@
323323
</goals>
324324
<configuration>
325325
<target>
326-
<unzip src="${project.build.directory}/${project.artifactId}-${project.version}.jar" dest="${project.build.outputDirectory}"/>
326+
<unzip src="${project.build.directory}/${project.artifactId}-${project.version}.jar" dest="${project.build.outputDirectory}" />
327327
</target>
328328
</configuration>
329329
</execution>

management-ehcache-impl/ehcache-rest-agent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.sf.ehcache</groupId>
77
<artifactId>management-ehcache-impl-parent</artifactId>
8-
<version>2.11.0-SNAPSHOT</version>
8+
<version>2.11.0-schoemer-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

@@ -69,7 +69,7 @@
6969
<activeByDefault>true</activeByDefault>
7070
</activation>
7171
<properties>
72-
<private-classpath/>
72+
<private-classpath />
7373
<private-class-suffix>.class</private-class-suffix>
7474
</properties>
7575
<build>
@@ -158,7 +158,7 @@
158158
</filter>
159159
</filters>
160160
<transformers>
161-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
161+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
162162
</transformers>
163163
</configuration>
164164
<executions>

management-ehcache-impl/management-ehcache-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.sf.ehcache</groupId>
77
<artifactId>management-ehcache-impl-parent</artifactId>
8-
<version>2.11.0-SNAPSHOT</version>
8+
<version>2.11.0-schoemer-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

management-ehcache-impl/management-ehcache-impl-v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.sf.ehcache</groupId>
77
<artifactId>management-ehcache-impl-parent</artifactId>
8-
<version>2.11.0-SNAPSHOT</version>
8+
<version>2.11.0-schoemer-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

management-ehcache-impl/management-ehcache-impl-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.sf.ehcache</groupId>
77
<artifactId>management-ehcache-impl-parent</artifactId>
8-
<version>2.11.0-SNAPSHOT</version>
8+
<version>2.11.0-schoemer-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

management-ehcache-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.sf.ehcache</groupId>
77
<artifactId>ehcache-root</artifactId>
8-
<version>2.11.0-SNAPSHOT</version>
8+
<version>2.11.0-schoemer-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

management-ehcache-v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.sf.ehcache</groupId>
77
<artifactId>ehcache-root</artifactId>
8-
<version>2.11.0-SNAPSHOT</version>
8+
<version>2.11.0-schoemer-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)