Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nsa-a1 committed Apr 1, 2017
1 parent 1033a73 commit 1ab019b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 29 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,13 @@ Window | Panel | bootstrap
### Windows
```xml
<window mold="bootstrap" title="BS Window" />

#Maven

```xml
<dependency>
<groupId>org.sinnlabs.ui</groupId>
<artifactId>zk-bootstrap-ext</artifactId>
<version>0.0.2</version>
</dependency>
```
44 changes: 15 additions & 29 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.sinnlabs.ui</groupId>
<artifactId>zk-bootstrap-ext</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<properties>
<zk.version>7.0.3</zk.version>
<commons-io>1.3.1</commons-io>
Expand Down Expand Up @@ -34,12 +33,12 @@
<name>SinnLabs</name>
<url>https://github.com/sinnlabs</url>
</organization>

<scm>
<url>https://github.com/sinnlabs/zk-bootstrap-ext/tags/org.sinnlabs.ui.zk-bootstrap-ext-0.0.2</url>
<connection>scm:git:git://github.com/sinnlabs/zk-bootstrap-ext/tags/org.sinnlabs.ui.zk-bootstrap-ext-0.0.2</connection>
<url>https://github.com/sinnlabs/zk-bootstrap-ext/tags/zk-bootstrap-ext-0.0.2</url>
<connection>scm:git:git://github.com/sinnlabs/zk-bootstrap-ext/tags/zk-bootstrap-ext-0.0.2</connection>
</scm>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand All @@ -54,8 +53,8 @@
</distributionManagement>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<repositories>
<repository>
Expand Down Expand Up @@ -138,25 +137,11 @@
<version>2.8.2</version>
<extensions>true</extensions>
</plugin>
<!-- <plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin> -->
<!-- <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version> <executions> <execution> <id>default-deploy</id>
<phase>deploy</phase> <goals> <goal>deploy</goal> </goals> </execution> </executions>
<configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose> </configuration> </plugin> -->
<!-- Run with Jetty -->
<plugin>
<groupId>org.mortbay.jetty</groupId>
Expand Down Expand Up @@ -319,8 +304,9 @@
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.8.1</version>
<version>1.9.5</version>
</dependency>

</dependencies>
</plugin>
<plugin>
Expand Down

0 comments on commit 1ab019b

Please sign in to comment.