Skip to content

Commit

Permalink
rolled over pom and doc file versions for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adinn committed Aug 9, 2012
1 parent 30951ee commit f8ec601
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 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.0.4</version>
<version>2.1.0</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.0.4</version>
<version>2.1.0</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.0.4</version>
<version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<build>
Expand Down
Binary file modified docs/ProgrammersGuide.odt
Binary file not shown.
Binary file modified docs/ProgrammersGuide.pdf
Binary file not shown.
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.0.4</version>
<version>2.1.0</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.0.4</version>
<version>2.1.0</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.0.4</version>
<version>2.1.0</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.0.4</version>
<version>2.1.0</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.0.4</version>
<version>2.1.0</version>
</parent>
</project>

0 comments on commit f8ec601

Please sign in to comment.