Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
begarco committed Feb 20, 2017
1 parent 8e8e0ff commit 2d65453
Show file tree
Hide file tree
Showing 41 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ after_success:
deploy:
provider: releases
name: ejbadass-api
tag_name: ejbadass-api
tag_name: 1.0.1
body: "Strong implementation of an EJB container."
draft: false
api_key:
Expand Down
Binary file removed bin/fr/isima/ejb/annotation/Behaviour.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/annotation/Inject.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/annotation/Log.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/annotation/Prefered.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/annotation/Singleton.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/annotation/Transactional.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/fr/isima/ejb/injection/BInjector.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/BadService.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/Entity.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/EntityManager.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/GoodService.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/IInterceptor.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/IMultiPreferedService.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/IMultiService.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/INoService.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/IService.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/LogInterceptor.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/Logger.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/MultiServiceA.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/MultiServiceB.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/PreferedA.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/PreferedB.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/TransacService.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/service/TransactionType.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/test/TestAtPrefered.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/test/TestInjection.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/test/TestLog.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/test/TestMultiClassLoading.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/test/TestMultiPrefered.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/test/TestNoClassLoading.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/test/TestTransaction.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/transaction/ITransaction.class
Binary file not shown.
Binary file removed bin/fr/isima/ejb/transaction/Transaction.class
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ejbadass</groupId>
<artifactId>ejbadass-api</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<description>Strong implementation of an EJB container.</description>
<properties>
<jdk.version>1.8</jdk.version>
Expand Down
Binary file removed target/ejbadass-api-1.0.0.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Generated by Maven
#Sun Feb 19 15:40:33 CET 2017
version=1.0.0
#Mon Feb 20 01:21:40 CET 2017
version=1.0.1
groupId=ejbadass
artifactId=ejbadass-api

0 comments on commit 2d65453

Please sign in to comment.