Skip to content

Commit

Permalink
Prepare release org.glassfish.exousia:parent:1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-exousia-bot committed Aug 17, 2021
1 parent e4291e9 commit a0787fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion impl/pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>org.glassfish.exousia</groupId>
<artifactId>exousia</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<name>Exousia</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>org.glassfish.exousia</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>Exousia Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion spi/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.exousia</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

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

<groupId>org.glassfish.exousia</groupId>
<artifactId>exousia.spi.tomcat</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<name>Exousia Tomcat Integration</name>
<description>
Expand Down Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.glassfish.exousia</groupId>
<artifactId>exousia</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a0787fb

Please sign in to comment.