Skip to content

Commit

Permalink
1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caliuf committed Jul 25, 2017
1 parent 7eda718 commit b83cea2
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion blazingcache-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.blazingcache</groupId>
<artifactId>blazingcache</artifactId>
<version>1.13.0-ALPHA1</version>
<version>1.13.0</version>
</parent>
<artifactId>blazingcache-core</artifactId>
<packaging>jar</packaging>
Expand Down
Expand Up @@ -79,7 +79,7 @@ public class CacheServer implements AutoCloseable {
private boolean requireAuthentication = true;

public static String VERSION() {
return "1.13.0-ALPHA1";
return "1.13.0";
}

public boolean isRequireAuthentication() {
Expand Down
2 changes: 1 addition & 1 deletion blazingcache-jcache/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.blazingcache</groupId>
<artifactId>blazingcache</artifactId>
<version>1.13.0-ALPHA1</version>
<version>1.13.0</version>
</parent>
<artifactId>blazingcache-jcache</artifactId>
<groupId>org.blazingcache</groupId>
Expand Down
4 changes: 2 additions & 2 deletions blazingcache-jcache/tck.howto.txt
Expand Up @@ -9,12 +9,12 @@ cd jsr107tck
git reset --hard
git checkout v1.0.1-release
sed -i -- 's/\${implementation-version}/1.0.0/g' spring-annotations-test-harness/pom.xml cdi-weld-annotations-test-harness/pom.xml guice-annotations-test-harness/pom.xml
mvn clean install -Dimplementation-version=1.13.0-ALPHA1 -Dimplementation-groupId=org.blazingcache -Dimplementation-artifactId=blazingcache-jcache -DCacheManagerImpl=blazingcache.jcache.BlazingCacheManager -DCacheImpl=blazingcache.jcache.BlazingCacheCache -DCacheEntryImpl=blazingcache.jcache.BlazingCacheEntry -Djavax.management.builder.initial=blazingcache.jcache.BlazingCacheMBeanServerBuilder -Dorg.jsr107.tck.management.agentId=RIMBeanServer -Dorg.blazingcache.jsr107tck101compatmode=true
mvn clean install -Dimplementation-version=1.13.0 -Dimplementation-groupId=org.blazingcache -Dimplementation-artifactId=blazingcache-jcache -DCacheManagerImpl=blazingcache.jcache.BlazingCacheManager -DCacheImpl=blazingcache.jcache.BlazingCacheCache -DCacheEntryImpl=blazingcache.jcache.BlazingCacheEntry -Djavax.management.builder.initial=blazingcache.jcache.BlazingCacheMBeanServerBuilder -Dorg.jsr107.tck.management.agentId=RIMBeanServer -Dorg.blazingcache.jsr107tck101compatmode=true

then if you want to test against the latest (master) version of the TCK

git reset --hard
git checkout master
sed -i -- 's/\${implementation-version}/1.0.0/g' spring-annotations-test-harness/pom.xml cdi-weld-annotations-test-harness/pom.xml guice-annotations-test-harness/pom.xml
mvn clean install -Dimplementation-version=1.13.0-ALPHA1 -Dimplementation-groupId=org.blazingcache -Dimplementation-artifactId=blazingcache-jcache -DCacheManagerImpl=blazingcache.jcache.BlazingCacheManager -DCacheImpl=blazingcache.jcache.BlazingCacheCache -DCacheEntryImpl=blazingcache.jcache.BlazingCacheEntry -Djavax.management.builder.initial=blazingcache.jcache.BlazingCacheMBeanServerBuilder -Dorg.jsr107.tck.management.agentId=RIMBeanServer
mvn clean install -Dimplementation-version=1.13.0 -Dimplementation-groupId=org.blazingcache -Dimplementation-artifactId=blazingcache-jcache -DCacheManagerImpl=blazingcache.jcache.BlazingCacheManager -DCacheImpl=blazingcache.jcache.BlazingCacheCache -DCacheEntryImpl=blazingcache.jcache.BlazingCacheEntry -Djavax.management.builder.initial=blazingcache.jcache.BlazingCacheMBeanServerBuilder -Dorg.jsr107.tck.management.agentId=RIMBeanServer

2 changes: 1 addition & 1 deletion blazingcache-services/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.blazingcache</groupId>
<artifactId>blazingcache</artifactId>
<version>1.13.0-ALPHA1</version>
<version>1.13.0</version>
</parent>
<artifactId>blazingcache-services</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion blazingcache-site-skin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.blazingcache</groupId>
<artifactId>blazingcache</artifactId>
<version>1.13.0-ALPHA1</version>
<version>1.13.0</version>
</parent>
<artifactId>blazingcache-website-skin</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion blazingcache-website/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.blazingcache</groupId>
<artifactId>blazingcache</artifactId>
<version>1.13.0-ALPHA1</version>
<version>1.13.0</version>
</parent>
<artifactId>blazingcache-website</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.blazingcache</groupId>
<artifactId>blazingcache</artifactId>
<version>1.13.0-ALPHA1</version>
<version>1.13.0</version>
<packaging>pom</packaging>
<name>BlazingCache</name>
<url>http://blazingcache.org</url>
Expand Down

0 comments on commit b83cea2

Please sign in to comment.