Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
removed the distributionManagement section
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Dec 19, 2012
1 parent 1692a38 commit 3eb86a0
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 18 deletions.
2 changes: 1 addition & 1 deletion eclipse/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-contrib-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<artifactId>logback-eclipse</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackson/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-contrib-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion json/classic/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-json-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion json/core/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-json-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion json/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-contrib-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion mongodb/access/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-mongodb-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mongodb/classic/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-mongodb-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mongodb/core/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-mongodb-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<artifactId>logback-mongodb-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mongodb/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-contrib-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
10 changes: 1 addition & 9 deletions pom.xml
Expand Up @@ -26,7 +26,7 @@
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-contrib-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>

<name>Logback Contribs</name>
<url>https://github.com/qos-ch/logback-contribs/wiki</url>
Expand Down Expand Up @@ -227,14 +227,6 @@
</plugins>
</build>

<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>

</repository>
</distributionManagement>

<profiles>
<profile>
<id>release</id>
Expand Down

2 comments on commit 3eb86a0

@tony19
Copy link
Contributor

@tony19 tony19 commented on 3eb86a0 Dec 19, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you might have accidentally removed the SNAPSHOT label from the versions.

@ceki
Copy link
Member Author

@ceki ceki commented on 3eb86a0 Dec 19, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we have not yet published anything the version does not matter. It can be 0.1, 0.1-SNAPSHOT, 0.1.1, etc.

Moreover, I don't use "release" plugin because it used to be unreliable when I tried it a few years back.

Please sign in to comment.