Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
72569085
Commit
72569085
authored
Feb 19, 2014
by
gmessner
Browse files
Reset version number to 1.0.0-SNAPSHOT.
parent
ebb6607b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
72569085
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<groupId>
com.messners
</groupId>
<groupId>
com.messners
</groupId>
<artifactId>
gitlab-api
</artifactId>
<artifactId>
gitlab-api
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<version>
1.
2
</version>
<version>
1.
0.0-SNAPSHOT
</version>
<name>
gitlab-api
</name>
<name>
gitlab-api
</name>
<parent>
<parent>
...
@@ -71,24 +71,12 @@
...
@@ -71,24 +71,12 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
2.5.1
</version>
<configuration>
<configuration>
<source>
1.6
</source>
<source>
1.6
</source>
<target>
1.6
</target>
<target>
1.6
</target>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
2.1.2
</version>
<executions>
<execution>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment