Skip to content

Commit

Permalink
[artifactory-release] Release version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Nov 10, 2020
1 parent 24eee70 commit de4750e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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/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>
<groupId>org.jfrog.bamboo</groupId>
<artifactId>bamboo-artifactory-plugin</artifactId>
<version>3.1.x-SNAPSHOT</version>
<version>3.2.0</version>
<name>Bamboo Artifactory Plugin</name>
<description>Artifactory Build Info plugin for Atlassian Bamboo.</description>
<packaging>atlassian-plugin</packaging>
Expand Down Expand Up @@ -57,7 +56,7 @@
<url>http://oss.jfrog.org/artifactory/jfrog-dependencies</url>
</repository>
<repository>
<snapshots/>
<snapshots />
<id>snapshots</id>
<name>libs-snapshot</name>
<url>http://oss.jfrog.org/artifactory/libs-snapshot</url>
Expand All @@ -73,7 +72,7 @@
<url>http://oss.jfrog.org/artifactory/jfrog-dependencies</url>
</pluginRepository>
<pluginRepository>
<snapshots/>
<snapshots />
<id>snapshots</id>
<name>plugins-snapshot</name>
<url>http://oss.jfrog.org/artifactory/plugins-snapshot</url>
Expand Down Expand Up @@ -452,8 +451,7 @@
<configuration>
<tasks>
<delete>
<fileset dir="${project.build.directory}/classes/groovy/test/"
includes="GroovyAssert.class"/>
<fileset dir="${project.build.directory}/classes/groovy/test/" includes="GroovyAssert.class" />
</delete>
</tasks>
</configuration>
Expand Down

0 comments on commit de4750e

Please sign in to comment.