Skip to content

Commit

Permalink
mvn.version - 2.0.0 (unreleased): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lytles@takashi committed Nov 6, 2018
1 parent 61a3c60 commit 1a6475e
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -68,7 +68,7 @@ the dependency:
<dependency>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
</dependency>
```

Expand All @@ -78,7 +78,7 @@ weaving with the kilim plugin:
<plugin>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
<executions>
<execution>
<goals><goal>weave</goal></goals>
Expand Down Expand Up @@ -110,7 +110,7 @@ weaving with the kilim plugin:
java 8 and java 11 are the recommended platforms, but 7, 8, 9, and 10 are regularly tested, and in theory java 6 could probably still be made to work without too much work

java 8, java 9 and java 11:
* maven central: `org.db4j : kilim : 2.0.0-29`
* maven central: `org.db4j : kilim : 2.0.0`
* compiled with java 8 bytecode
* ASM 7.0 supports all versions of java through java 11 (and java 12 semi-officially)
* this version should also work with java 12 (no new bytecodes) but not being actively tested yet
Expand All @@ -123,7 +123,7 @@ java 7:
* see `demos/java7` for usage examples
* some features are not available, eg jetty integration and lambdas
* this version is incompatible with lambdas in later java versions because default interface methods aren't supported
* maven central: `2.0.0-29-jdk7`
* maven central: `2.0.0-jdk7`

java 9:
* the java 8 compiled version supports java 9
Expand Down
2 changes: 1 addition & 1 deletion demos/java7/readme.txt
Expand Up @@ -12,7 +12,7 @@ JAVA_HOME=$java7 mvn -Dhttps.protocols=TLSv1.2 clean package exec:java -Dexec.ma
# not all versions are available in maven central compiled for java 7, so you may need to install locally
# in the toplevel kilim directory, build and install with java 7

version=2.0.0-29-jdk7
version=2.0.0-jdk7
mvn versions:set -DnewVersion=$version
JAVA_HOME=$java7 ant clean weave jar
mvn install:install-file -DpomFile=pom.xml -Dfile=target/kilim.jar
Expand Down
4 changes: 2 additions & 2 deletions demos/poms/pom-jetty.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down Expand Up @@ -40,7 +40,7 @@
<plugin>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
<executions>
<execution>
<goals><goal>weave</goal></goals>
Expand Down
2 changes: 1 addition & 1 deletion demos/poms/pom.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion demos/poms/pom11.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions demos/poms/pom7-jetty.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29-jdk7</version>
<version>2.0.0-jdk7</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down Expand Up @@ -40,7 +40,7 @@
<plugin>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29-jdk7</version>
<version>2.0.0-jdk7</version>
<executions>
<execution>
<goals><goal>weave</goal></goals>
Expand Down
2 changes: 1 addition & 1 deletion demos/poms/pom7.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29-jdk7</version>
<version>2.0.0-jdk7</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion demos/poms/pom9.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions docs/maven_plugin/README.md
Expand Up @@ -19,7 +19,7 @@ in your pom.xml
<dependency>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
</dependency>
</dependencies>

Expand All @@ -28,7 +28,7 @@ in your pom.xml
<plugin>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
<executions>
<execution>
<goals><goal>weave</goal></goals>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
<packaging>maven-plugin</packaging>
<dependencies>
<!-- build.xml:fail-libs must be kept in sync with changes to this list -->
Expand Down
4 changes: 2 additions & 2 deletions testing/pom11.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -23,7 +23,7 @@
<plugin>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
<configuration>
<args>-q -x ExInvalid</args>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions testing/pom7.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29-jdk7</version>
<version>2.0.0-jdk7</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -32,7 +32,7 @@
<plugin>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29-jdk7</version>
<version>2.0.0-jdk7</version>
<configuration>
<args>-q -x ExInvalid</args>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions testing/pom8.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -23,7 +23,7 @@
<plugin>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
<configuration>
<args>-q -x ExInvalid</args>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions testing/pom9.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -23,7 +23,7 @@
<plugin>
<groupId>org.db4j</groupId>
<artifactId>kilim</artifactId>
<version>2.0.0-29</version>
<version>2.0.0</version>
<configuration>
<args>-q -x ExInvalid</args>
</configuration>
Expand Down

0 comments on commit 1a6475e

Please sign in to comment.