Skip to content

Commit

Permalink
updated version to 2.0.0 ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
adinn committed Jan 5, 2012
1 parent 30d9de6 commit a91c63e
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions agent/pom.xml
Expand Up @@ -32,11 +32,11 @@
listener. listener.
</description> </description>
<name>byteman-agent</name> <name>byteman-agent</name>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<parent> <parent>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId> <artifactId>byteman-root</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
</parent> </parent>
<build> <build>
<plugins> <plugins>
Expand Down
4 changes: 2 additions & 2 deletions contrib/bmunit/pom.xml
Expand Up @@ -30,11 +30,11 @@
The Byteman bmunit jar provides integration of Byteman into TestNG and JUnit tests. The Byteman bmunit jar provides integration of Byteman into TestNG and JUnit tests.
</description> </description>
<name>byteman-bmunit</name> <name>byteman-bmunit</name>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<parent> <parent>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId> <artifactId>byteman-root</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<build> <build>
Expand Down
4 changes: 2 additions & 2 deletions contrib/dtest/pom.xml
Expand Up @@ -31,11 +31,11 @@
and validation of assertions describing the expected operation of the instrumented methods. and validation of assertions describing the expected operation of the instrumented methods.
</description> </description>
<name>byteman-dtest</name> <name>byteman-dtest</name>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<parent> <parent>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId> <artifactId>byteman-root</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<build> <build>
Expand Down
Binary file modified docs/ProgrammersGuide.odt
Binary file not shown.
Binary file modified docs/ProgrammersGuide.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions download/pom.xml
Expand Up @@ -29,14 +29,14 @@
<parent> <parent>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId> <artifactId>byteman-root</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
</parent> </parent>
<description> <description>
The Byteman download includes the byteman agent, submit and install jars. the contributed The Byteman download includes the byteman agent, submit and install jars. the contributed
tool jars, the binary scripts used to drive byteman, the Byteman user guide plus the tool jars, the binary scripts used to drive byteman, the Byteman user guide plus the
sample jar and scripts which provide some simple examples of how to use Byteman. sample jar and scripts which provide some simple examples of how to use Byteman.
</description> </description>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<name>byteman-download</name> <name>byteman-download</name>
<url>http://www.jboss.org/byteman</url> <url>http://www.jboss.org/byteman</url>


Expand Down
4 changes: 2 additions & 2 deletions install/pom.xml
Expand Up @@ -31,11 +31,11 @@
or a remote JVM or a remote JVM
</description> </description>
<name>byteman-install</name> <name>byteman-install</name>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<parent> <parent>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId> <artifactId>byteman-root</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
</parent> </parent>


<dependencies> <dependencies>
Expand Down
38 changes: 19 additions & 19 deletions pom.xml
Expand Up @@ -31,7 +31,7 @@
into Java application and JVM runtime methods. Its primary purpose is to support execution tracing and fault into Java application and JVM runtime methods. Its primary purpose is to support execution tracing and fault
injection testing. injection testing.
</description> </description>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<name>byteman-root</name> <name>byteman-root</name>
<url>http://www.jboss.org/byteman</url> <url>http://www.jboss.org/byteman</url>


Expand Down Expand Up @@ -109,103 +109,103 @@
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman</artifactId> <artifactId>byteman</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman</artifactId> <artifactId>byteman</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
<classifier>sources</classifier> <classifier>sources</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman</artifactId> <artifactId>byteman</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
<classifier>javadoc</classifier> <classifier>javadoc</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-submit</artifactId> <artifactId>byteman-submit</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-submit</artifactId> <artifactId>byteman-submit</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
<classifier>sources</classifier> <classifier>sources</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-submit</artifactId> <artifactId>byteman-submit</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
<classifier>javadoc</classifier> <classifier>javadoc</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-install</artifactId> <artifactId>byteman-install</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-install</artifactId> <artifactId>byteman-install</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
<classifier>sources</classifier> <classifier>sources</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-install</artifactId> <artifactId>byteman-install</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
<classifier>javadoc</classifier> <classifier>javadoc</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-sample</artifactId> <artifactId>byteman-sample</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-sample</artifactId> <artifactId>byteman-sample</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
<classifier>sources</classifier> <classifier>sources</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-sample</artifactId> <artifactId>byteman-sample</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
<classifier>javadoc</classifier> <classifier>javadoc</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-bmunit</artifactId> <artifactId>byteman-bmunit</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-bmunit</artifactId> <artifactId>byteman-bmunit</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
<classifier>sources</classifier> <classifier>sources</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-bmunit</artifactId> <artifactId>byteman-bmunit</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
<classifier>javadoc</classifier> <classifier>javadoc</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-dtest</artifactId> <artifactId>byteman-dtest</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-dtest</artifactId> <artifactId>byteman-dtest</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
<classifier>sources</classifier> <classifier>sources</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-dtest</artifactId> <artifactId>byteman-dtest</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>${project.version}</version>
<classifier>javadoc</classifier> <classifier>javadoc</classifier>
</dependency> </dependency>


Expand Down
4 changes: 2 additions & 2 deletions sample/pom.xml
Expand Up @@ -29,13 +29,13 @@
<parent> <parent>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId> <artifactId>byteman-root</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
</parent> </parent>
<description> <description>
The Byteman sample jar contains some example helper classes and auxiliary classes used by the] The Byteman sample jar contains some example helper classes and auxiliary classes used by the]
sample rule scripts contained in the distribution sample rule scripts contained in the distribution
</description> </description>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<name>byteman-sample</name> <name>byteman-sample</name>
<url>http://www.jboss.org/byteman</url> <url>http://www.jboss.org/byteman</url>
<build> <build>
Expand Down
4 changes: 2 additions & 2 deletions submit/pom.xml
Expand Up @@ -31,10 +31,10 @@
current JVM or into a remote JVM current JVM or into a remote JVM
</description> </description>
<name>byteman-submit</name> <name>byteman-submit</name>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<parent> <parent>
<groupId>org.jboss.byteman</groupId> <groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId> <artifactId>byteman-root</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
</parent> </parent>
</project> </project>

0 comments on commit a91c63e

Please sign in to comment.