Skip to content

Commit

Permalink
[maven-release-plugin] prepare release crawljax-5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amesbah committed Feb 21, 2023
1 parent 07dde17 commit 195c564
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 21 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.crawljax</groupId>
<artifactId>crawljax-parent-pom</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0</version>
</parent>

<artifactId>crawljax-cli</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions core/pom.xml
@@ -1,12 +1,10 @@
<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/maven-v4_0_0.xsd">
<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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.crawljax</groupId>
<artifactId>crawljax-parent-pom</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0</version>
</parent>

<artifactId>crawljax-core</artifactId>
Expand Down Expand Up @@ -38,7 +36,7 @@
<profile>
<id>integrationtests</id>
<properties>
<tests.exclude/>
<tests.exclude />
<test.browser>CHROME_HEADLESS</test.browser>
</properties>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.crawljax</groupId>
<artifactId>crawljax-parent-pom</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0</version>
</parent>
<artifactId>crawljax-examples</artifactId>
<name>Crawljax Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion plugins/crawloverview-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.crawljax.plugins</groupId>
<artifactId>crawljax-plugins-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0</version>
</parent>

<artifactId>crawloverview-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugins/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.crawljax</groupId>
<artifactId>crawljax-parent-pom</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0</version>
</parent>

<groupId>com.crawljax.plugins</groupId>
Expand All @@ -19,7 +19,7 @@
<connection>scm:git:git@github.com:crawljax/plugins-parent-pom.git</connection>
<developerConnection>scm:git:git@github.com:crawljax/plugins-parent-pom.git</developerConnection>
<url>https://github.com/crawljax/plugins-parent-pom</url>
<tag>HEAD</tag>
<tag>crawljax-5.0</tag>
</scm>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion plugins/test-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.crawljax.plugins</groupId>
<artifactId>crawljax-plugins-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0</version>
</parent>
<artifactId>test-plugin</artifactId>
<name>Test Plugin</name>
Expand Down
6 changes: 2 additions & 4 deletions plugins/testcasegenerator-plugin/pom.xml
@@ -1,12 +1,10 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.crawljax.plugins</groupId>
<artifactId>crawljax-plugins-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0</version>
</parent>

<artifactId>testcasegenerator</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.crawljax</groupId>
<artifactId>crawljax-parent-pom</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0</version>
<packaging>pom</packaging>

<name>Crawljax parent POM</name>
Expand Down Expand Up @@ -35,7 +35,7 @@
<scm>
<connection>scm:git:https://github.com/crawljax/crawljax.git</connection>
<url>https://github.com/crawljax/crawljax</url>
<tag>HEAD</tag>
<tag>crawljax-5.0</tag>
</scm>

<issueManagement>
Expand Down
6 changes: 2 additions & 4 deletions vips_selenium/pom.xml
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>crawljax-parent-pom</artifactId>
<groupId>com.crawljax</groupId>
<version>5.0-SNAPSHOT</version>
<version>5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 195c564

Please sign in to comment.