Skip to content

Commit 8621cda

Browse files
committed
[maven-release-plugin] prepare release keycloak-discourse-1.0.0
1 parent c96578d commit 8621cda

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- GNU Affero General Public License for more details.
1515
-
1616
- You should have received a copy of the GNU Affero General Public License
17-
- along with this program. If not, see <https://www.gnu.org/licenses/>.
17+
- along with this program. If not, see <https://www.gnu.org/licenses />.
1818
-->
1919
<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">
2020

@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.code-house.keycloak.discourse</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0</version>
2727
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

extension/idp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- GNU Affero General Public License for more details.
1515
-
1616
- You should have received a copy of the GNU Affero General Public License
17-
- along with this program. If not, see <https://www.gnu.org/licenses/>.
17+
- along with this program. If not, see <https://www.gnu.org/licenses />.
1818
-->
1919
<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">
2020

@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.code-house.keycloak.discourse</groupId>
2525
<artifactId>extension</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0</version>
2727
</parent>
2828

2929
<groupId>org.code-house.keycloak.discourse.extension</groupId>

extension/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- GNU Affero General Public License for more details.
1515
-
1616
- You should have received a copy of the GNU Affero General Public License
17-
- along with this program. If not, see <https://www.gnu.org/licenses/>.
17+
- along with this program. If not, see <https://www.gnu.org/licenses />.
1818
-->
1919
<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">
2020

@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.code-house.keycloak.discourse</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0</version>
2727
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- GNU Affero General Public License for more details.
1515
-
1616
- You should have received a copy of the GNU Affero General Public License
17-
- along with this program. If not, see <https://www.gnu.org/licenses/>.
17+
- along with this program. If not, see <https://www.gnu.org/licenses />.
1818
-->
1919
<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">
2020

@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.code-house.keycloak</groupId>
2525
<artifactId>discourse</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0</version>
2727
</parent>
2828

2929
<groupId>org.code-house.keycloak.discourse</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- GNU Affero General Public License for more details.
1515
-
1616
- You should have received a copy of the GNU Affero General Public License
17-
- along with this program. If not, see <https://www.gnu.org/licenses/>.
17+
- along with this program. If not, see <https://www.gnu.org/licenses />.
1818
-->
1919
<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">
2020

@@ -29,7 +29,7 @@
2929

3030
<groupId>org.code-house.keycloak</groupId>
3131
<artifactId>discourse</artifactId>
32-
<version>1.0.0-SNAPSHOT</version>
32+
<version>1.0.0</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Keycloak Discourse</name>

0 commit comments

Comments
 (0)