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

Commit

Permalink
new version 2.11.0-schoemer-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerg-Schoemer committed May 6, 2022
1 parent 2c44a85 commit b6f5b0a
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions ehcache-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-root</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0-schoemer-SNAPSHOT</version>
</parent>

<groupId>net.sf.ehcache.internal</groupId>
Expand All @@ -24,7 +24,7 @@
<testResources>src/test/resources</testResources>
<name>ehcache</name>
<skipCheckstyle>false</skipCheckstyle>
<tests.supplemental.args/>
<tests.supplemental.args />
<tests.max.heap.size>-Xmx64m</tests.max.heap.size>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion ehcache-scheduled-refresh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-root</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0-schoemer-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ehcache-search-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-root</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0-schoemer-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions ehcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-root</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0-schoemer-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -323,7 +323,7 @@
</goals>
<configuration>
<target>
<unzip src="${project.build.directory}/${project.artifactId}-${project.version}.jar" dest="${project.build.outputDirectory}"/>
<unzip src="${project.build.directory}/${project.artifactId}-${project.version}.jar" dest="${project.build.outputDirectory}" />
</target>
</configuration>
</execution>
Expand Down
6 changes: 3 additions & 3 deletions management-ehcache-impl/ehcache-rest-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sf.ehcache</groupId>
<artifactId>management-ehcache-impl-parent</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0-schoemer-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -69,7 +69,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<private-classpath/>
<private-classpath />
<private-class-suffix>.class</private-class-suffix>
</properties>
<build>
Expand Down Expand Up @@ -158,7 +158,7 @@
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion management-ehcache-impl/management-ehcache-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sf.ehcache</groupId>
<artifactId>management-ehcache-impl-parent</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0-schoemer-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion management-ehcache-impl/management-ehcache-impl-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sf.ehcache</groupId>
<artifactId>management-ehcache-impl-parent</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0-schoemer-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion management-ehcache-impl/management-ehcache-impl-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sf.ehcache</groupId>
<artifactId>management-ehcache-impl-parent</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0-schoemer-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion management-ehcache-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-root</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0-schoemer-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion management-ehcache-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-root</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0-schoemer-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion management-ehcache-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-root</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0-schoemer-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-parent</artifactId>
<version>3.1</version>
<relativePath/>
<relativePath />
</parent>

<name>ehcache-root</name>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-root</artifactId>
<packaging>pom</packaging>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0-schoemer-SNAPSHOT</version>

<scm>
<developerConnection>scm:git:https://github.com/ehcache/ehcache2.git</developerConnection>
Expand Down
2 changes: 1 addition & 1 deletion terracotta/bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sf.ehcache.internal</groupId>
<artifactId>ehcache-terracotta-root</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0-schoemer-SNAPSHOT</version>
</parent>

<artifactId>ehcache-terracotta-bootstrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion terracotta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-root</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0-schoemer-SNAPSHOT</version>
</parent>

<groupId>net.sf.ehcache.internal</groupId>
Expand Down

0 comments on commit b6f5b0a

Please sign in to comment.