Skip to content

Commit

Permalink
rolled version over to 2.1.3 ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
adinn committed Jun 26, 2013
1 parent 4097741 commit a043866
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion agent/pom.xml
Expand Up @@ -34,7 +34,7 @@
<parent>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion contrib/bmunit/pom.xml
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<build>
Expand Down
2 changes: 1 addition & 1 deletion contrib/dtest/pom.xml
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<build>
Expand Down
2 changes: 1 addition & 1 deletion contrib/rulecheck-maven-plugin/example/pom.xml
Expand Up @@ -18,7 +18,7 @@
<plugin>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-rulecheck-maven-plugin</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
<executions>
<execution>
<id>rulecheck-test</id>
Expand Down
4 changes: 2 additions & 2 deletions contrib/rulecheck-maven-plugin/pom.xml
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -45,7 +45,7 @@
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman</artifactId>
<!--
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
-->
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion download/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<description>
The Byteman download includes the byteman agent, submit and install jars. the contributed
Expand Down
2 changes: 1 addition & 1 deletion install/pom.xml
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -33,7 +33,7 @@
into Java application and JVM runtime methods. Its primary purpose is to support execution tracing and fault
injection testing.
</description>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
<name>byteman-root</name>
<url>http://www.jboss.org/byteman</url>

Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<description>
The Byteman sample jar contains some example helper classes and auxiliary classes used by the]
Expand Down
2 changes: 1 addition & 1 deletion submit/pom.xml
Expand Up @@ -33,6 +33,6 @@
<parent>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
</project>

0 comments on commit a043866

Please sign in to comment.