mirror of
https://repository.entgra.net/community/community-product.git
synced 2025-09-16 23:42:18 +00:00
[maven-release-plugin] prepare release v5.2.0
This commit is contained in:
parent
3ebee649af
commit
5b87734770
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.product.community</groupId>
|
||||
<artifactId>distribution</artifactId>
|
||||
<version>5.1.3-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.product.community</groupId>
|
||||
<artifactId>distribution</artifactId>
|
||||
<version>5.1.3-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.product.community</groupId>
|
||||
<artifactId>product-parent</artifactId>
|
||||
<version>5.1.3-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.product.community</groupId>
|
||||
<artifactId>product-parent</artifactId>
|
||||
<version>5.1.3-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
@ -109,7 +109,7 @@
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<target name="increase IDN_OAUTH2_ACCESS_TOKEN_SCOPE -> TOKEN_SCOPE column size">
|
||||
<target name="increase IDN_OAUTH2_ACCESS_TOKEN_SCOPE -> TOKEN_SCOPE column size">
|
||||
<replace file="target/${wso2am}/dbscripts/apimgt/db2.sql" token="TOKEN_SCOPE VARCHAR (60) NOT NULL," value="TOKEN_SCOPE VARCHAR (255) NOT NULL," />
|
||||
<replace file="target/${wso2am}/dbscripts/apimgt/h2.sql" token="TOKEN_SCOPE VARCHAR (60)," value="TOKEN_SCOPE VARCHAR (255)," />
|
||||
<replace file="target/${wso2am}/dbscripts/apimgt/mssql.sql" token="TOKEN_SCOPE VARCHAR (60)," value="TOKEN_SCOPE VARCHAR (255)," />
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.product.community</groupId>
|
||||
<artifactId>p2-profile</artifactId>
|
||||
<version>5.1.3-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.product.community</groupId>
|
||||
<artifactId>p2-profile</artifactId>
|
||||
<version>5.1.3-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.product.community</groupId>
|
||||
<artifactId>product-parent</artifactId>
|
||||
<version>5.1.3-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
4
pom.xml
4
pom.xml
@ -23,7 +23,7 @@
|
||||
<groupId>io.entgra.product.community</groupId>
|
||||
<artifactId>product-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>5.1.3-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
<name>Entgra Community Product - Parent</name>
|
||||
<url>http://entgra.io</url>
|
||||
<description>Entgra Community Product</description>
|
||||
@ -130,7 +130,7 @@
|
||||
<url>https://repository.entgra.net/community/community-product.git</url>
|
||||
<developerConnection>scm:git:https://repository.entgra.net/community/community-product.git</developerConnection>
|
||||
<connection>scm:git:https://repository.entgra.net/community/community-product.git</connection>
|
||||
<tag>HEAD</tag>
|
||||
<tag>v5.2.0</tag>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user