Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
morincer committed Aug 14, 2020
1 parent d464bd9 commit d4b5564
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
5 changes: 2 additions & 3 deletions build/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>
<parent>
<artifactId>saml-authentication</artifactId>
<groupId>org.gromozeka.teamcity</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +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/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.gromozeka.teamcity</groupId>
<artifactId>saml-authentication</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -29,7 +28,7 @@
<connection>scm:git:[email protected]:morincer/teamcity-plugin-saml.git</connection>
<url>https://github.com/morincer/teamcity-plugin-saml</url>
<developerConnection>scm:git:[email protected]:morincer/teamcity-plugin-saml.git</developerConnection>
<tag>HEAD</tag>
<tag>1.3</tag>
</scm>
<build>
<plugins>
Expand All @@ -45,7 +44,7 @@
<plugin>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>teamcity-sdk-maven-plugin</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.4</version>
<configuration>
<teamcityDir>servers/${teamcity-version-runtime}</teamcityDir>
</configuration>
Expand All @@ -56,7 +55,7 @@
<plugin>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>teamcity-sdk-maven-plugin</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.4</version>
<configuration>
<teamcityVersion>${teamcity-version-runtime}</teamcityVersion>
<teamcitySourceURL>https://download-cf.jetbrains.com/teamcity</teamcitySourceURL>
Expand Down
5 changes: 2 additions & 3 deletions saml-authentication-server/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>
<parent>
<artifactId>saml-authentication</artifactId>
<groupId>org.gromozeka.teamcity</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit d4b5564

Please sign in to comment.