Sfoglia il codice sorgente

deploy to sonatype repo

tags/release-1.3.2
Manolo Carrasco 13 anni fa
parent
commit
22f67b2c9f
2 ha cambiato i file con 12 aggiunte e 6 eliminazioni
  1. 2
    2
      gwtquery-core/pom.xml
  2. 10
    4
      pom.xml

+ 2
- 2
gwtquery-core/pom.xml Vedi File

@@ -3,7 +3,7 @@
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>
<groupId>com.google.gwt</groupId>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
@@ -24,7 +24,7 @@
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwtversion}</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>

+ 10
- 4
pom.xml Vedi File

@@ -2,7 +2,7 @@
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>com.google.gwt</groupId>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
@@ -14,6 +14,12 @@
<url>http://code.google.com/p/gwtquery/issues/list</url>
</issueManagement>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>3</version>
</parent>

<developers>
<developer>
<id>ray</id>
@@ -47,8 +53,8 @@

<modules>
<module>gwtquery-core</module>
<module>plugins</module>
<module>samples</module>
<!-- <module>plugins</module> -->
<!-- <module>samples</module> -->
<!-- <module>devtest</module> -->
</modules>

@@ -71,12 +77,12 @@
<id>googlecode</id>
<url>svn:https://gwtquery.googlecode.com/svn/mavenrepo/</url>
</snapshotRepository>
-->
<snapshotRepository>
<uniqueVersion>false</uniqueVersion>
<id>localfolder</id>
<url>file:mavenrepo</url>
</snapshotRepository>
-->
</distributionManagement>

<pluginRepositories>

Loading…
Annulla
Salva