Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anujgandharv committed Oct 3, 2012
1 parent 307296a commit 9e79652
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -16,7 +16,7 @@
<description>EasyTest is a JUnit extension perform Data Driven Testing with ease and simplicity. <description>EasyTest is a JUnit extension perform Data Driven Testing with ease and simplicity.
It supports method parameters with Test annotation and much more.</description> It supports method parameters with Test annotation and much more.</description>
<url>https://github.com/EaseTech/easytest</url> <url>https://github.com/EaseTech/easytest</url>
<version>0.6.1</version> <version>0.6.1-SNAPSHOT</version>


<developers> <developers>
<developer> <developer>
Expand Down Expand Up @@ -99,7 +99,8 @@
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>2.2.2</version> <version>2.2.2</version>
<configuration> <configuration>

<username>anujgandharv</username>
<password>deep9810356403</password>


<mavenExecutorId>forked-path</mavenExecutorId> <mavenExecutorId>forked-path</mavenExecutorId>
</configuration> </configuration>
Expand Down

0 comments on commit 9e79652

Please sign in to comment.