]> source.dussan.org Git - gwtquery.git/commitdiff
deploy to sonatype repo
authorManolo Carrasco <manolo@apache.org>
Thu, 4 Nov 2010 12:00:27 +0000 (12:00 +0000)
committerManolo Carrasco <manolo@apache.org>
Thu, 4 Nov 2010 12:00:27 +0000 (12:00 +0000)
gwtquery-core/pom.xml
pom.xml

index 23c9e4c39d83999145fe7a34307a50629a23fc47..c8852bcbf8d48b37415912af357714b79e58e2f9 100644 (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>
diff --git a/pom.xml b/pom.xml
index 419ee47601fd6fdb83eaac82857b23812092b47a..c0da801cf6fb8d033943b41e7a0cc196291e6800 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
         <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>
 
             <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>