Skip to content

Commit

Permalink
[release] Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jul 2, 2021
1 parent d36d8f0 commit 594bb02
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion byte-buddy-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>1.11.7-SNAPSHOT</version>
<version>1.11.6-SNAPSHOT</version>
</parent>

<artifactId>byte-buddy-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-android-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.11.7-SNAPSHOT</version>
<version>1.11.6-SNAPSHOT</version>
</parent>

<artifactId>byte-buddy-android-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>1.11.7-SNAPSHOT</version>
<version>1.11.6-SNAPSHOT</version>
</parent>

<artifactId>byte-buddy-android</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>1.11.7-SNAPSHOT</version>
<version>1.11.6-SNAPSHOT</version>
</parent>

<artifactId>byte-buddy-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-dep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.11.7-SNAPSHOT</version>
<version>1.11.6-SNAPSHOT</version>
</parent>

<artifactId>byte-buddy-dep</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions byte-buddy-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>1.11.7-SNAPSHOT</version>
<version>1.11.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>byte-buddy-gradle-plugin</artifactId>

Expand Down
5 changes: 3 additions & 2 deletions byte-buddy-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>1.11.7-SNAPSHOT</version>
<version>1.11.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>byte-buddy-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.11.7-SNAPSHOT</version>
<version>1.11.6-SNAPSHOT</version>
</parent>

<artifactId>byte-buddy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.11.7-SNAPSHOT</version>
<version>1.11.6-SNAPSHOT</version>
<packaging>pom</packaging>

<inceptionYear>2014</inceptionYear>
Expand Down

0 comments on commit 594bb02

Please sign in to comment.