You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/09/24 17:46:06 UTC

[GitHub] matthiasblaesing commented on a change in pull request #900: [NETBEANS-870] Upgrade PostgreSQL driver to version 42.2.5.

matthiasblaesing commented on a change in pull request #900: [NETBEANS-870] Upgrade PostgreSQL driver to version 42.2.5.
URL: https://github.com/apache/incubator-netbeans/pull/900#discussion_r219926424
 
 

 ##########
 File path: ide/db.drivers/src/org/netbeans/modules/db/drivers/PostgreSQLDriver.xml
 ##########
 @@ -39,7 +39,7 @@
         <!-- please check with mkleint@netbeans.org before/after updating this or "classpath" section -->
         <property>
             <name>maven-dependencies</name>
-            <value>org.postgresql:postgresql:9.4.1209:jar</value>
+            <value>org.postgresql:postgresql-42.2.5.jar:jar</value>
 
 Review comment:
   This should be: org.postgresql:postgresql:42.2.5:jar (the ".jar" in the middle does not belong there). This are maven coordinates in the compact form.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists