Skip to content

Commit

Permalink
release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
treblereel committed May 26, 2022
1 parent b530d65 commit a34e034
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 39 deletions.
2 changes: 1 addition & 1 deletion annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.treblereel.j2cl.processors</groupId>
<artifactId>parent</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</parent>

<artifactId>annotations</artifactId>
Expand Down
35 changes: 3 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.treblereel.j2cl.processors</groupId>
<artifactId>parent</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
<packaging>pom</packaging>

<name>GWT3 processors parent</name>
Expand Down Expand Up @@ -146,35 +146,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${maven.release.plugin.version}</version>
<configuration>
<localCheckout>true</localCheckout>
<pushChanges>false</pushChanges>
<mavenExecutorId>forked-path</mavenExecutorId>
<arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>${maven.scm.provider.gitexe.plugin.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>${nexus.staging.maven.plugin.version}</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</pluginManagement>

Expand Down Expand Up @@ -212,7 +183,7 @@
</execution>
</executions>
</plugin>
<!-- <plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven.javadoc.plugin}</version>
Expand All @@ -227,7 +198,7 @@
</goals>
</execution>
</executions>
</plugin>-->
</plugin>
<!-- see http://central.sonatype.org/pages/working-with-pgp-signatures.html for more detail -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion processor/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.treblereel.j2cl.processors</groupId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>processors</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.treblereel.j2cl.processors</groupId>
<artifactId>parent</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</parent>

<artifactId>processors</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/entrypoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.treblereel.j2cl</groupId>
<artifactId>tests-parent</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</parent>

<artifactId>entrypoit-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/es6shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.treblereel.j2cl</groupId>
<artifactId>tests-parent</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</parent>

<artifactId>es6shim-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/exports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.treblereel.j2cl</groupId>
<artifactId>tests-parent</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</parent>

<artifactId>exports</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.treblereel.j2cl</groupId>
<artifactId>tests-parent</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
<packaging>pom</packaging>

<name>GWT3 processors Tests</name>
Expand Down

0 comments on commit a34e034

Please sign in to comment.