Skip to content

Commit

Permalink
release csv-random plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Nov 1, 2017
1 parent b40f922 commit 241610d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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>

<groupId>kg.apc</groupId>
<groupId>com.blazemeter.jmeter</groupId>
<artifactId>jmeter-bzm-plugins</artifactId>
<version>0.0</version>
<packaging>pom</packaging>
Expand Down
25 changes: 2 additions & 23 deletions random-csv-data-set/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
<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">
<parent>
<artifactId>jmeter-bzm-plugins</artifactId>
<groupId>kg.apc</groupId>
<version>0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>com.blazemeter.jmeter</groupId>
<artifactId>jmeter-plugins-random-csv-data-set</artifactId>
<version>0.1</version>

Expand All @@ -20,23 +16,6 @@
</developer>
</developers>

<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>


<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
Expand All @@ -52,7 +31,7 @@
<dependency>
<groupId>org.apache.jmeter</groupId>
<artifactId>ApacheJMeter_components</artifactId>
<version>3.1</version>
<version>3.0</version>
</dependency>
<dependency>
<groupId>kg.apc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion rotating-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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>
<groupId>kg.apc</groupId>
<groupId>com.blazemeter.jmeter</groupId>
<artifactId>jmeter-plugins-rotating-listener</artifactId>
<version>0.1</version>

Expand Down

0 comments on commit 241610d

Please sign in to comment.